Replies: 1 comment 6 replies
-
This is working for me with both GNU Arm Embedded and Zephyr SDK. Something must be wrong with your environment. Also |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I wanted to check out the Cortex-A9 support, so I tried building the hello_world sample. This issue seems unrelated to the specific sample though. It is also probably unrelated to the the target and entirely due to user error wrt. modules.
The build fails due to a missing header file, which I believe is located in cmsis module (modules/hal/cmsis) at ./hal/cmsis/CMSIS/Core_A/Include/core_ca.h
I have no experience with Zephyr modules, so I may be doing something wrong here. I tried using
-DZEPHYR_MODULES
and-DZEPHYR_EXTRA_MODULES
to no avail.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect a successful compilation of the hello_world sample
Impact
This is stopping me (blocker) from implementing support for another Cortex-A aarch32 soc for my work.
Logs and console output
Environment:
Thank you for your time and sorry for the inconvenience.
Beta Was this translation helpful? Give feedback.
All reactions