Part Number: AM6548
Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi,
I am working with CCS Version: 10.1.1.00004 / W10 and would like to test System Analyzer.
I have imported the stair step example but can not build it:
**** Build of configuration Debug for project StairStepExample ****
"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
Building file: "../stairstep_JTAGStopMode.cfg"
Invoking: XDCtools
"C:/ti/ccs1011/xdctools_3_61_02_27_core/xs" --xdcpath="C:/ti/uia_2_41_00_01/packages;C:/ti/bios_6_82_01_19/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A53F -p ti.platforms.cortexA:AM6548 -r release -c "C:/ti/ccs1011/ccs/tools/compiler/gcc-arm-none-eabi-9-2020-q2-update-win32" "../stairstep_JTAGStopMode.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring stairstep_JTAGStopMode.xa53fg from package/cfg/stairstep_JTAGStopMode_pa53fg.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making X:Y/Z/StairStepExample/src/sysbios/sysbios.aa53fg ...
asma53fg C:/ti/bios_6_82_01_19/packages/ti/sysbios/family/arm/IntrinsicsSupport_asm_gnu.sv8A ...
Build of libraries failed.
subdir_rules.mk:19: recipe for target 'build-1520549263-inproc' failed
arm-none-eabi-gcc.exe: error: unrecognized argument in option '-mabi=lp64'
arm-none-eabi-gcc.exe: note: valid arguments to '-mabi=' are: aapcs aapcs-linux apcs-gnu atpcs iwmmxt
arm-none-eabi-gcc.exe: error: 'cortex-a53' does not support feature 'fp'
arm-none-eabi-gcc.exe: note: valid feature names are: crypto nofp; did you mean 'nofp'?
arm-none-eabi-gcc.exe: error: 'cortex-a53' does not support feature 'simd'
arm-none-eabi-gcc.exe: note: valid feature names are: crypto nofp
arm-none-eabi-gcc.exe: error: unrecognized command line option '-mcmodel=large'
arm-none-eabi-gcc.exe: error: unrecognized command line option '-mstrict-align'; did you mean '-Wstrict-aliasing'?
arm-none-eabi-gcc.exe: error: unrecognized command line option '-mfix-cortex-a53-835769'; did you mean '-mfix-cortex-m3-ldrd'?
arm-none-eabi-gcc.exe: error: unrecognized command line option '-mfix-cortex-a53-843419'; did you mean '-mfix-cortex-m3-ldrd'?
gmake[1]: *** [makefile:48: arm_IntrinsicsSupport_asm_gnu.o] Error 1
gmake: *** [X:Y/Z/StairStepExample/src/makefile.libs:57: X:Y/Z/StairStepExample/src/sysbios/sysbios.aa53fg] Error 2
error: xdc.cfg.SourceDir: "C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package.mak:210: package/cfg/stairstep_JTAGStopMode_pa53fg.xdl] Error 1
gmake.exe: *** Deleting file 'package/cfg/stairstep_JTAGStopMode_pa53fg.xdl'
gmake.exe: *** [package/cfg/stairstep_JTAGStopMode_pa53fg.xdl] Deleting file 'package/cfg/stairstep_JTAGStopMode_pa53fg.h'
gmake.exe: *** [package/cfg/stairstep_JTAGStopMode_pa53fg.xdl] Deleting file 'package/cfg/stairstep_JTAGStopMode_pa53fg.c'
js: "C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1520549263-inproc] Error 1
gmake: *** No rule to make target 'build-1520549263', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1520549263', needed by 'configPkg/linker.cmd'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Any ideas are welcome.
BTW: SA documents are quite old (SPRUH43D 2013, Getting Started 2012) Are there any updates on the way?
Regards,
Kalman

