Hi,
I'm new to the TI uc and I'm having trouble getting started with a 28377D. I'm trying to build the example blinky program and this error occurs: unresolved symbol _AckIpcFlag, first referenced in ./F2837xD_Gpio.obj blink1 C/C++ Problem.
I have these already linked: DSP2802x_CodeStartBranch.asm, DSP2802x _CpuTimers.c, DSP2802x _DefaultIsr.c, DSP2802x_Gpio.c, DSP2802x _PieCtrl.c, F2806x_PieVect.c, DSP2802x _SysCtrl.c, DSP2802x _usDelay.asm, DSP2802x_GlobalVariableDefs.c , DSP2802x_Headers_nonBIOS.cmd.
**** Build of configuration CPU1_RAM for project blink1 ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: blink1.out'
'Invoking: C2000 Linker'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.10/bin/cl2000" -v28 -ml -mt --float_support=fpu32 -g --define=CPU1 --diag_warning=225 --display_error_number -z -m"blink1.map" --stack_size=0x100 --warn_sections -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.10/lib" -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.10/include" -i"C:/F2837xD_common/cmd" -i"C:/F2837xD_headers/cmd" --reread_libs --display_error_number --xml_link_info="blink1_linkInfo.xml" --entry_point=code_start --rom_model -o "blink1.out" "./F2837xD_CodeStartBranch.obj" "./F2837xD_CpuTimers.obj" "./F2837xD_DefaultISR.obj" "./F2837xD_GlobalVariableDefs.obj" "./F2837xD_Gpio.obj" "./F2837xD_PieCtrl.obj" "./F2837xD_PieVect.obj" "./F2837xD_SysCtrl.obj" "./F2837xD_usDelay.obj" "./blinky_cpu01.obj" "../2837x_FLASH_lnk_cpu1.cmd" "C:/ti/controlSUITE/device_support/F2837xD/v100/F2837xD_headers/cmd/F2837x_Headers_nonBIOS_cpu1.cmd" -l"libc.a" -l"rts2800_fpu32.lib"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_AckIpcFlag ./F2837xD_Gpio.obj
error #10234-D: unresolved symbols remain
warning #10063-D: entry-point symbol other than "_c_int00" specified:
>> Compilation failure
"code_start"
error #10010: errors encountered during linking; "blink1.out" not built
gmake: *** [blink1.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Any help would be much appreciated.