Skip to content

twister failed with platform imx95_evk/mimx9596/m7/flash #104641

@JiafeiPan

Description

@JiafeiPan

Describe the bug

Platform:
imx95_evk/mimx9596/m7/flash

Cause twister failed.

Regression

  • This is a regression.

Steps to reproduce

west twister -p imx95_evk/mimx9596/m7/flash -s application_development.ram_context_for_isr
or with west:
west build -p -b imx95_evk/mimx9596/m7/flash tests/application_development/ram_context_for_isr -T application_development.ram_context_for_isr

Relevant log output

[179/182] Generating isr_tables.c, isr_tables_vt.ld, isr_tables_swi.ld
FAILED: zephyr/isr_tables.c zephyr/isr_tables_vt.ld zephyr/isr_tables_swi.ld /__w/zephyr/zephyr/twister-out/imx95_evk_mimx9596_m7_flash/zephyr/tests/application_development/ram_context_for_isr/application_development.ram_context_for_isr/zephyr/isr_tables.c /__w/zephyr/zephyr/twister-out/imx95_evk_mimx9596_m7_flash/zephyr/tests/application_development/ram_context_for_isr/application_development.ram_context_for_isr/zephyr/isr_tables_vt.ld /__w/zephyr/zephyr/twister-out/imx95_evk_mimx9596_m7_flash/zephyr/tests/application_development/ram_context_for_isr/application_development.ram_context_for_isr/zephyr/isr_tables_swi.ld 
cd /__w/zephyr/zephyr/twister-out/imx95_evk_mimx9596_m7_flash/zephyr/tests/application_development/ram_context_for_isr/application_development.ram_context_for_isr/zephyr && /opt/python/venv/bin/python3 /__w/zephyr/zephyr/scripts/build/gen_isr_tables.py --output-source isr_tables.c --linker-output-files isr_tables_vt.ld isr_tables_swi.ld --kernel /__w/zephyr/zephyr/twister-out/imx95_evk_mimx9596_m7_flash/zephyr/tests/application_development/ram_context_for_isr/application_development.ram_context_for_isr/zephyr/zephyr_pre0.elf --intlist-section .intList --intlist-section intList --sw-isr-table --vector-table
gen_isr_tables.py: error: multiple registrations at table_index 233 for irq 233  (0xe9)
Existing handler 0x20000021, new handler 0x2002eb9
Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the same irq multiple times?

INFO    - The following issues were found (showing the top 10 items):
INFO    - 1) application_development.ram_context_for_isr on imx95_evk/mimx9596/m7/flash error (Build failure - error: multiple registrations at table_index 233 for irq 233  (0xe9))
INFO    - 
INFO    - To rerun the tests, call twister using the following commandline:
INFO    - west twister -p <PLATFORM> -s <TEST ID>, for example:
INFO    - 
INFO    - west twister -p imx95_evk/mimx9596/m7/flash -s application_development.ram_context_for_isr
INFO    - or with west:
INFO    - west build -p -b imx95_evk/mimx9596/m7/flash tests/application_development/ram_context_for_isr -T application_development.ram_context_for_isr
INFO    - -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
INFO    - Run completed

Impact

Annoyance – Minor irritation; no significant impact on usability or functionality.

Environment

No response

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXP

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions