Hi, linking directly to the object files of newlib-lpc (as it is done in the example.mak) works perfectly, but linking to libnewlib-lpc.a doesn't (the elf file size differs by a few bytes and the program does not run correctly). My linker command line: arm-elf-ld -o myexample.elf crt0.o myexample.o -lnewlib-lpc -Tlpc210x.ld Anything wrong here? Andreas
Message
Problems with linking to libnewlib-lpc.a
2004-04-06 by Andreas Schwarz