• "undefined reference to '_start' when using GNU toolchain in Keil
    I am trying to compile a project using the GNU toolchain and I am getting a linker error that says "undefined reference to '_start'. This same project compiled and linked fine with the Keil ARM took...
  • 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...
  • undefined reference to memcpy problem
    i have used the memcpy function to copy an array to another one .. uVision3 keil shows error as UNDEFINED REFERENCE TO memcpy ... i have included memory.h and string .h ..
  • undefined reference to `init_mempool
    i am using Keil uVision3 + ADUC7026, i am trying to allocate #include <ADuC7026.h> #include "stdio.h" #include "stdlib.h" unsigned char memory_pool[0x400]; int main (void) { int *i; init_mempool...