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.
Tool/software: Code Composer Studio
Hello,
The environment setup:
I am following this document to run bare-metal programs on R5f cores. However, there are some compiler errors at linker stage. Can you please give some comments?
**** Build of configuration Debug for project perf_r55 **** "D:\\ti\\ccsv900\\ccs\\utils\\bin\\gmake" -k -j 8 all -O Building target: "perf_r55.out" Invoking: ARM Linker "D:/ti/ccsv900/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/bin/armcl" --code_state=32 -me -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"perf_r55.map" -i"D:/ti/ccsv900/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/lib" -i"D:/ti/ti-processor-sdk-rtos-am65xx-evm-05.02.00.10/pdk_am65xx_1_0_3/packages/ti/csl/lib/am65xx/r5f/release" -i"D:/ti/ccsv900/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="perf_r55_linkInfo.xml" --rom_model -o "perf_r55.out" "./main.obj" "../linker_r5.lds" -llibc.a -lti.csl.aer5f -lti.csl.init.aer5f <Linking> warning #10366-D: automatic library build: using library "D:\ti\ccsv900\ccs\tools\compiler\ti-cgt-arm_18.12.1.LTS\lib\rtsv4_A_le_eabi.lib" for the first time, so it must be built. This may take a few minutes. Creating library c:/users/hungwe~1.yan/appdata/local/temp/ti_mkl~2/rtsv4_a_le_eabi.lib >> Compilation failure makefile:143: recipe for target 'perf_r55.out' failed error #16004-D: file "D:/ti/ti-processor-sdk-rtos-am65xx-evm-05.02.00.10/pdk_am65xx_1_0_3/packages/ti/csl/lib/am65xx/r5f/release/ti.csl.init.aer5f<boot.oer5f>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files error #16004-D: file "D:/ti/ti-processor-sdk-rtos-am65xx-evm-05.02.00.10/pdk_am65xx_1_0_3/packages/ti/csl/lib/am65xx/r5f/release/ti.csl.aer5f<csl_arm_r5.oer5f>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files warning #10063-D: entry-point symbol other than "_c_int00" specified: "_resetvectors" error #10010: errors encountered during linking; "perf_r55.out" not built gmake[1]: *** [perf_r55.out] Error 1 makefile:139: recipe for target 'all' failed gmake: *** [all] Error 2 **** Build Finished ****