Andes Workshop

It is currently Thu Mar 28, 2024 9:06 pm

All times are UTC + 8 hours [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: AndeSight MCU/RDS   Topic: how to backup bin file name with timestamp

Posted: Fri Dec 19, 2014 5:22 pm 

Replies: 0
Views: 9027


sometimes we need backup bin file, we can achieve it as following steps: 1: copy following text string(include the first semicolon) to the end of Command line pattern : ; echo "time now :" ; date +%Y%m%d%H%M; cp ${OUTPUT} ${OUTPUT}-`date +%Y%m%d-%H%M`.bin settings on objcopy objcopy.png 2:...

 Forum: AndeSight MCU/RDS   Topic: list all removed sections

 Post subject: list all removed sections
Posted: Mon Dec 15, 2014 3:41 pm 

Replies: 0
Views: 8136


when use -ffunction-sections and -fdata-sections ffunction-data-section.png it will remove unused function/data sections. but how to check which sections will be removd, we can use --print-gc-sections option to output all removed sections add linker option: -Wl,--print-gc-sections: print-removed-sec...
Sort by:  
Page 2 of 2 [ Search found 12 matches ]


All times are UTC + 8 hours [ DST ]


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