How to add a .lib file to a project?
Hello,
I have recently bought an evaluation board. The manufacturer provides a library and a Keil sample project, but I would like to integrate the library in a STM32 Cube project.
I found on the internet how to add a .lib file (www.eclipse.org/.../), but I am still getting the following errors:
<Project Folder>/<lib-name>.lib: error adding symbols: bad value
<Project Folder>/<lib-name>.lib:(pqlib_math_cmsis.o): .symtab local symbol at index 356 (>= sh_info of 178)
make: *** [makefile:75: <filename>.elf] Error 1
