Tool/software: TI C/C++ Compiler
Hello all,
We are facing linking errors while running makefile using cl2000 compiler.I am not using CCS tool or resursive make environment for building the source code.I am using a non-resursive standalone makefile for the entire project.The errors are as follows:
<Linking>
1. error #10008-D: cannot find file "=./FCA_4CH_ANC_APP/libraries/FPU_FAST_RTS/rts2800_fpu32_fast_supplement.lib"
I am including the library using the following command:
--library =./FCA_4CH_ANC_APP/libraries/FPU_FAST_RTS/rts2800_fpu32_fast_supplement.lib
2. If we include -l"rts2800_fpu32_fast_supplement.lib" in the list of object files we are facing the following error:
make: *** No rule to make target `-l"rts2800_fpu32_fast_supplement.lib"', needed by `FCA_4CH_ANC_CUSW_K8_APP.out'. Stop.
Kindly let me know if I am missing anything.I have used these commands in accordance to the attached document.
Best Regards,
Vijay