linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* arch/ppc/boot broken include in currenty 2_4_devel
@ 2001-11-28 22:22 Troy Benjegerdes
  2001-11-28 22:40 ` Mark A. Greer
  2001-11-28 23:04 ` Troy Benjegerdes
  0 siblings, 2 replies; 3+ messages in thread
From: Troy Benjegerdes @ 2001-11-28 22:22 UTC (permalink / raw)
  To: linuxppc-dev


Somehow, the

CFLAGS	+= -fno-builtin -D__BOOTER__ -I$(TOPDIR)/arch/$(ARCH)/boot/include

line in arch/ppc/boot/Makefile is not getting picked up, causeing me
problems like:

make[3]: Entering directory
`/scratch/mvp/linuxppc_2_4_galileo/arch/ppc/boot/lib'
ppc_8xx-gcc -D__KERNEL__ -I/scratch/mvp/linuxppc_2_4_galileo/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float
-pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -O2 -ggdb   -c -o
zlib.o zlib.c
zlib.c: In function `inflateEnd':
zlib.c:330: too many arguments to function
zlib.c: At top level:
zlib.c:337: parse error before `('


because it's picking up the wrong zlib.h.

I've been messing around with the makefile, but I can't get it to do
anything that seems sensible.

--
Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
-----"If this message isn't misspelled, I didn't write it" -- Me -----
"Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's
why I draw cartoons. It's my life." -- Charles Shulz

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: arch/ppc/boot broken include in currenty 2_4_devel
  2001-11-28 22:22 arch/ppc/boot broken include in currenty 2_4_devel Troy Benjegerdes
@ 2001-11-28 22:40 ` Mark A. Greer
  2001-11-28 23:04 ` Troy Benjegerdes
  1 sibling, 0 replies; 3+ messages in thread
From: Mark A. Greer @ 2001-11-28 22:40 UTC (permalink / raw)
  To: Troy Benjegerdes; +Cc: linuxppc-dev


Troy,

Go back one rev of boot/common/Makefile.  I think new one should still work,
tho??

Mark
--

Troy Benjegerdes wrote:

> Somehow, the
>
> CFLAGS  += -fno-builtin -D__BOOTER__ -I$(TOPDIR)/arch/$(ARCH)/boot/include
>
> line in arch/ppc/boot/Makefile is not getting picked up, causeing me
> problems like:
>
> make[3]: Entering directory
> `/scratch/mvp/linuxppc_2_4_galileo/arch/ppc/boot/lib'
> ppc_8xx-gcc -D__KERNEL__ -I/scratch/mvp/linuxppc_2_4_galileo/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float
> -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -O2 -ggdb   -c -o
> zlib.o zlib.c
> zlib.c: In function `inflateEnd':
> zlib.c:330: too many arguments to function
> zlib.c: At top level:
> zlib.c:337: parse error before `('
>
> because it's picking up the wrong zlib.h.
>
> I've been messing around with the makefile, but I can't get it to do
> anything that seems sensible.
>
> --
> Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
> -----"If this message isn't misspelled, I didn't write it" -- Me -----
> "Why do musicians compose symphonies and poets write poems? They do it
> because life wouldn't have any meaning for them if they didn't. That's
> why I draw cartoons. It's my life." -- Charles Shulz
>


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: arch/ppc/boot broken include in currenty 2_4_devel
  2001-11-28 22:22 arch/ppc/boot broken include in currenty 2_4_devel Troy Benjegerdes
  2001-11-28 22:40 ` Mark A. Greer
@ 2001-11-28 23:04 ` Troy Benjegerdes
  1 sibling, 0 replies; 3+ messages in thread
From: Troy Benjegerdes @ 2001-11-28 23:04 UTC (permalink / raw)
  To: linuxppc-dev


Okay, the problem is I was running with 'make -e' and somehow that
screwed everything up. Oh well.


On Wed, Nov 28, 2001 at 04:22:43PM -0600, Troy Benjegerdes wrote:
>
> Somehow, the
>
> CFLAGS	+= -fno-builtin -D__BOOTER__ -I$(TOPDIR)/arch/$(ARCH)/boot/include
>
> line in arch/ppc/boot/Makefile is not getting picked up, causeing me
> problems like:
>
> make[3]: Entering directory
> `/scratch/mvp/linuxppc_2_4_galileo/arch/ppc/boot/lib'
> ppc_8xx-gcc -D__KERNEL__ -I/scratch/mvp/linuxppc_2_4_galileo/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float
> -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -O2 -ggdb   -c -o
> zlib.o zlib.c
> zlib.c: In function `inflateEnd':
> zlib.c:330: too many arguments to function
> zlib.c: At top level:
> zlib.c:337: parse error before `('
>
>
> because it's picking up the wrong zlib.h.
>
> I've been messing around with the makefile, but I can't get it to do
> anything that seems sensible.
>
> --
> Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
> -----"If this message isn't misspelled, I didn't write it" -- Me -----
> "Why do musicians compose symphonies and poets write poems? They do it
> because life wouldn't have any meaning for them if they didn't. That's
> why I draw cartoons. It's my life." -- Charles Shulz
>
>
>

--
Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
-----"If this message isn't misspelled, I didn't write it" -- Me -----
"Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's
why I draw cartoons. It's my life." -- Charles Shulz

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-28 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-28 22:22 arch/ppc/boot broken include in currenty 2_4_devel Troy Benjegerdes
2001-11-28 22:40 ` Mark A. Greer
2001-11-28 23:04 ` Troy Benjegerdes

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).