• Disable compiler warning
    How do you disable compiler warnings in uVision 4? It's for a K20 procesor so it's an ARM Cortex M4. I tried the standard C++ #pragma warning but it didn't sppear to work...
  • Is there a way to disable specific warnings ?
    I'm using uV 4.70.0.0, compiler version is 5.03.0.24. Is there a way to disable specific warnings? In other Keil toolchains I seem to remember there was a command-line control that allowed this....
  • Warning message
    Hi After compiling my codes, I get the warning message: SECTION OUTSIDE CLASS AREA SECTION: CLASS: I assume that it means that the data are not with address range. Can any of you pleas kindly...
  • 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...
  • Warning Messages
    I have 5 different C files and i Main.c program separately. In the Project diaglog box i have added all these files. For Target Options i have selected Large 64kCode ROM size and memory model Large....