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.

linker cmd file for cortex-m3

Hi all,

I make use of CCS5 IDE to build my cortex-M3 (DM814x Ducati M3 core) project & using TMS470 CG 4.9.2 version.

How to convert the ELF out file into binary file?

Code-sourcery "arm-none-eabi-objcopy.exe" generating bin file with huge size. 

For you reference attaching the map file. Please provide your inputs on the memory mapping or a reference cortex-m3 liner cmd file.

Regards

Vinoth

7127.avsk_app_m3video_map.txt

  • An objcopy generated .bin file has size given by highest_address_used - lowest_address_used.  In your case, that is 0x90000000 bytes.  Very, very, big.  TI has an objcopy like way to generate a .bin file.  But it will have the exact same size problem.

    See if someone has dealt with this already over on the Stellaris forum.  

    Thanks and regards,

    -George