• why the warning?
    U16 FFSStemq; STR_SUBF code *s_subf; ... FFSStemq = (U16 *) s_subf; U16 is unsigned short, STR_SUBF is a structure. the line of code (FFSStemq = ... ) gives WARNING C260 '=' pointer truncation. nothing...
  • compiler warning
    hi... i am getting a compiler warning... "warning: C3007E: Uninitialised or corrupted use of PSR. This code may not work correctly" how to fix this warning? thanks.
  • 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...
  • why error, not just warning
    What is the rwtionale behind the linker error L109 EMPTY RELOCATABLE SEGMENT not being just a warning? It came up due to some conditional assembly. Erik
  • Compiler warnings
    Hi, We are using uVision3 V3.05c for one of my projects. Any time I open my compiler and compile my project it gives 80 to 100 warnings. If I compile again it comes to 10 warnings which are actuall...