You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fprime-zephyr-led-blinker/zephyrproject/zephyr/include/zephyr/sys/atomic_c.h:88:10: fatal error: zephyr/syscalls/atomic_c.h: No such file or directory
88 | #include <zephyr/syscalls/atomic_c.h>
However, it looks to me like syscalls are supposed to be getting generated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
All reactions