From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jw0dn-0005YX-Fi for garchives@archives.gentoo.org; Tue, 13 May 2008 19:58:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAD6CE0422; Tue, 13 May 2008 19:58:26 +0000 (UTC) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by pigeon.gentoo.org (Postfix) with ESMTP id DE234E0422 for ; Tue, 13 May 2008 19:58:25 +0000 (UTC) Received: by ti-out-0910.google.com with SMTP id u5so1141853tia.10 for ; Tue, 13 May 2008 12:58:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=h8c0vQM2oDIanPPaWz/W7JsNOuwQGKKkTJtVw7M+wD4=; b=OabVsyC+HlBG7yHXvrU56pbdFd4n4HZ6k3+4x1nSkueIrJ8FUQZ3hplWdVrybPcar43swKq0+tT/4XjwFCXxH53dwD3/x5/W/jpvcM5RJqabjDbxeEdQN89EeHI5f2euj/YpJRDtGodvdLhCFn7UsXATVDyFAXCiyAY1wURf+Rc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Hjq+LnOSBsO3e0jE6piVgT87N4kQGnbJwCP03fcBCtaZYC745oKxH88O0kGhYEVb6SEtEsF7YoUQ/m8zacAb47jEjECR32bLBQpBPSQZxhK1t6YxmhpBk9KVHPRX6bYX6lA/bb6TjAH8oPoxuUJSPPnDBpc3lwXAQfulpdC7s2A= Received: by 10.110.90.9 with SMTP id n9mr8712tib.53.1210708704604; Tue, 13 May 2008 12:58:24 -0700 (PDT) Received: by 10.110.60.18 with HTTP; Tue, 13 May 2008 12:58:24 -0700 (PDT) Message-ID: Date: Wed, 14 May 2008 03:58:24 +0800 From: "Siong-Ui Te" To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] Fail to build cross-toolchain arm-softfloat-linux-uclibc Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6025_32669888.1210708704575" X-Archives-Salt: ead4045e-43fd-447d-a4a0-3091d8efd846 X-Archives-Hash: 64e3b8d28b5c772bcc40ddc5053215b8 ------=_Part_6025_32669888.1210708704575 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The following are my commands to build toolchian USE="-*" UCLIBC_CPU=ARM920T crossdev -v -t armeb-softfloat-linux-uclibc --b 2.18-r1 --g 3.4.6-r2 --k 2.6.25-r2 --l 0.9.28.3-r3 USE="-*" UCLIBC_CPU=ARM920T crossdev -v -t armeb-softfloat-linux-uclibc --b 2.18-r1 --g 3.4.6-r2 --k 2.6.25-r2 --l 0.9.28.3-r6 Both failed with the following messages: armeb-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -fstrict-aliasing -Os -funit-at-a-time -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c iopl.c -o iopl.o armeb-softfloat-linux-uclibc-strip -x -R .note -R .comment iopl.o ioperm.c:47:22:armeb-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -fstrict-aliasing -Os -funit-at-a-time -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigaction.c -o sigaction.o asm/page.h: No such file or directory armeb-softfloat-linux-uclibc-strip -x -R .note -R .comment sigaction.o armeb-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -fstrict-aliasing -Os -funit-at-a-time -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_error.c -o __syscall_error.o make[4]: *** [ioperm.o] Error 1 It looks like the header file "asm/page.h" is obsoleted in 2.6.25-r2, so uclibc cannot be compiled due to the missing header file. Any solution to this? Thanks. ------=_Part_6025_32669888.1210708704575 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The following are my commands to build toolchian

USE="-*" UCLIBC_CPU=ARM920T crossdev -v -t armeb-softfloat-linux-uclibc --b 2.18-r1 --g 3.4.6-r2 --k 2.6.25-r2 --l 0.9.28.3-r3
USE="-*" UCLIBC_CPU=ARM920T crossdev -v -t armeb-softfloat-linux-uclibc --b 2.18-r1 --g 3.4.6-r2 --k 2.6.25-r2 --l 0.9.28.3-r6

Both failed with the following messages:

armeb-softfloat-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.  -fstrict-aliasing -Os -funit-at-a-time   -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c iopl.c -o iopl.o
armeb-softfloat-linux-uclibc-strip -x -R .note -R .comment iopl.o
ioperm.c:47:22:armeb-softfloat-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.  -fstrict-aliasing -Os -funit-at-a-time   -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigaction.c -o sigaction.o
 asm/page.h: No such file or directory
armeb-softfloat-linux-uclibc-strip -x -R .note -R .comment sigaction.o
armeb-softfloat-linux-uclibc-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -mbig-endian -mtune=arm9tdmi -march=armv4 -msoft-float -fno-stack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I.  -fstrict-aliasing -Os -funit-at-a-time   -isystem /usr/lib/gcc/armeb-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_error.c -o __syscall_error.o
make[4]: *** [ioperm.o] Error 1


It looks like the header file "asm/page.h" is obsoleted in 2.6.25-r2, so uclibc cannot be compiled due to the missing header file.
Any solution to this? Thanks.

------=_Part_6025_32669888.1210708704575-- -- gentoo-embedded@lists.gentoo.org mailing list