Hi all,
I am getting this compiler warning on the only two .c files in my project. I am compiling from outside the CCS environment using a custom makefile. The compiler options are
-O2 --abi=eabi --compile_only -g --gcc --display_error_number --diag_warning=225 --diag_wrap=off --display_error_number --diag_wrap=off
The compiler message is as follows
"Building file: obj/Cib1TsBAppTI.obj"
C:/ti/ccsv6/tools/compiler/c6000_7.4.14/bin/cl6x.exe -mv6600 -O2 --abi=eabi --compile_only -g --gcc --display_error_number --diag_warning=225 --diag_wrap=off --display_error_number --diag_wrap=off -DMODEL=Cib1TsBAppTI -DNUMST=1 -DNCSTATES=0 -DMAT_FILE=0 -DINTEGER_CODE=0 -DONESTEPFCN=1 -DTERMFCN=1 -DHAVESTDIO -DMULTI_INSTANCE_CODE=0 -DMT=0 -I. -I..
-IC:/PROGRA~2/Matlab/R2014b/extern/include -IC:/PROGRA~2/Matlab/R2014b/simulink/include -IC:\ti\ccsv6\tools\compiler\c6000_7.4.14\include -IC:\ti\ccsv6\tools\compiler\c6000_7.4.14\lib -D=MATLAB_EXTERN_REF Cib1TsBAppTI.c --obj_directory=obj obj/Cib1TsBAppTI.obj
[Cib1TsBAppTI.c]
>> WARNING: object file specified, but linking not enabled
The linker finally builds an out file. But I am bit annoyed with the warning.
Please can anyone suggest how to get rid of it.
Thank you for any suggestions, ideas.
Jeev