Loading...
 
Skip to main content

System Workbench for STM32


Linker file cannot find my libraries

Hi,

using a GNU toolset in order to link with a library called libstm32f429i-disco_hal_lib (or for sempicity libMyLib) you have to pass the name of library without the prefix "lib". So in your case -lstm32f429i-disco_hal_lib (or -lMyLib).

Regards,
Stefano