mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* allyesconfig building problem
@ 2006-07-18 23:55 Panagiotis Issaris
  2006-07-19  0:33 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Panagiotis Issaris @ 2006-07-18 23:55 UTC (permalink / raw)
  To: linux-kernel

Hi,

Trying to build Linux 2.6.18-rc2 (82d6897fefca6206bca7153805b4c5359ce97fc4)
with the allyesconfig configuration gives me the following error
message:
[...]
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `hdlcdev_open':/usr/local/src/linux-2.6/drivers/char/synclink.c:7847: undefined reference to `hdlc_set_carrier'
drivers/built-in.o: In function `mgsl_isr_io_pin':/usr/local/src/linux-2.6/drivers/char/synclink.c:1348: undefined reference to `hdlc_set_carrier'
drivers/built-in.o: In function `isr_io_pin':/usr/local/src/linux-2.6/drivers/char/synclinkmp.c:2526: undefined reference to `hdlc_set_carrier'
drivers/built-in.o: In function `hdlcdev_open':/usr/local/src/linux-2.6/drivers/char/synclinkmp.c:1755: undefined reference to `hdlc_set_carrier'
drivers/built-in.o: In function `dcd_change':/usr/local/src/linux-2.6/drivers/char/synclink_gt.c:2001: undefined reference to `hdlc_set_carrier'
drivers/built-in.o:/usr/local/src/linux-2.6/drivers/char/synclink_gt.c:1500: more undefined references to `hdlc_set_carrier' follow
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [_all] Error 2

I'm using GCC 4.0.3 on a x86 based Ubuntu 6.06 distro.

Okay, I just noticed that similar problems have been reported before, 
but I'm sending this anyway in case it might be useful as a
confirmation of the problem.

With friendly regards,
Takis


takis@poseidon:/usr/local/src/linux-2.6$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --with-tune=pentium4
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)

takis@poseidon:/usr/local/src/linux-2.6$ ld -v
GNU ld version 2.16.91 20060118 Debian GNU/Linux

takis@poseidon:/usr/local/src/linux-2.6$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
stepping        : 2
cpu MHz         : 2010.499
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2012.55

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
stepping        : 2
cpu MHz         : 2010.499
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2012.55


-- 
OpenPGP key: http://lumumba.uhasselt.be/takis/takis_public_key.txt
fingerprint: 6571 13A3 33D9 3726 F728  AA98 F643 B12E ECF3 E029

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

* Re: allyesconfig building problem
  2006-07-18 23:55 allyesconfig building problem Panagiotis Issaris
@ 2006-07-19  0:33 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-07-19  0:33 UTC (permalink / raw)
  To: takis; +Cc: linux-kernel

From: takis@lumumba.uhasselt.be (Panagiotis Issaris)
Date: Wed, 19 Jul 2006 01:55:54 +0200

> Hi,
> 
> Trying to build Linux 2.6.18-rc2 (82d6897fefca6206bca7153805b4c5359ce97fc4)
> with the allyesconfig configuration gives me the following error
> message:

Well known build failure, even posted earlier today, and is
fixed int he net-2.6 GIT tree.

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

end of thread, other threads:[~2006-07-19  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-18 23:55 allyesconfig building problem Panagiotis Issaris
2006-07-19  0:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome