<err> os: Halting system, Using static libraries, Multiple support board reappearance issues #80244
Replies: 12 comments
-
This problem is very strange, torture me for a day. It looks like the problem is on the RP2040 board. I'm not sure, because it crash with static links? Perhaps Zephyr has other problems. |
Beta Was this translation helpful? Give feedback.
-
Request investigation, Ask for investigation, I recovered on my nrf52840_mdk, the same problem.
|
Beta Was this translation helpful? Give feedback.
-
I also have an ESP32C3, there is no problem, normal. I think the problem may appear on ARM compilation or DAPLink or OpenOCD. Perhaps this is a dual-core problem. |
Beta Was this translation helpful? Give feedback.
-
Where can this problem be a problem? Request to improve priority. |
Beta Was this translation helpful? Give feedback.
-
frdm_k64f I also have a FRDM-K64F, which is also this error, which looks like all ARMs will be like this. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Did you try using https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/application_development/external_lib ? Because this is tested and works |
Beta Was this translation helpful? Give feedback.
-
This makes me difficult to understand, because it is just a empty test function. Arm can't, risc-v ok. |
Beta Was this translation helpful? Give feedback.
-
on nrf5340dk (arm cortex m33) so works fine |
Beta Was this translation helpful? Give feedback.
-
I have positioned some questions,
Use options:
It's ok, The reason is that the compilation option is not applied to add_subdirectory (lib) |
Beta Was this translation helpful? Give feedback.
-
@nashif I don't know who can help me. Excuse me. |
Beta Was this translation helpful? Give feedback.
-
I temporarily solved this problem.
Use cmake |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
Info:
Minimal reproducible example:
pj.conf
CMakeLists.txt
src/main.c
lib/test.c
lib/test.h
lib/CMakeLists.txt
Log:
Beta Was this translation helpful? Give feedback.
All reactions