Loading...
 
Skip to main content

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.xphp

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 enable multilib. Then:

# pacman -S lib32-ncurses

$ yaourt -S lib32-ncurses5-compat-libs

This may fix your problem.


Thanks you, it works.