* problems with 2.4.23-pre4-ben0
@ 2003-09-20 15:59 Dale Harris
0 siblings, 0 replies; only message in thread
From: Dale Harris @ 2003-09-20 15:59 UTC (permalink / raw)
To: Benjamin Herrenschmidt, linuxppc-dev
There is couple of compile problem I have with the kernel at
source.mvista.com::linuxppc_2_4_benh
Missing a comma in /usr/src/linuxppc_2_4_benh/include/linux/agp_backend.h
--- agp_backend.h.orig 2003-09-17 19:02:27.000000000 -0400
+++ agp_backend.h 2003-09-20 11:25:15.000000000 -0400
@@ -99,7 +99,7 @@
ATI_RS300_100,
ATI_RS300_133,
ATI_RS300_166,
- ATI_RS300_200
+ ATI_RS300_200,
APPLE_UNINORTH
};
gcc -D__ASSEMBLY__ -D__KERNEL__ -I/usr/src/linuxppc_2_4_benh/include -I/usr/src/linuxppc_2_4_benh/arch/ppc -D__BOOTER__ -c -o ../common/util.o ../common/util.S
../common/util.S: Assembler messages:
../common/util.S:207: Warning: setting incorrect section attributes for .relocate_code
../common/util.o: File truncated
../common/util.S:268: FATAL: Can't write ../common/util.o: File truncated
make[3]: *** [../common/util.o] Error 1
Looks like is from:
.section ".relocate_code","xa"
Which I have no idea what the proper setting is supposed to be.
--
Dale Harris
rodmur@maybe.org
/.-)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-20 15:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-20 15:59 problems with 2.4.23-pre4-ben0 Dale Harris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).