Gentoo Archives: gentoo-embedded

From: Jason <gentoo@××××××××××.net>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] still problems with crossdev
Date: Mon, 31 Dec 2007 15:36:18
Message-Id: 47790BFD.40804@lakedaemon.net
In Reply to: Re: [gentoo-embedded] still problems with crossdev by Jakub Ladman
1 Jakub Ladman wrote:
2 > Dne Monday 31 December 2007 15:53:16 Jason napsal(a):
3 >> Jakub Ladman wrote:
4 >>>> This is more gooder. :-)
5 >>>>
6 >>>> #################################################################
7 >>>> arm-softfloat-linux-uclibc-strip -x -R .note -R .comment syscall.o
8 >>>> arm-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs
9 >>>> -fno-strict-aliasing -mlittle-endian -msoft-float -fno-stack-protector
10 >>>> -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.
11 >>>> -fstrict-aliasing -Os -funit-at-a-time -isystem
12 >>>> /usr/lib/gcc/arm-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c
13 >>>> ioperm.c -o ioperm.o
14 >>>> ioperm.c:47:22: asm/page.h: No such file or directory
15 >>>> make[4]: *** [ioperm.o] Error 1
16 >>>> make[4]: Leaving directory
17 >>>> `/var/tmp/cross/arm-softfloat-linux-uclibc/portage/cross-arm-softfloat-l
18 >>>> inu
19 >>>> x-uclibc/uclibc-0.9.28.3-r1/work/uClibc-0.9.28.3/libc/sysdeps/linux/arm'
20 >>>> #################################################################
21 >>>>
22 >>>> go into /usr/arm-softfloat-linux-uclibc/usr/src/linux/include/ and make
23 >
24 > This directory is not present, but linux headers are in directory showed below
25 >
26 >>>> sure ./asm->./asm-arm
27 >>> but there is no asm-arm directory
28 >> What is in that directory?
29 >>
30 >
31 > hovado cirrus # ls -la /usr/arm-softfloat-linux-uclibc/usr/include/
32 > celkem 10
33 > drwxr-xr-x 8 root root 200 2007-12-31 15:29 .
34 > drwxr-xr-x 3 root root 72 2007-12-31 15:29 ..
35 > drwxr-xr-x 2 root root 864 2007-12-31 15:29 asm
36 > drwxr-xr-x 2 root root 336 2007-12-31 15:29 asm-generic
37 > drwxr-xr-x 18 root root 9648 2007-12-31 15:29 linux
38 > drwxr-xr-x 2 root root 272 2007-12-31 15:29 mtd
39 > drwxr-xr-x 2 root root 80 2007-12-31 15:29 rdma
40 > drwxr-xr-x 2 root root 72 2007-12-31 15:29 video
41 > hovado cirrus #
42 >
43
44 Try starting over from scratch:
45
46 # crossdev -C arm-softfloat-linux-uclibc
47
48 Then rebuild the toolchain. Chances are, there are some stale files
49 from a previous attempt.
50
51 hth,
52
53 Jason.
54 --
55 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] still problems with crossdev Jakub Ladman <ladmanj@×××××.cz>