Gentoo Archives: gentoo-embedded

From: Jakub Ladman <ladmanj@×××××.cz>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] still problems with crossdev
Date: Mon, 31 Dec 2007 13:45:05
Message-Id: 200712311442.58963.ladmanj@volny.cz
In Reply to: Re: [gentoo-embedded] still problems with crossdev by Jason
1 > This is more gooder. :-)
2 >
3 > #################################################################
4 > arm-softfloat-linux-uclibc-strip -x -R .note -R .comment syscall.o
5 > arm-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs
6 > -fno-strict-aliasing -mlittle-endian -msoft-float -fno-stack-protector
7 > -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.
8 > -fstrict-aliasing -Os -funit-at-a-time -isystem
9 > /usr/lib/gcc/arm-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c
10 > ioperm.c -o ioperm.o
11 > ioperm.c:47:22: asm/page.h: No such file or directory
12 > make[4]: *** [ioperm.o] Error 1
13 > make[4]: Leaving directory
14 > `/var/tmp/cross/arm-softfloat-linux-uclibc/portage/cross-arm-softfloat-linu
15 >x-uclibc/uclibc-0.9.28.3-r1/work/uClibc-0.9.28.3/libc/sysdeps/linux/arm'
16 > #################################################################
17 >
18 > go into /usr/arm-softfloat-linux-uclibc/usr/src/linux/include/ and make
19 > sure ./asm->./asm-arm
20
21 but there is no asm-arm directory
22
23 >
24 > Also,
25 >
26 > #################################################################
27 > * You really should consider setting UCLIBC_CPU
28 > * Otherwise, the build will be generic (read: slow).
29 > #################################################################
30 >
31 > From the ebuild:
32 > CPU_ARM="GENERIC_ARM
33 > ARM{610,710,720T,920T,922T,926T,_{SA110,SA1100,XSCALE}}"
34 >
35 > For example, I 'export UCLIBC_CPU=ARM_XSCALE' for my ixp425 processor
36 > board.
37
38 Thank you I will try ARM920T
39
40 --
41 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] still problems with crossdev Jason <gentoo@××××××××××.net>