Hello,
I'm following the instructions here:
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5
The following errors occur in Stop Mode Debug Launching:
Load Program Error.
File:/root/targetfs/boot/vmlinux-2.6.32.17-davinchi1
Does not match the target endianness, not loaded.
Check builld options and target configurations file(ccxml).
Execution of Builld Configurations-->Builld All will generate the following errors:
make all
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h'is ending with updating.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CC kernel/bounds.s
cc1: error: unrecognized command line option "-mlittle-endian"
cc1: error: unrecognized command line option "-mapcs"
cc1: error: unrecognized command line option "-mno-sched-prolog"
cc1: error: unrecognized command line option "-mabi=aapcs-linux"
cc1: error: unrecognized command line option "-mno-thumb-interwork"
kernel/bounds.c:1: error: bad value (armv4t) for -march= switch
kernel/bounds.c:1: error: bad value (arm9tdmi) for -mtune= switch
make[1]: *** [kernel/bounds.s] error 1
make: *** [prepare0] error 2
**** Build Finished ****
Development environment is the following:
1.CCSv5
2.XDS510 USB PLUS
3.DM365
I want to know how to avoid the error.
Thank you,
Norio