public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3811: compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1
@ 2001-07-25  5:36 k_fukui
  0 siblings, 0 replies; 2+ messages in thread
From: k_fukui @ 2001-07-25  5:36 UTC (permalink / raw)
  To: gcc-gnats; +Cc: mark, Franz.Sirl-kernel

>Number:         3811
>Category:       bootstrap
>Synopsis:       compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 25 05:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kaoru Fukui
>Release:        latest cvs gcc-3.0.1
>Organization:
>Environment:
linuxppc,ppc-linux
>Description:
compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1
I tried to compile same source with gcc-3.0.1 cvs which i got July20.
The gcc-3.0.1July20 is Noproblem,it was very good compiling linux-2.4.7.

So I think,this problem is in gcc-3.0.1 cvs latest.

Kaoru
-----------------------------------------
	net/network.o \
	/usr/src/redhat/BUILD/linux/lib/lib.a /usr/lib/gcc-lib/ppc-linux/3.0.1/nof/libgcc.a \
	--end-group \
	-o vmlinux
drivers/usb/usbdrv.o: In function `extract':
drivers/usb/usbdrv.o(.text+0x12680): undefined reference to `__fswab64'
drivers/usb/usbdrv.o(.text+0x12680): relocation truncated to fit: R_PPC_REL24 __fswab64
drivers/usb/usbdrv.o: In function `implement':
drivers/usb/usbdrv.o(.text+0x126fc): undefined reference to `__fswab64'
drivers/usb/usbdrv.o(.text+0x126fc): relocation truncated to fit: R_PPC_REL24 __fswab64
drivers/usb/usbdrv.o(.text+0x12728): undefined reference to `__fswab64'
drivers/usb/usbdrv.o(.text+0x12728): relocation truncated to fit: R_PPC_REL24 __fswab64
net/network.o: In function `atalk_release':
net/network.o(.text+0x50aac): undefined reference to `atalk_destroy_socket'
net/network.o(.text+0x50aac): relocation truncated to fit: R_PPC_REL24 atalk_destroy_socket
make: *** [vmlinux] Error 1
[root@g4mpKFUKUI linux]# grep -rn __fswab64 *
Binary file drivers/usb/hid.o matches
Binary file drivers/usb/usbdrv.o matches
include/linux/byteorder/swab.h:123: __fswab64((x)))
include/linux/byteorder/swab.h:127:#  define __swab64(x) __fswab64(x)
include/linux/byteorder/swab.h:158:extern __inline__ __const__ __u64 __fswab64(__u64 x)
[root@g4mpKFUKUI linux]# 

[root@g4mpKFUKUI /Some-kernel]# gcc -v
Reading specs from /usr/lib/gcc-lib/ppc-linux/3.0.1/specs
Configured with: /usr/src/redhat/BUILD/gcc-3.0.1/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads --enable-checking=gc,misc,tree --enable-languages=c,c++,f77,objc ppc-linux
Thread model: posix
gcc version 3.0.1 20010724 (prerelease)
[root@g4mpKFUKUI /Some-kernel]# 



    
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/3811: compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1
@ 2001-07-25 14:52 sirl
  0 siblings, 0 replies; 2+ messages in thread
From: sirl @ 2001-07-25 14:52 UTC (permalink / raw)
  To: Franz.Sirl-kernel, gcc-bugs, gcc-prs, k_fukui, mark, nobody

Synopsis: compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1

State-Changed-From-To: open->closed
State-Changed-By: sirl
State-Changed-When: Wed Jul 25 14:52:41 2001
State-Changed-Why:
    This is a side-effect of limiting the maximum inlineable isns to 100.
    Compile the kernel with --param=max-inline-insns=10000 to get the old behaviour.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3811&database=gcc


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

end of thread, other threads:[~2001-07-25 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-25  5:36 bootstrap/3811: compiling problem at linux kernel-2.4.7 with latest cvs gcc-3.0.1 k_fukui
2001-07-25 14:52 sirl

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 read-only IMAP folder(s) and NNTP newsgroup(s).