• warning messages
    I am getting these warnings, can someone help eliminate those warnings? *** WARNING L5: CODE SPACE MEMORY OVERLAP FROM: 0000H TO: 0002H *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE...
  • Disabling warnings Keil
    Good day. I'm trying disable warnings (#2548-D and #69-D). I have them because i created: const char a='Ф'; // it is Cyrillic symbol I wrote "69,2548" in disable Warnings field in Linker tab...
  • Warnings L1 and L2
    What does it mean when you have an "unresolved external symbol"? The manual claims that the variable is not PUBLIC, however, I don't see how that's the case. I am getting warnings L1 and L2 when I put...
  • Scatter load file and #warning...
    Is there a way to do accomplish a similar end result of something like this in a scatter load file? LR_NORFLASH 0x80000000 0x08000000 { ROM 0x80000000 NOCOMPRESS { #ifdef RELEASE * (norimagetoc...
  • temporarily supress WARNING
    How can I temporarily supress a Compiler Warning just for one function? I thougt about #pragma WARNING disable = 47 void my_function(int iTest) { //do nothing, //iTest is an unreference Parameter...