mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:42:47 +00:00
If CONFIG_3RD_LEVEL_INTERRUPTS is not enabled then we see the following error during sw_isr_table generation: Traceback (most recent call last): File "zephyr/arch/common/gen_isr_tables.py", line 291, in <module> main() File "zephyr/arch/common/gen_isr_tables.py", line 199, in main if syms["CONFIG_3RD_LEVEL_INTERRUPTS"]: KeyError: 'CONFIG_3RD_LEVEL_INTERRUPTS' ninja: build stopped: subcommand failed. Fix the logic to look for the symbol instead of referencing it. Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |