hi All!
I build my syslink project in the CCSv5.5 Before my project was build well. But, after addition of some *.c files I see errors:
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
so, I deleted new *.c file and my project in the condition like was before, but I see same situation during the bulilding. Unbelivable that in the error message window nothing displayed about any errors.
Important: in each case configuration of project was the same
Below full message of issue from terminal:
**** Build of configuration Debug for project test ****
/home/ubuntu/ti/ccsv5/utils/bin/gmake -k all
Building file: ../Server.c
Invoking: C6000 Compiler
"/home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6748 --abi=eabi -g --include_path="/home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=omapl138 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Server.pp" --cmd_file="./configPkg/compiler.opt" "../Server.c"
Finished building: ../Server.c
Building file: ../main_dsp.c
Invoking: C6000 Compiler
"/home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6748 --abi=eabi -g --include_path="/home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=omapl138 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main_dsp.pp" --cmd_file="./configPkg/compiler.opt" "../main_dsp.c"
Finished building: ../main_dsp.c
Building file: ../Dsp.cfg
Invoking: XDCtools
"/home/ubuntu/ti/xdctools_3_25_03_72/xs" --xdcpath="/home/ubuntu/ti/bios_6_35_04_50/packages;/home/ubuntu/ti/syslink_2_21_01_05/packages;/home/ubuntu/ti/ccsv5/ccs_base;/home/ubuntu/ti/ipc_1_25_03_15/packages;/home/ubuntu/ti/xdais_7_21_01_07/packages;/home/ubuntu/ti/xdais_7_21_01_07/examples;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL138:dsp -r release -b "/home/ubuntu/workspace_v5_5/test/shared/config.bld" -c "/home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4" --compileOptions "-g --optimize_with_debug" "../Dsp.cfg"
cle674 package/cfg/Dsp_pe674.c ...
abnormal termination of /home/ubuntu/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cmp6x
gmake: *** [package/cfg/Dsp_pe674.oe674] Error 1
js: "/home/ubuntu/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****