• HELP: GNUARM in KEIL ???
    I opened C:\Keil\ARM\GNU\Examples\Blinky project and opened Project->manage->components..books dialog to set the GNUARM tools:select USE GNU compiler GNU-tool-prefix:arm-none-eabi- cynus Folder...
  • undefined reference to `_start', undefined reference to `_data'
    Hi, I'm trying to compile a project using Keil and GNUARM. Compiler compiles .c file but linker writes: Build target 'Target 1' assembling Startup.s... compiling Serial.c... compiling Blinky.c....
  • problem with GNUARM tool chain
    I tried compiling using GNUARM toolchain in keil(evaluation). In the output window it shows that it has succesfully created the exe. But when I goto the path where exe is supposed to be placed, I dont...
  • undefined reference to '__modsi3'
    Hi, I tried to compile code by using GNU in uVision 3. Linking error was encountered as such: undefined reference to '__modsi3' How can i solve it? Thanks.
  • Undefined reference to '__floatsisf'
    hello, I'm using uVision3 on a lpc2129 target. While trying to compile and link this: int a; float b: a++; b = a; I get this error when linking: "error: undefined reference to '__floatsisf...