OK, it's friday, I'm tired and stupid but this should not be that
complicated.....
I've patched a 2.6.22.9 kernel with the patches found here:
http://arm.mydatex.cz/ARM_patch/patchset/
and the kernel configured OK.
But I'm having a hard time getting it to build. The toolchain from
your .deb doesn't like my system....
Fist it kept wanting to use /bin/as, not /usr/arm*/bin/as. I fixed
that with path info. But now it's failing to find include/*.
Humph...
Here's my make line (all on one line)
LINUXINCLUDE=/usr/arm-ep9312-linux-gnueabi \
PATH=/usr/arm-ep9312-linux-gnueabi/bin:$PATH \
ARCH=arm \
CROSS_COMPILE=arm-ep9312-linux-gnueabi- \
make
and it blows up magnificently with
:/home/local/panel/src/linux-2.6.22.9$
LINUXINCLUDE=-I/usr/arm-ep9312-linux-gnueabi/include
PATH=/usr/arm-ep9312-linux-gnueabi/bin:$PATH ARCH=arm
CROSS_COMPILE=arm-ep9312-linux-gnueabi- make
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
<stdin>:91:1: warning: "__IGNORE_sync_file_range" redefined
In file included from <stdin>:2:
include/asm/unistd.h:444:1: warning: this is the location of the
previous definition
<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
HOSTCC scripts/mod/mk_elfconfig
scripts/mod/mk_elfconfig.c:1:19: error: no include path in which to
search for stdio.h
scripts/mod/mk_elfconfig.c:2:20: error: no include path in which to
search for stdlib.h
scripts/mod/mk_elfconfig.c:3:20: error: no include path in which to
search for string.h
scripts/mod/mk_elfconfig.c:4:17: error: no include path in which to
search for elf.h
It's not quite beer-o'clock but it's getting close....
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|