• USB problem or GNU
    i am working on usb device driver.i have keil board 2300(lpc2368). & keil Uvision3.34 .now i am using gnu ARM THUMB toolchain for windows of cygnus version3.3.1.i am using USBHID code which is available...
  • 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'...
  • stm32f10x_vector.s with GNU compiler
    I am using Keil uVision3 in order to compile a .cpp file using STM32F103VE microcontroller. I need to use GNU compiler instead of Keil ARM. I am using the file stm32f10x_vector.s from the library...
  • GNU: Problem with malloc function
    Im using the Codesourcery GNU tool chain with the Keil 4 eval version. The malloc function is not working, it just returns NULL. I found a knowledgebase article, GCC: CONFIGURING MALLOC FUNCTION...
  • GNU ARM and Constructors
    I'm using a LPC2129 and DKARM 1.3 I have something like this //class declaration class SPI { SPI(uint8 init)//contructor .... } //Contructor definition SPI::SPI(uint8 init) { ... } //Object...