[parisc-linux] Re: [parisc-linux-cvs] linux-2.6 jejb
Joel Soete
soete.joel at tiscali.be
Sat Jun 24 07:20:24 MDT 2006
James Bottomley wrote:
> On Fri, 2006-06-23 at 14:15 -0600, James Bottomley wrote:
>
>> And, by the way, before anyone complains, this won't fix
>>modules that
>> fail to load because PCREF22F can't reach the stubs in the
>>first place
>> (like ipv6)
>
>
> Apparently I misspoke ... this fixes ipv6 as well ... I theorise that
> huge modules were accidentally getting init/core separation even before
> the ioremap patches because init could fit in a small amount of space
> between already allocated objects.
>
> So, the true problem that still exists (the text section so large that
> stubs can be out of range of PCREL22F) apparently won't hit us until we
> find a module larger than 8MB, none of which I think the kernel has, so
> we can hopefully call this problem "fixed" for quit a while.
>
> James
>
Cool,
Anyway it seems that you patch a bit too much :<)
afaik the latest failed log in <http://cvs.parisc-linux.org/download/linux-2.6/>
shows the same as my build:
+ make oldconfig
/var/www/download/linux-2.6/autobuild/linux-2.6.17/scripts/gcc-version.sh: line 1: gcc-3.4: command not found
/var/www/download/linux-2.6/autobuild/linux-2.6.17/scripts/gcc-version.sh: line 1: gcc-3.4: command not found
/var/www/download/linux-2.6/autobuild/linux-2.6.17/arch/parisc/Makefile:43: *** Sorry, your compiler is too old (0000). GCC v3.3 or
above is required.. Stop.
+ return 8
so I trust that this hunk should be simply reverted to fix the pb:
===================================================================
RCS file: /var/lib/cvs/linux-2.6/Makefile,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -r1.491 -r1.492
--- linux-2.6/Makefile 2006/06/21 03:43:52 1.491
+++ linux-2.6/Makefile 2006/06/23 20:15:19 1.492
@@ -274,7 +274,7 @@
AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld
-CC = $(CROSS_COMPILE)gcc
+CC = $(CROSS_COMPILE)gcc-3.4
CPP = $(CC) -E
AR = $(CROSS_COMPILE)ar
NM = $(CROSS_COMPILE)nm
Thanks again,
Joel
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux at lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
>
More information about the parisc-linux
mailing list