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.
Part Number: LAUNCHXL-F28377S
Hi All,
I meet following errors;
undefined first referenced
symbol in file
--------- ----------------
_ClkCfgRegs ./init.obj
_ConfigCpuTimer ./init.obj
_CpuTimer0 ./init.obj
_CpuTimer0Regs ./init.obj
_EPwm1Regs ./ctrl_tdc.obj
_EPwm2Regs ./ctrl_tdc.obj
_F28x_usDelay ./ctrl_tdc.obj
_GPIO_SetupPinMux ./init.obj
_GPIO_SetupPinOptions ./init.obj
_GPIO_WritePin ./ctrl_init_err.obj
_GpioCtrlRegs ./init.obj
_GpioDataRegs ./ctrl_init_err.obj
_InitCpuTimers ./init.obj
_InitGpio ./init.obj
_InitPieCtrl ./init.obj
_InitPieVectTable ./init.obj
_InitSysCtrl ./init.obj
_IntDisable ./ctrl_spi.obj
_IntEnable ./ctrl_apd.obj
_PieCtrlRegs ./init.obj
_PieVectTable ./init.obj
_SFO ./init.obj
_SpiaRegs ./util.obj
_SpibRegs ./util.obj
_g_TDC_EN_MEASURE ./ctrl_dsp.obj
_init_err ./init.obj
_init_msr ./init.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking;
I seeks solution and find thread;
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/195768
I do not know which file must be set on linker. Can anyone address which file or dir should I set on linker option?
Best,
Takano
Hi Takano-san,
To link a file, right click on your project in the Project Explorer pane and select Add Files... Navigate to the
directory and select the file you want to link. Copy the file if you're planning to modify it or link the file if you will not modify it.
This step is described in Chapter 2 of the F2837xS Firmware Development Package User's Guide found in controlSUITE and C2000Ware. The user guide lists files that need to be linked when using the example projects.
User's guide found in: C:\ti\controlSUITE\device_support\F2837xS\v210\doc
Regards,
Elizabeth