Part Number: TMDXIDK5718
Tool/software: Code Composer Studio
Hi ,
I have an Tmdxidk5718 EVM ,and I'd like to rebuild the boot and to debug the uboot with JTAG in CCS8. and I got some problem as I describe as following,I will be appropriated with your help.
I created a c/c++ project with option "makefile project with exiting code",then I select "~/ti-processor-sdk-linux-rt-am57xx-evm-04.03.00.05/board-support/u-boot-2017.01+gitAUTOINC+c68ed086bd-gc68ed086bd$ " for the exiting code location and "Linux Gcc " for the toolchain. Then I build the project ,and I am failure with the following information:
20:55:57 **** Build of configuration Default for project u-boot-2017.01+gitAUTOINC+c68ed086bd-gc68ed086bd ****
make all
CHK include/config/uboot.release
CHK include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CC lib/asm-offsets.s
lib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch
Kbuild:43: recipe for target 'lib/asm-offsets.s' failed
/*
^
Makefile:1286: recipe for target 'prepare0' failed
make[1]: *** [lib/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
20:55:57 Build Finished (took 241ms)