This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Linker Warning

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE, TMS320F28377D

Hello,

I have a linker warning I can't seem to track down.


This project contains 1 unresolved buildable linked resource(s). The project may not build as expected.  

I have included the console Linker portion in case there may be some clues there. Is there a place I should start looking?

           Thanks

            Dave

Building target: "MCM229B_PCB313A_CESG_Test.out"
Invoking: C2000 Linker
"C:/ti/ccs1100/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --idiv_support=none --isr_save_vcu_regs=on --tmu_support=tmu0 --vcu_support=vcu2 --fp_mode=relaxed --advice:performance=all --define=CPU1 --define=_FLASH -g --diag_suppress=1311 --diag_warning=225 --display_error_number --abi=coffabi -z -m"MCM229B_PCB313A_CESG_Test.map" --stack_size=0x100 --warn_sections -i"C:/ti/c2000/C2000Ware_4_00_00_00/device_support/f2838x/headers/cmd" -i"C:/ti/ccs1100/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/lib" -i"C:/ti/c2000/C2000Ware_4_00_00_00/device_support/f2838x/headers/cmd" -i"C:/ti/ccs1100/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/include" --reread_libs --display_error_number --xml_link_info="MCM229B_PCB313A_CESG_Test_linkInfo.xml" --rom_model -o "MCM229B_PCB313A_CESG_Test.out" "./f2838x_adc.obj" "./f2838x_defaultisr.obj" "./f2838x_epwm.obj" "./f2838x_globalvariabledefs.obj" "./f2838x_gpio.obj" "./f2838x_piectrl.obj" "./f2838x_pievect.obj" "./f2838x_sysctrl.obj" "./f2838x_usdelay.obj" "./sysctl.obj" "./PCKA/229_313_Def-Var.obj" "./PCKA/229_313_Anlg.obj" "./PCKA/229_313_Control_c.obj" "./PCKA/229_313_GPRU_DC.obj" "./PCKA/229_313_IO.obj" "./PCKA/229_313_Init.obj" "./PCKA/229_313_Protection.obj" "C:/ti/c2000/C2000Ware_4_00_00_00/device_support/f2838x/common/cmd/2838x_FLASH_lnk_cpu1.cmd" "C:/ti/c2000/C2000Ware_4_00_00_00/libraries/calibration/hrpwm/f2838x/lib/SFO_v8_fpu_lib_build_c28.lib"  -lrts2800_fpu32.lib -l"C:/ti/c2000/C2000Ware_4_00_00_00/device_support/f2838x/headers/cmd/f2838x_headers_nonBIOS_cpu1.cmd" -llibc.a
<Linking>
Finished building target: "MCM229B_PCB313A_CESG_Test.out"

  • As some more info, when I went to debug, received these errors in the Console

    C28xx_CPU1: GEL Output:
    Memory Map Initialization Complete
    C28xx_CPU1: Flash Programmer: Warning: The configured device (TMS320F28377D), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
    C28xx_CPU1: Warning: Failed unlocking device (zone 1) after reset.
    C28xx_CPU1: Warning: Failed unlocking device (zone 2) after reset.
    C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc0eb: (Error -1066 @ 0xC0EB) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.5.0.00143)
    C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint
    C28xx_CPU1: Error executing PLL configuration algorithm. Operation cancelled. (0x0)
    C28xx_CPU1: File Loader: Memory write failed: Unknown error
    C28xx_CPU1: GEL: File: C:\TI_Workspace_11_B\MCM229B_PCB313A_CESG_Test\CPU1_FLASH\MCM229B_PCB313A_CESG_Test.out: Load failed.
    C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc056: (Error -1066 @ 0xC056) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.5.0.00143)
    C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint
    C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc056: (Error -1066 @ 0xC056) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.5.0.00143)
    C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint

  • Found a file in the link section that was in error, that fixed it