• Global register optimization
    Hi all, Anybody using Global Register Optimization in combination with a command line based build environment, using the C166 toolchain (see http://www.keil.com/support/man/docs/c166/c166_regfile...
  • how to override static function
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com I find we can override a function Using $Super$$ and $Sub$$ to overide symbol definitions from the pdf ADS_LinkerGuide_A.pdf...
  • static inline function error
    Gentlemen, I'm getting an error when I declare a function static inline. Could anyone give me a hand and try telling me why. the following function gives an error: static inline int test(void...
  • Problem with static variable in the functions.
    Hi all. The source C file is... ============================= void a(void) { static unsigned char var1; ... switch(var1){ ... } } ============================== and the error message...
  • Problem with static variable in the functions.
    Hi all. The source C file is... ============================= void a(void) { static unsigned char var1; ... switch(var1){ ... } } ============================== and the error message...