linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CONFIG_ALPHA_SRM not compiling on 2.5
@ 2003-03-04 23:38 Christian
  2003-03-05  0:53 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Christian @ 2003-03-04 23:38 UTC (permalink / raw)
  To: linux-kernel

hi,

recently i decided to make an Alpha EV45 / Avanti here as a testbed for 
the latest 2.5 kernels. but it always fails to compile the kernel with

CONFIG_ALPHA_SRM=y

set. currently 2.4.20 is running stable with this option activiated.

having 2.5 compiled without SRM support, it won't boot (when 
initializing memory, first step after boot-select via aboot is done, it 
will get stuck.)

when compiling with SRM i get the following errors:
------------------------------------
lila:/usr/src/linux-2.5.x# make vmlinux
make -f scripts/Makefile.build obj=scripts
make -f scripts/Makefile.build obj=arch/alpha/kernel 
arch/alpha/kernel/asm-offsets.s
make[1]: »arch/alpha/kernel/asm-offsets.s« is up to date.
   Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES=
make -f scripts/Makefile.build obj=init
   Generating include/linux/compile.h (unchanged)
make -f scripts/Makefile.build obj=usr
make -f scripts/Makefile.build obj=arch/alpha/kernel
[...and so on...]
make -f scripts/Makefile.build obj=arch/alpha/lib
echo '  Generating build number'
   Generating build number
. ./scripts/mkversion > .tmp_version
mv -f .tmp_version .version
make -f scripts/Makefile.build obj=init
   Generating include/linux/compile.h (updated)
   gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-pipe -mno-fp-regs -ffixed-8 -mcpu=ev4 -Wa,-mev6 -fomit-frame-pointer 
-nostdinc -iwithprefix include    -DKBUILD_BASENAME=version 
-DKBUILD_MODNAME=version -c -o init/version.o init/version.c
    ld   -r -o init/built-in.o init/main.o init/version.o 
init/do_mounts.o init/initramfs.o
   	ld  -static -N  -T arch/alpha/vmlinux.lds.s arch/alpha/kernel/head.o 
   init/built-in.o --start-group  usr/built-in.o 
arch/alpha/kernel/built-in.o  arch/alpha/mm/built-in.o 
arch/alpha/math-emu/built-in.o  kernel/built-in.o  mm/built-in.o 
fs/built-in.o  ipc/built-in.o  security/built-in.o  crypto/built-in.o 
lib/lib.a  arch/alpha/lib/lib.a  drivers/built-in.o  sound/built-in.o 
net/built-in.o --end-group  -o vmlinux
arch/alpha/kernel/built-in.o: In function `common_shutdown_1':
arch/alpha/kernel/built-in.o(.text+0x2508): undefined reference to 
`dummy_con'
arch/alpha/kernel/built-in.o(.text+0x251c): undefined reference to 
`take_over_console'
arch/alpha/kernel/built-in.o(.text+0x2520): undefined reference to 
`take_over_console'
make: *** [vmlinux] Error 1
lila:/usr/src/linux-2.5.x#
------------------------------------

gcc  v2.95.4
make v3.79.1
binutils 2.12.90.0.1
(all taken from debian/stable)

i have tried this since 2.5.51 (?), and up to 2.5.60 the error is still 
there. what could be wrong?

Thank you,
Christian.
-- 
############ Christian ##############
########## c_kujau@web.de ###########
#####################################


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

end of thread, other threads:[~2003-03-08 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-04 23:38 CONFIG_ALPHA_SRM not compiling on 2.5 Christian
2003-03-05  0:53 ` Jan-Benedict Glaw
2003-03-07 23:40   ` Christian
2003-03-08 14:53     ` Ivan Kokshaysky
2003-03-08 17:36       ` Christian

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