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.

CCS/TMS570LS0332: TMS570LS2332 FEE Function

Part Number: TMS570LS0332
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Hi,

    I use example_TI_Fee_Write_Read.c  for FEE function debug

    CCS version is:5.5.0

     Report Errors as follows,Could you help me? Thanks!

code/source/sys_link.cmd" -l"libc.a"
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Async.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
<Linking>
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Async.WithAddress.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<BlankCheck.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.EnableEepromSectors.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.InitializeFlashBanks.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.IssueFsmCommand.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.ScaleFclk.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.SetActiveBank.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Read.FlushPipeline.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Read.LoopDword.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Read.WdService.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Utilities.CalculateFletcher.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files

>> Compilation failure
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Utilities.WaitDelay.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Utilities.GetNumberOfSectors.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<Read.Common.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:/Project_MSP432/Temp-Trans/HAL code/source/F021_API_CortexR4_BE.lib<FlashStateMachine.Hercules.IsEccAddress.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #10010: errors encountered during linking; "Temp-Trans.out" not built
gmake: *** [Temp-Trans.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

  • Hello Feng,

    I don't know how you generate your project from the HAlCoGen. If you follow the steps in HAlCoGen FEE example, the CCS project should be compiled and linked with no error.

    Attached is project I used for FEE on LS0332. The zip also contains HalCoGen project. BTW, please update your CCS to the latest version.

    3426.TMS570LS0332_FEE.zip

    Regards,

    QJ