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 _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
