Error while compiling kernel....

2005-08-26 Thread Ngo Trung Nhan
When compiling linux-source-2.6.12 I got such en error:

arch/x86_64/kernel/built-in.o: In function `vsyscall_sysctl_change':
vsyscall.c:(.text+0x787c): undefined reference to `vsysc1'
vsyscall.c:(.text+0x78c6): undefined reference to `vsysc2'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/linux-source-2.6.12'
make: *** [stamp-build] Error 2

I've tried with different versions of gcc (gcc3.3, gcc3.4, gcc4.0) but
it still doesn't work. What's strange here ? Can anybody help me?
My system is debian -amd64 sid, kernel 2.6.11



Re: Error while compiling kernel....

2005-08-26 Thread Tim Matthews


how are you compiling the debian kernel? with fakeroot or on your own.

you may need a few more .deb's installed.

tim

Ngo Trung Nhan wrote:


When compiling linux-source-2.6.12 I got such en error:

arch/x86_64/kernel/built-in.o: In function `vsyscall_sysctl_change':
vsyscall.c:(.text+0x787c): undefined reference to `vsysc1'
vsyscall.c:(.text+0x78c6): undefined reference to `vsysc2'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/linux-source-2.6.12'
make: *** [stamp-build] Error 2

I've tried with different versions of gcc (gcc3.3, gcc3.4, gcc4.0) but
it still doesn't work. What's strange here ? Can anybody help me?
My system is debian -amd64 sid, kernel 2.6.11

 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error while compiling kernel....

2005-08-26 Thread jason

Hi,

 I encountered a similar error. It appears to just be a problem with that
version of the kernel. Try kicking up to 2.6.13-rc6 or rc7. I bet it will
compile.

-Jason H.

Quoting Tim Matthews [EMAIL PROTECTED]:



how are you compiling the debian kernel? with fakeroot or on your own.

you may need a few more .deb's installed.

tim

Ngo Trung Nhan wrote:


When compiling linux-source-2.6.12 I got such en error:

arch/x86_64/kernel/built-in.o: In function `vsyscall_sysctl_change':
vsyscall.c:(.text+0x787c): undefined reference to `vsysc1'
vsyscall.c:(.text+0x78c6): undefined reference to `vsysc2'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/linux-source-2.6.12'
make: *** [stamp-build] Error 2

I've tried with different versions of gcc (gcc3.3, gcc3.4, gcc4.0) but
it still doesn't work. What's strange here ? Can anybody help me?
My system is debian -amd64 sid, kernel 2.6.11





-- To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error while compiling kernel....

2005-08-26 Thread Erik Mouw
On Fri, Aug 26, 2005 at 06:36:07AM -0500, [EMAIL PROTECTED] wrote:
  I encountered a similar error. It appears to just be a problem with that
 version of the kernel. Try kicking up to 2.6.13-rc6 or rc7. I bet it will
 compile.

FWIW, I'm running a kernel.org 2.6.12.3 kernel on a dual AMD64 and it
has been stable for 22 days right now.


Erik

-- 
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Error while compiling kernel....

2005-08-26 Thread Goswin von Brederlow
Ngo Trung Nhan [EMAIL PROTECTED] writes:

 When compiling linux-source-2.6.12 I got such en error:

 arch/x86_64/kernel/built-in.o: In function `vsyscall_sysctl_change':
 vsyscall.c:(.text+0x787c): undefined reference to `vsysc1'
 vsyscall.c:(.text+0x78c6): undefined reference to `vsysc2'
 make[1]: *** [.tmp_vmlinux1] Error 1
 make[1]: Leaving directory `/usr/src/linux-source-2.6.12'
 make: *** [stamp-build] Error 2

 I've tried with different versions of gcc (gcc3.3, gcc3.4, gcc4.0) but
 it still doesn't work. What's strange here ? Can anybody help me?
 My system is debian -amd64 sid, kernel 2.6.11

Is that an upstream 2.6.12 or the debian source package? Use the
later.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]