I am running CCSv5.1 M6 and have run into the following build error when trying to build the project.
**** Build of configuration Debug for project MCSA Tutorial 1 ****
C:\ccs\ccsv5\utils\bin\gmake -k all
'Building target: MCSA Tutorial 1.out'
'Invoking: C6000 Linker'
"C:/ccs/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --diag_warning=225 --abi=eabi -z -m"MCSA Tutorial 1.map" --warn_sections -i"C:/ccs/ccsv5/tools/compiler/c6000/lib" -i"C:/ccs/ccsv5/tools/compiler/c6000/include" --reread_libs --rom_model -o "MCSA Tutorial 1.out" -l"./configPkg/linker.cmd" "./tutorial1d.obj" "./tutorial1c.obj" "./tutorial1b.obj" "./tutorial1a.obj" "./main.obj" -l"libc.a"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
xdc_runtime_Diags_setMask__E ./tutorial1c.obj
xdc_runtime_Startup_exec__E C:\ccs2\xdctools_3_22_02_27\packages\ti\targets\rts6000\lib\boot.ae66<autoinit.oe66>
error: unresolved symbols remain
>> Compilation failure
error: errors encountered during linking; "MCSA Tutorial 1.out" not built
gmake: *** [MCSA Tutorial 1.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Can someone give me a hand with this?
thx
MikeH
