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 V5.5.0 and F021 Flash API V02.01.01 Problem

Hi,

I'm trying to use the F021 Flash API (V02.01.01) forTMS570LS1227 in CCS V5.5.0.00077, but the following 17 errors were occurred while I tried to link the project:

error #16004-D: file "../TC50N_Driver/CPU_Internal/F021 Flash API/F021_API_CortexR4_BE_V3D16.lib<Async.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 "../TC50N_Driver/CPU_Internal/F021 Flash API/F021_API_CortexR4_BE_V3D16.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 "../TC50N_Driver/CPU_Internal/F021 Flash API/F021_API_CortexR4_BE_V3D16.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 "../TC50N_Driver/CPU_Internal/F021 Flash API/F021_API_CortexR4_BE_V3D16.lib<FlashStateMachine.EnableEepromSectors.obj>" has a Tag_PCS_config attribute value of "1" that is different than one previously seen ("0"); combining incompatible files

.........

I have upgraded the ARM complier tools to V5.1.14, but the problems still exist.

If I use CCS V6.1.1 the above problems are solved, but because some other reasons exist, I must use the CCS V5.5.0, what would cause this error, and where should I look to solve it ?

Thank you