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


[RESOLVED]Linux stm32f401 compilation error startup

I download all dependancy on Arch Linux.
I know this distribution is not supported, but I install everything without error.

I open eclipse, follow instruction here : http://www.ac6-tools.com/content.php/content_SW4MCU/lang_en_US.xphpQuestion

I choose STM32F401, stdperiph, add low level driver and static external libraries.

I got this compilation error :

Description Resource Path Location Type
make: *** startup/subdir.mk:18: startup/startup_stm32f401xx.o Error 127 test C/C++ Problem

Thanks for you help

Sames here. Got a solution.

Firstly, you have to enableQuestion multilib. Then:

# pacman -S lib32-ncurses

$ yaourt -S lib32-ncurses5-compat-libs

This may fix your problem.


Thanks you, it works.