> This is more gooder. :-)
>
> #################################################################
> arm-softfloat-linux-uclibc-strip -x -R .note -R .comment syscall.o
> arm-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs
> -fno-strict-aliasing -mlittle-endian -msoft-float -fno-stack-protector
> -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.
> -fstrict-aliasing -Os -funit-at-a-time -isystem
> /usr/lib/gcc/arm-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c
> ioperm.c -o ioperm.o
> ioperm.c:47:22: asm/page.h: No such file or directory
> make[4]: *** [ioperm.o] Error 1
> make[4]: Leaving directory
> `/var/tmp/cross/arm-softfloat-linux-uclibc/portage/cross-arm-softfloat-linu
>x-uclibc/uclibc-0.9.28.3-r1/work/uClibc-0.9.28.3/libc/sysdeps/linux/arm'
> #################################################################
>
> go into /usr/arm-softfloat-linux-uclibc/usr/src/linux/include/ and make
> sure ./asm->./asm-arm
but there is no asm-arm directory
>
> Also,
>
> #################################################################
> * You really should consider setting UCLIBC_CPU
> * Otherwise, the build will be generic (read: slow).
> #################################################################
>
> From the ebuild:
> CPU_ARM="GENERIC_ARM
> ARM{610,710,720T,920T,922T,926T,_{SA110,SA1100,XSCALE}}"
>
> For example, I 'export UCLIBC_CPU=ARM_XSCALE' for my ixp425 processor
> board.
Thank you I will try ARM920T
--
[EMAIL PROTECTED] mailing list