|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Problem building 3.0.4 on HP DL380 G5.
> > Have you read
> >
> >
http://hackinglinux.blogspot.com/2006/11/resolving-stackchkfail-error.ht
ml
> > it suggests adding -fno-stack-protector to the CFLAGS option
> > in the Makefile.
>
> Ahh!!! Thanks Peter. I'll try that the next time. This time around I
> succumbed to the forces of laziness and installed XenExpress
> to get the hardware up and running quickly :-). I'll try and rebuild
> on 64-bit Ubuntu next month.
Ack! I tried again today both by adding -fno-stack-protector to
config/x86_64.mk and Config.mk but still get the errors:
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'
init/built-in.o: In function `name_to_dev_t':
(.text+0x818): undefined reference to `__stack_chk_fail'
init/built-in.o: In function `change_floppy':
(.init.text+0x725): undefined reference to `__stack_chk_fail'
init/built-in.o: In function `mount_block_root':
(.init.text+0x94b): undefined reference to `__stack_chk_fail'
init/built-in.o: In function `md_run_setup':
(.init.text+0x37b4): undefined reference to `__stack_chk_fail'
init/built-in.o:initramfs.c:(.init.text+0x4a95): more undefined
references to `__stack_chk_fail' follow
Still kind of clue-less... :-/
Cheers
-- Jan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|