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 ########### #####################################- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/