• ARM Compiner c++ error (class, virtual, override)
    Hi When I try to make new class, which inherited from another class I found, as I understand, a mistake in working a compiled code. Code Example: char s[1024]; class Parent{ public: Parent...
  • ARM Compiner c++ error (class, virtual, override)
    Hi When I try to make new class, which inherited from another class I found, as I understand, a mistake in working a compiled code. Code Example: char s[1024]; class Parent{ public: Parent...
  • 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...
  • 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...
  • How to override the standard library functions like memcpy, memset and memmove etc in ARM.
    Note: This was originally posted on 12th March 2012 at http://forums.arm.com Hi, I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions...