Hello, I downloaded newlib-lpc from http://www.aeolusdevelopment.com/Articles/download.html, changed paths in the makefile and linker script, replaced <unistd.h> with <sys/unistd.h>, and was finally able to build the newlib-lpc.a. But building the examples fails with the message "arm-elf-ld: cannot find -lnewlib-lpc", although the file is in /tmp/newlib and I have SEARCH_DIR( /tmp/newlib) in the linker script. Any hints? Thanks
Message
GCC newlib problem
2004-04-01 by Andreas Schwarz