-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorearea: ARCARC ArchitectureARC ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug
Description
Every attempt to build Zephyr v4.1.0-rc1 with ARC MWDT toolchain ends up with failure while building one or another assembly file, like:
In file included from /home/tagunil/tests2/zephyr/arch/arc/core/fast_irq.S:18:
In file included from /home/tagunil/tests2/zephyr/include/zephyr/toolchain.h:44:
In file included from /home/tagunil/tests2/zephyr/include/zephyr/toolchain/mwdt.h:18:
/home/tagunil/tests2/zephyr/include/zephyr/toolchain/common.h:101:6: error: Architecture unsupported
101 | #error Architecture unsupported
I've bisected it down to 65471a6. I'm not sure why our toolchain is the only one affected, need to look into it further.
Metadata
Metadata
Assignees
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorearea: ARCARC ArchitectureARC ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug