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.

The relation between compiler and F021 Library.

Hello.

Can not using F021(Ver02.01.00) library in CCS5.4 Version and arm_5.1.1(TI v5.1.1) Compiler?
I tried the success, in CCS5.4 Version and arm_5.1.7(TI v5.1.7) Compiler.
Changed the only compiler at success the project.
(arm_5.1.7(TI v5.1.7) -> arm_5.1.1(TI v5.1.1)Compiler)

1727.build_1.txt

  • Your failure is not caused by compiler. Your linking option is wrong.

    "-l"F021_API_CortexR4_BE_V3D16.lib" "../F021 Flash API/02.01.00/F021_API_CortexM3_BE.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_BE.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_BE_L2FMC.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_BE_L2FMC_V3D16.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_BE_V3D16.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_LE.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_LE_L2FMC.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_LE_L2FMC_V3D16.lib" "../F021 Flash API/02.01.00/F021_API_CortexR4_LE_V3D16.lib""

    Why do you want link all Flash API libraries? You only need one.

    Thanks and regards,

    Zhaohong