gcc - converting elf32--bigarm to motorolla s19 -
i want convert elf32-bigarm motorolla s19 using binutil objcopy of codesourcery toolchain as:
copy sample.elf sample.s19 arm-none-eabi-objcopy.exe -o srec sample.s19
when convert file converts automatically little endian. i.e.
0x12345678 0x78563412
how can solve problem.
i have seen dump of elf , in correct endianness. while s19 file has incorrect ordering.
Comments
Post a Comment