Andes Workshop

It is currently Thu Mar 28, 2024 6:19 pm

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: post-build to deal with binary files
PostPosted: Wed Dec 18, 2013 6:04 pm 
Offline
User avatar

Joined: Fri Mar 04, 2011 9:36 pm
Posts: 500
Question:
I would like to deal with the bin file in Post-Build in AndeSight. But post-build is early than generating bin file, I can't get the bin file when post-building.

Answer:
Users can post-build to get bin file then deal with it.

1) disable objcopy in AndeSight setting
Attachment:
1.gif
1.gif [ 26.26 KiB | Viewed 6821 times ]


2) Write objcopy command and other command in post build.
Code:
nds32le-elf-objcopy -S -O binary "hello1.adx" output/hello1.bin; ls output/hello1.bin

Attachment:
2.gif
2.gif [ 14.45 KiB | Viewed 6821 times ]


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group