How do I downgrade an error into warning in Keil uvision5? The ARM Community suggests a command --diag_warning but where does this command fit cause the build output window on Keil does not support entering commands. Could anyone please help me by letting know where is the command suposed to be entered? TIA
https://www.keil.com/support/man/docs/armcc/armcc_chr1359124914603.htm
But it sounds like a Really Bad Idea - what error, exactly, is it, and why do you want to ignore it and carry on regardless??
.\obj\833T\app.axf: Error: L6220E: Load region LR_APP size (61664 bytes) exceeds limit (59392 bytes). Region contains 44 bytes of padding and 0 bytes of veneers (total 44 bytes of linker generated content).
The error looks as above. Could you please let me know where can I verify the limit of Load region LR_APP size?
That's a Linker error - not a compiler message.
It's not an error you want to be ignoring.
Check your Scatter file and/or the uVision target memory settings.