• Compiler warning - why?
    I am just learning C by starting on modifying an example program to do what I want it to do. But immediately get warning messages although the compiled program runs fine. Whenever I declare a variable...
  • Compiler warning - why?
    I am just learning C by starting on modifying an example program to do what I want it to do. But immediately get warning messages although the compiled program runs fine. Whenever I declare a variable...
  • Why do I get warning L6480W when I use the "Execute-only Code" option?
    I'm experimenting with different configuration options, and the "Execute-only Code" option might be useful for my application. However, when I enable it, many modules throw the following linker warning...
  • Recursive Call Warning? Why?
    Hi, please can someone try this little code snippet with the C51 compiler and tell me why I am getting a "Linker Warning L13: Recursive Call to Segment Foo1, Caller: Foo2" void foo1(void); void...
  • Recursive Call Warning? Why?
    Hi, please can someone try this little code snippet with the C51 compiler and tell me why I am getting a "Linker Warning L13: Recursive Call to Segment Foo1, Caller: Foo2" void foo1(void); void...