On Mon, Dec 10, 2001 at 10:47:57AM +0100, Jean-Daniel VAILLE wrote: > I want to cross-compile a linux kernel for ARM from my Solaris > workstation. I succesfully ran the make config script, > but the 'make dep' command issues a compiling error in the file > "coda.h", at each lines referring to 'u_quad_t' type (typedef > unsigned long long).
I suspect your cross-gcc is targeted at arm-elf not arm-linux. Please ensure that your cross-gcc is targeted at arm-linux not arm-elf. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
