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.

CCSv5: File does not match target endianness

Other Parts Discussed in Thread: TMS320DM6467T, TMS320DM6467

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

  • Hi Norio,

    Looking at these message:

    norio said:
    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.

    norio said:
    cc1: error: unrecognized command line option "-mlittle-endian"

    For whatever reason, the option to build for little endianness was not recognized. Hence it probably built for big endian and hence your first message about "does not match target endianness" (since I assume the target is little endian)

    You will need to resolve your build issue with the unrecognized command line options (sorry I can't help with that)

    Thanks

    ki

  • Norio,

    Just adding to Ki's response, neither the u-boot nor the Linux kernel should be built from within CCS, as they have their own makefiles that contain too many intrinsic build options, defines, etc.

    Cheers,

    Rafael

  • Hi Rafael and Ki,

    Thanks for your cooperation.
    I reconstructed Vmlinux.
    However, an error comes out.
    error:
     load program error.
     File:/usr/local/dvsdk/psp/linux-2.6.32.17-psp03.01.39/vmlinux:
     a data verification error occurred, file load failed.

    Best regards,

    Norio

  • Hi,

    I am also completely stuck with this and seeing the same error:

    IcePick_C_0: GEL: File: C:\tftp\linux-davinci-lcvr\vmlinux Does not match the target endianness, not loaded. Check build options and target configuration file (ccxml).

    Here is my setup:

    CCS Version: 5.2.1.00018 

    Linux Kernel:  2.6.32.17-davinci

    Target: TMS320DM6467t

    Emulator: XDS560v2 STM ethernet

    I tried both stock EVMDM6467.ccxml and TMS320DM6467.ccxml configurations, with removed GEL file initialization scripts.