On Tue, 5 Feb 2002, Heinz Häberle wrote: > [...]:../configure --prefix=/usr/local/arm303 --target=arm-linux > --with-headers=/usr/pilz/kernel/linux/include Is this kernel headers? If so, that's not what gcc needs for a cross compiler. You need the headers from libc, i.e. what would be found in /usr/include on most systems. Jeff