This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fromelf and --bincombined

Hi,

I want generate one binary output file for an image containing multiple load regions. So I can use it for my bootloader.

I use the --bincombined option like descriped here: http://www.keil.com/support/man/docs/armutil/armutil_cacfhhha.htm
My statement in the Keil environment is:
fromelf --bincombined .\Hardwaretest.axf -o .\Hardwaretest.bin
but this Statement brings me an error:
Fatal error: Q3900U: Unrecognized option '--bincombined'.
If I use --bin instead of --bincombined everything works (but with multiple output).
Can it be that I have an old version of fromelf.exe? My Version: ARM FromELF, RVCT3.1 [Build 939] for uVision [Standard]
So anybody can help me?
Thank you very much