naga raj <gnuuser.raj@xxxxxxxxx> writes: > Can any one please guide me, how to add little endian support to an > embedded target > please refer to any link that helps in adding the little endian support. If you are very lucky then you just have to change the definition of BYTES_BIG_ENDIAN in your gcc/config/CPU/CPU.h file. This is described in the gcc internals manual. Ian