• ARM Linker warning L6776W
    I am using the ARM clang tool chain version 6.10.1. The linker is showing the following warning: Warning: L6776W: The debug frame in .debug_frame(CHostComm.o) does not describe an executable section...
  • warnings
    Hi, Why do I get these warnings? Are these warnings critical, and can they get the program to crash? assembling STARTUP.A51... linking... *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR...
  • warnings
    upon building my application in keil I get following warning *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
  • What the warning?
    I have this code IAP_STATUS_CODE software_update_procedure(int8_t const *ap_folder_entry) which calls if (strncasecmp(ap_folder_entry + 8, IMAGES_NAME_EXTENSION, strlen(IMAGES_NAME_EXTENSION...
  • Warning Level
    Hi, someone know how to change the warning level in uVision? Is there a way to change the warning level like in VC++? Or they are fixed and varies only with the optimization level? look at: ...