LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compile my kernel to ARM errors (https://www.linuxquestions.org/questions/linux-software-2/compile-my-kernel-to-arm-errors-746943/)

SimbadSubZ 08-12-2009 04:41 AM

compile my kernel to ARM errors
 
hi all,
I try to compile my kernel to ARM but I recieved the following message.
The gcc and binutils are updated
Please advice.
many thanks
Simbad

root@simbad-desktop:/home/simbad/Installations/KernelTest/linux-2.6.30.4# make ARCH=arm CROSS_COMPILE=arm-linux- zImage
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CALL scripts/checksyscalls.sh
<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not implemented
<stdin>:1325:2: warning: #warning syscall ppoll not implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
CHK include/linux/compile.h
CC mm/page_alloc.o
/tmp/cclsmtLW.s: Assembler messages:
/tmp/cclsmtLW.s:8220: Error: .err encountered
make[1]: *** [mm/page_alloc.o] Error 1
make: *** [mm] Error 2


All times are GMT -5. The time now is 11:10 PM.