|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem building 3.0.4 on HP DL380 G5.
Quoting "JHJE (Jan Holst Jensen)" <jhje@xxxxxxxxxxxxxxx>:
[using 64-bit Ubuntu 6.10 server]
I then downloaded the 3.0.4 source and ran
# apt-get install gcc make patch binutils zlib1g-dev python-dev
libncurses-dev
# cd /root/xen-3.0.4_1-src/
# make world
and received the following after quite a while:
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
init/built-in.o: In function `try_name':
do_mounts.c:(.text+0x5a1): undefined reference to `__stack_chk_fail'
Have you read
http://hackinglinux.blogspot.com/2006/11/resolving-stackchkfail-error.html
it suggests adding -fno-stack-protector to the CFLAGS option in the Makefile.
Cheers, Peter
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|