• 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
    upon building my application in keil I get following warning *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
  • 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...
  • unknown warning
    u8 Key; u8 VarItem; switch (Key) { case Kb_0 : ... case Kb_1 : ... case Kb_2 : ... case Kb_3 : ... case Kb_4 : ... case Kb_5 : ... case Kb_6 : ... case Kb_7 : ... case Kb_8 : ... case Kb_9...
  • list of Warnings
    Hi, When comiling my source I get following warning : warning: #546-D: transfer of control bypasses initialization of: I have this warning in a switch statement. Where can I find a complete...