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/AM6548: CCS crashes when loading specific OUT-file

Part Number: AM6548
Other Parts Discussed in Thread: SYSBIOS,

Tool/software: Code Composer Studio

Hello,

I followed the steps to create a project for A53 with RTOS:
software-dl.ti.com/.../index_examples_demos.html

When I connect to the first A53 core, and load the .out-file, CCS closes immediatly after the load was complete.

This is reproducable.

Build log from outfile which closes ccs


**** Clean-only build of configuration Debug for project Host_A53_0 ****

/home/thomas/ti/ccsv8/utils/bin/gmake -k -j 8 clean -O
 
rm -rf  "Host_A53_0.hex"  "configPkg/linker.cmd" "configPkg/compiler.opt"  "Host_A53_0.out"
rm -rf "InitMmu.o" "main.o"
rm -rf "InitMmu.d" "main.d"
rm -rf  "configPkg/"
Finished clean
 

**** Build Finished ****

**** Build of configuration Debug for project Host_A53_0 ****

/home/thomas/ti/ccsv8/utils/bin/gmake -k -j 8 all -O
 
Building file: "../sysbios_a53.cfg"
Invoking: XDCtools
"/home/thomas/ti/xdctools_3_50_08_24_core/xs" --xdcpath="/home/thomas/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A53F -p ti.platforms.cortexA:AM65X -r debug -c "/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf" "../sysbios_a53.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring sysbios_a53.xa53fg from package/cfg/sysbios_a53_pa53fg.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making /home/thomas/workspace_v8_ipc/Host_A53_0/src/sysbios/sysbios.aa53fg ...
gmake[1]: Entering directory `/home/thomas/workspace_v8_ipc/Host_A53_0/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/thomas/workspace_v8_ipc/Host_A53_0/src/sysbios'
Build of libraries done.
cla53fg package/cfg/sysbios_a53_pa53fg.c ...
Finished building: "../sysbios_a53.cfg"
 
Building file: "../main.c"
Invoking: GNU Compiler
"/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf/bin/aarch64-elf-gcc" -c -mcpu=cortex-a53 -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -I"/home/thomas/workspace_v8_ipc/Host_A53_0" -I"/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf/aarch64-elf/include" -Og -g -gdwarf-2 -Wall -specs="nosys.specs" -MMD -MP -MF"main.d" -MT"main.o"  @"configPkg/compiler.opt" -o"main.o" "../main.c"
Finished building: "../main.c"
 
Building file: "../InitMmu.c"
Invoking: GNU Compiler
"/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf/bin/aarch64-elf-gcc" -c -mcpu=cortex-a53 -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -I"/home/thomas/workspace_v8_ipc/Host_A53_0" -I"/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf/aarch64-elf/include" -Og -g -gdwarf-2 -Wall -specs="nosys.specs" -MMD -MP -MF"InitMmu.d" -MT"InitMmu.o"  @"configPkg/compiler.opt" -o"InitMmu.o" "../InitMmu.c"
Finished building: "../InitMmu.c"
 
Building target: "Host_A53_0.out"
Invoking: GNU Linker
"/home/thomas/ti/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-elf/bin/aarch64-elf-gcc" -mtune=cortex-a53 -fno-exceptions -Dam6548 -Dcore0 -DAARCH64 -DSOC_AM6X -Og -g -gdwarf-2 -Wall -specs="nosys.specs" -mcpu=cortex-a53 -Wl,-Map,"Host_A53_0.map" -nostartfiles -Wl,--defsym,CORE0=1 -Wl,--defsym,STACKSIZE=0x10000 -Wl,--defsym,HEAPSIZE=0x400 -o"Host_A53_0.out" "./InitMmu.o" "./main.o" -Wl,-T"../linker_a53.lds" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -lgcc -lrdimon -lc -Wl,--end-group
Finished building target: "Host_A53_0.out"
 

**** Build Finished ****

Project and Outfile:

3441.Host_A53_0.zip