<div dir="ltr"><div><br></div><div>Hi.</div><div><br></div><div>I tried building Linux Kernel 3.4 from the source on Ubuntu 10.04 (Linux LAPTOP 2.6.32-21-generic #32-Ubuntu), gcc 4.4.3 on Intel processor. Here&#39;s the output:</div>
<div><br></div><div><div>make[1]: Nothing to be done for `all&#39;.</div><div>make[1]: Nothing to be done for `relocs&#39;.</div><div>  CHK     include/linux/version.h</div><div>  CHK     include/generated/utsrelease.h</div>
<div>  CALL    scripts/checksyscalls.sh</div><div>  CHK     include/generated/compile.h</div><div>  UPD     include/generated/compile.h</div><div>  CC      init/version.o</div><div>  LD      init/built-in.o</div><div>  CC      arch/x86/kernel/signal.o</div>
<div>arch/x86/kernel/signal.c:260: error: ‘__NR_sigreturn’ undeclared here (not in a function)</div><div>arch/x86/kernel/signal.c:271: error: ‘__NR_rt_sigreturn’ undeclared here (not in a function)</div><div>arch/x86/kernel/signal.c: In function ‘do_signal’:</div>
<div>arch/x86/kernel/signal.c:798: error: ‘__NR_restart_syscall’ undeclared (first use in this function)</div><div>arch/x86/kernel/signal.c:798: error: (Each undeclared identifier is reported only once</div><div>arch/x86/kernel/signal.c:798: error: for each function it appears in.)</div>
<div>make[2]: *** [arch/x86/kernel/signal.o] Error 1</div><div>make[1]: *** [arch/x86/kernel] Error 2</div><div>make: *** [arch/x86] Error 2</div></div><div><br></div></div>