Part Number: TMDX654GPEVM
Other Parts Discussed in Thread: AM6548, SYSBIOS
Tool/software: Code Composer Studio
Hello,
I installed "ti-processor-sdk-rtos-am65xx-evm-06.03.00.106-Windows-x86-Install.exe" and "CCS9.3.0.00012_win64.zip" at windows 7.
I imported simple hello example when I create new CCS project. I set "AM65x - Cortex A53" and "GPEVM_AM65x" as target and "TI XDS110 USB Debug Probe" as connection.
It had below build errors. Please help me to solve the problem.
Thanks,
Jeff
**** Build of configuration Debug for project hello ****
"D:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../hello.cfg"
Invoking: XDCtools
"D:/ti/ccs930/xdctools_3_60_02_34_core/xs" --xdcpath="D:/ti/ccs930/bios_6_76_03_01/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A53F -p ti.platforms.cortexA:AM6548 -r release -c "D:/ti/ccs930/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major" "../hello.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring hello.xa53fg from package/cfg/hello_pa53fg.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/jekim/workspace_v9/hello/src/sysbios/sysbios.aa53fg ...
asma53fg D:/ti/ccs930/bios_6_76_03_01/packages/ti/sysbios/family/arm/IntrinsicsSupport_asm_gnu.sv8A ...
Build of libraries failed.
subdir_rules.mk:19: recipe for target 'build-524003505-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: *** [C:/Users/jekim/workspace_v9/hello/src/makefile.libs:57: C:/Users/jekim/workspace_v9/hello/src/sysbios/sysbios.aa53fg] Error 2
error: xdc.cfg.SourceDir: "D:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "D:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package.mak:218: package/cfg/hello_pa53fg.xdl] Error 1
gmake.exe: *** Deleting file 'package/cfg/hello_pa53fg.xdl'
gmake.exe: *** [package/cfg/hello_pa53fg.xdl] Deleting file 'package/cfg/hello_pa53fg.h'
gmake.exe: *** [package/cfg/hello_pa53fg.xdl] Deleting file 'package/cfg/hello_pa53fg.c'
js: "D:/ti/ccs930/xdctools_3_60_02_34_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-524003505-inproc] Error 1
gmake: *** No rule to make target 'build-524003505', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-524003505', needed by 'configPkg/linker.cmd'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****