-
|
I'm trying to get fprime-zephyr-led-blinker working on a stm32 nucleo_f091rc. I experimented on both the main and fprime-v3.5.0 branch and got stuck on the same build error. This error is for atomic_c.h but none of the syscalls get generated. However, it looks to me like syscalls are supposed to be getting generated. Does anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is likely caused by missing Zephyr settings in |
Beta Was this translation helpful? Give feedback.
-
|
I believe this is fixed in the latest fprime-zehyr-reference however if anyone is encountering this as I had previously note that rebuilding (not clean) will typically fix it as core issue is just not ordering the dependencies correctly. Alternatively if you really need to force it you can call the syscall gen task directly and then build (again not clean) |
Beta Was this translation helpful? Give feedback.
This is likely caused by missing Zephyr settings in
proj.conforKconfig. Note: the community is working on an update zephyr integration.