We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello I try use arm gcc v5.4.1 with last version MDK-ARM. All working OK, but if I add in linker command -Wl,--print-memory-usage linker end with 2error linking... RAM(1584): error: B 20 KB 7.73% FLASH(9980): error: B 64 KB 15.23% ".\a\a.elf" - 2 Error(s), 0 Warning(s). Target not created.
if I run same command from command line is all OK and -Wl,--print-memory-usage return linking... Memory region Used Size Region Size %age Used RAM: 1584 B 20 KB 7.73% FLASH: 9980 B 64 KB 15.23% Used Size id in different position in output over uVison, I thing this is any errror in uVison parser
Any idea how repair this error?