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
Hi Sitara support Team,
Relating to the following thread, I am facing the similar problem.
e2e.ti.com/.../789936
I have switched the new work space, but the result is same.
Our enviroment:
-CCSv9.0.1 and v9.1.0
-followed the example here: software-dl.ti.com/.../index_examples_demos.html
When I build the project with CCSv8, there is no problem.
However it cannot load the out file, and the this error message is shown.
Is this issue caused from CCSv9.x?
Could you please advise to solve this issue?
Build Log:
**** Build of configuration Debug for project hello_world ****
"C:\\ti\\ccs901\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../main.c"
Invoking: GNU Compiler
"C:/ti/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a53 -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -I"C:/Users/120775/ccs9_ws_am65/hello_world" -I"C:/ti/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"main.d" -MT"main.o" -o"main.o" "../main.c"
Finished building: "../main.c"
Building target: "hello_world.out"
Invoking: GNU Linker
"C:/ti/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -mcpu=cortex-a53 -Wl,-Map,"hello_world.map" --entry --entry -L"C:/ti/pdk_am65xx_1_0_5/packages/ti/csl/lib/am65xx/a53/release" -Wl,--defsym,CORE0=1 -Wl,--defsym,STACKSIZE=0x10000 -Wl,--defsym,HEAPSIZE=0x400 -o"hello_world.out" "./main.o" "C:/ti/pdk_am65xx_1_0_5/packages/ti/csl/lib/am65xx/a53/release/ti.csl.init.aa53fg" "C:/ti/pdk_am65xx_1_0_5/packages/ti/csl/lib/am65xx/a53/release/ti.csl.aa53fg" -lrdimon -lstdc++ -lgcc -lc -lm
c:/ti/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol --entry; defaulting to 00008010
Finished building target: "hello_world.out"
Best regards,
Kanae
Kanae,
The compiler you are using in CCSv9.0.1 is incorrect; your build output is pointing to the gcc-arm-none-eabi-7-2017-q4-major-win32
You have to add the ARM 64-bit version compiler to your CCSv9.0.1 and point it according to step 4 of the instructions.
This version of the compiler is provided by the A65x RTOS SDK.
To add the compiler to CCS, check the reference below:
http://software-dl.ti.com/ccs/esd/documents/ccs_compiler-installation-selection.html
Regards,
Rafael
Hi Rafeal,
Thank you for your reply.
I add the ARM 64-bit version compiler to CCSv9.1, it works without problem.
However CCSv9.0.1 does not work with the same issue.
I will take CCSv9.1 from now on.
Best regards,
Kanae