I successfully compiled a library in KDS, that was originally written in CodeWarrior.
Now I wanted to create a test-project that uses this library.
I linked the library in the "Paths and Symbols" section of the C/C++ General settings (as a workspace path - the library is still in my workspace).
But when I try to compile the project I get an error that the linker can not find the library:
c:/freescale/kds_1.1.1/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lD:/Freescale_Projects/Freescale_Firmware/MK60_Lib/Debug/MK60.a
The path given here is definitively correct and the file exists.
What can I try?
Regards,
Georg