This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GCC in uVision maybe errror in uVision

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?