Andes Workshop
http://forum.andestech.com/

post-build to deal with binary files
http://forum.andestech.com/viewtopic.php?f=23&t=764
Page 1 of 1

Author:  cindy [ Wed Dec 18, 2013 6:04 pm ]
Post subject:  post-build to deal with binary files

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 6831 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 6831 times ]

Page 1 of 1 All times are UTC + 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/