Using ncs 2.4.0 and enable DCONFIG_NRF_MODEM_LIB_TRACE results in:
[348/361] Generating isr_tables.c, isrList.bin
FAILED: zephyr/isr_tables.c zephyr/isrList.bin …/build_feather_nrf9160_ns/zephyr/isr_tables.c …/build_feather_nrf9160_ns/zephyr/isrList.bin
cd …/build_feather_nrf9160_ns/zephyr && …/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy –input-target=elf32-littlearm –output-target=binary –only-section=.intList …/build_feather_nrf9160_ns/zephyr/zephyr_pre1.elf isrList.bin && /usr/bin/python3.8 …/zephyr/scripts/build/gen_isr_tables.py –output-source isr_tables.c –kernel …/build_feather_nrf9160_ns/zephyr/zephyr_pre1.elf –intlist isrList.bin –sw-isr-table –vector-table
gen_isr_tables.py: error: multiple registrations at table_index 9 for irq 9 (0×9)
Existing handler 0×43d71, new handler 0×43d71
Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the same irq multiple times?
Is there a way to overcome that?