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

Issue generating binary file with ARM-MDK

Hello all,

I'm using MDK-ARM Version 3.11. To generate a BIN-File from an AXF-File I'm using the tool "fromelf" of the ARM-MDK. I call this tool through the Option "Run User Programms after Build/Rebuild" of uVision.

After the AXF-File was created successfully "fromelf" returns with the following error message:

User command #1: C:\Keil\ARM\BIN31\fromelf.exe ".\Obj\NoApplication.axf" --bin --output ".\Obj\NoApplication.bin"
Error: Q0108E: Could not create output file '.\Obj\NoApplication.bin_1': No such file or directory
Finished: 0 information, 0 warning and 1 error messages.

I was able to address the issue to to following line of code:

volatile unsigned long gulBufferedRamFlag __attribute__((at(0xE0084000)));

When I remove the attribute, the generation of the BIN-File works.

I would be greatful for some hints...

Thanks in advance

Rainer