• L11 warning
    Hi. I use OVERLAY(PRINTF ! *) on my linker command line to prevent an L15. Now the L15 only exists in the following condition: #define A 1 #define B 1 If only 1 are active no problem. The proble...
  • L11 warning
    Hi. I use OVERLAY(PRINTF ! *) on my linker command line to prevent an L15. Now the L15 only exists in the following condition: #define A 1 #define B 1 If only 1 are active no problem. The proble...
  • Getting rid of L11 WARNING messages
    does deleting the OVERLAY directive containing the segments and functions listed in WARNING 11 result in hazardous effect. I actually managed to get rid of the L11 warnings by doing the above mentioned...
  • Getting rid of L11 WARNING messages
    does deleting the OVERLAY directive containing the segments and functions listed in WARNING 11 result in hazardous effect. I actually managed to get rid of the L11 warnings by doing the above mentioned...
  • How to suppress this warning " empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]"
    Hi, I am using Keil uVision V5.37.0.0 and compiler version is 6.18, I am getting tons of above warnings in different files with this version of uVision, the same was built without any warnings on previous...