cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a .bin file in atollic?

Ramazan Gülcan
Associate III
Posted on February 19, 2018 at 19:39

Hi friends;

How to generate a .bin file in atollic?

#.bin #atollic
10 REPLIES 10
Szymon PANECKI
Senior III
Posted on February 20, 2018 at 09:43

Hello,

From main menu please select Project -> Build Settings. Then please follow steps shown below.

0690X00000609hsQAA.png

Regards

Szymon

Posted on February 20, 2018 at 09:59

thank you for the answer.

I did it. but this feature does not produce .bin.

It generates .binary and this file does not open in Stm32 Utility.

Regards

Ramazan

Posted on February 20, 2018 at 10:13

Have you tried renaming it to .bin ?

Posted on February 20, 2018 at 10:20

No. 

I thought it might be different.

Does this solution make sense?

Posted on February 20, 2018 at 10:52

Does this solution make sense?

I have a similar tool for another debug pod (Segger J-Link), that solely relies on the file name ending.

Just renaming the file did the trick - which does not really speak for the developers of said tool ....

Posted on February 20, 2018 at 11:00

Thank you for your suggestion.

good work.

Regards

Ramazan

Posted on February 20, 2018 at 15:46

Or use your own objdump command line to generate the file as desired.

I've previously published an ELFARM utility that generates .BIN and .HEX from ELF/AXF files, the original Atollic eval version wouldn't emit these forms.

Anyway, review the content of the file (use File Manager, or Hex Editor of choice), it is just binary data, the file extension is only of consequence to the app that tried to load it or control the file open dialog.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on February 20, 2018 at 14:58

If your using bin output often, add a post build step to rename it.

Posted on February 20, 2018 at 15:50

 ,

 ,

Looks like the forum move ate the attachments to the original thread. Will have to go fix that at some point

 ,
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..