Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Could not determine GDB version using command:

Atollic TrueSTUDIO® for STM32, Built on Eclipse Neon.1a.
Version: 9.0.1
Build id: 20180420-1214

Manjaro Linux XFCE Edition (17.1.12)

problem: run Debugger:

/opt/Atollic_TrueSTUDIO_for_STM32_x86_64_9.0.1/ARMTools/bin/arm-atollic-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

/opt/Atollic_TrueSTUDIO_for_STM32_x86_64_9.0.1/ARMTools/bin/arm-atollic-eabi-gdb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

solution: make symbolic links

cd /usr/lib
ln -s libncursesw.so.6.1 libncurses.so.5
ln -s libncursesw.so.6.1 libtinfo.so.5