On Sat, 2006-06-24 at 13:20 +0000, Joel Soete wrote: > -CC = $(CROSS_COMPILE)gcc > +CC = $(CROSS_COMPILE)gcc-3.4 Thanks ... I had to do that to get page_alloc.c to compile with the 64 bit compiler (it spins for a huge amount of time with gcc-4.1) but I should have remembered to take it out again ... James