View previous topic :: View next topic |
Author |
Message |
ProdigySim n00b
Joined: 04 Nov 2004 Posts: 3
|
Posted: Thu Nov 04, 2004 1:10 am Post subject: Error 139 on 2.6.9 running in vmware? |
|
|
Code: | <tona> CHK include/linux/version.h
<tona> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
<tona> CHK include/linux/compile.h
<tona> GEN .version
<tona> CHK include/linux/compile.h
<tona> UPD include/linux/compile.h
<tona> CC init/version.o
<tona> LD init/built-in.o
<tona> LD .tmp_vmlinux1
<tona> make: *** [.tmp_vmlinux1] Error 139 |
I don't think the vmware part has anything to do to it, but here's the errors I'm getting.
Sorry about the IRC tags, but that's the easiest way (as far as I can tell) to transfer text between my vmware machine and my real OS.
So, I'm trying to do a fresh configure/compile of gentoo-dev-sources-2.6.9-r1 on vmware 4.5 on Win2k3. I started with a stage1 install, and this is the only kernel on the machine. GCC is up to date and all... so why should .tmp_vmlinux1 be (as I'm told) segfaulting?
Can anyone help? |
|
Back to top |
|
|
christschn n00b
Joined: 26 Aug 2003 Posts: 4
|
Posted: Fri Nov 05, 2004 4:09 pm Post subject: |
|
|
Hi,
I just had the same problem. As described in
https://forums.gentoo.org/viewtopic.php?t=195372
binutils seems to be the problem. I have recompiled binutils with -O2 and everthing worked fine.
hope this helps
christschn |
|
Back to top |
|
|
ProdigySim n00b
Joined: 04 Nov 2004 Posts: 3
|
Posted: Sat Nov 06, 2004 4:26 am Post subject: |
|
|
Thanks! I'll try that.
I was using -O3 |
|
Back to top |
|
|
|