• Dwarf Error: Could not find abbrev number 38 / undefined reference to `memcpy'
    Hello guys, I`m trying to compile a simple UEFI Hello World using EDKII and a GCC cross compiler as described in this post: https://developer.arm.com/tools-and-software/open-source-software/firmware...
  • Dwarf Error: Could not find abbrev number 38 / undefined reference to `memcpy'
    Hello guys, I`m trying to compile a simple UEFI Hello World using EDKII and a GCC cross compiler as described in this post: https://developer.arm.com/tools-and-software/open-source-software/firmware...
  • 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....
  • 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....
  • 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...