-
Setup: OS: Ubuntu 24.04 (inside Docker) Target Board: native_sim Zephyr Build System: west Zephyr version: v4.1.0 Build Command: Run Command: Description No custom configuration or debug setup was applied — this happens directly after a west flash command The "gdb" is missing in build/zephr/RunnerConfig.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
gdb was missing. Rebuild my project and now with west flash, it run the zephyr.exe file |
Beta Was this translation helpful? Give feedback.
gdb was missing.
I installed it with apt-get install -y gdb.
Rebuild my project and now with west flash, it run the zephyr.exe file