|
|
Re: Post-Buildstep no .bin file [message #1749507 is a reply to message #1749477] |
Wed, 07 December 2016 14:18 |
Foo Bar Messages: 6 Registered: September 2016 |
Junior Member |
|
|
Hi,
thanks for the reply.
Here is a part of the output when I compile. It clearly shows that the .bin file is only created after the post-build command. I just entered a simple echo.
make --no-print-directory post-build
echo here is the post script started
here is the post script started
Invoking: Cross ARM GNU Create Flash Image
arm-none-eabi-objcopy -O binary --gap-fill=0xff "firmware.elf" "firmware.bin"
Finished building: firmware.bin
When I added a 10 second pause to the execution of my post build and deleted the release folder before compiling I could clearly see that the bin file was generated after the 10 second pause.
(parallel build is disabled).
[Updated on: Wed, 07 December 2016 14:19] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03472 seconds