Loading...
 
Skip to main content

System Workbench for STM32


Re: Linker file cannot find my libraries

Just a small remark for more clarification on the very useful comments from Kevin..

"......As Stefano said, with the GNU GCC toolset, the static library file name should contain the suffix "lib" and the library build (-lxxxx) option is the library name without suffix nor extension"

should be read as ..
prefix "lib" (& not suffix "lib")
".a" format is the library format. So, while puttin in -(lxxx), the ".a" shall not be mentioned

 
Collapse/expand modules below