• Initialize C ++ object array in constructor?
    I am facing issues with initialization of an object array within the Constructor. I would like to initialize my array using i nitialization from brace-enclosed lists. But the armcc compiler for some reason...
  • C++ error: Class with constructor: Argument not checked
    Hi, to disable and re-enable interrupts in a safe way, I wrote the following class: class DisableIntsShortly { public: __forceinline DisableIntsShortly(){ __disable_irq(); } __forceinline ~DisableIntsShortly...
  • usb in gnu
    i have keil v3.34 evolution vertion.in that real view compile already expired. so i am using GNU compiler in keil.now i am using HIDDEV code which is available keil site.i convert it in formate of gnu...
  • GNU and uVISION3
    I am trying to use GNU toolset with uvision3 for MCB2103 board. I am getting following error when I try to build a project or compile a file. ERROR: Can't excute 'as' ERROR: Can't excute 'gcc'...
  • GNU ARM --- Error: can't execute 'as'
    I'm trying to get uVision3 to work with the GNU ARM compiler. I have tried loading an example project and selected GNU as development tool. But when i try to build I get the following error: Build...