From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FKFzX-0002qC-1G for garchives@archives.gentoo.org; Fri, 17 Mar 2006 14:31:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with SMTP id k2HEUa25026752; Fri, 17 Mar 2006 14:30:36 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2HEUYqW010675 for ; Fri, 17 Mar 2006 14:30:35 GMT Received: from pproxy.gmail.com ([64.233.166.179]) by smtp.gentoo.org with esmtp (Exim 4.54) id 1FKFyM-00003l-Me for gentoo-embedded@lists.gentoo.org; Fri, 17 Mar 2006 14:30:34 +0000 Received: by pproxy.gmail.com with SMTP id e30so993336pya for ; Fri, 17 Mar 2006 06:30:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RwLe+L+RCiNNMngD4g/nAWHXcOjuXzRFVl8YXS5UoO/tjmwjepE1lcYMuTfthlrzntaKT0QrA/HNwe9hpOjALFNfJDqFUBplBKr+ZDF9AlVXeyoGe6y9Ai6lOg3B++ivCL0lN1bAC/Z46+XFIUjDVAWzH6kRJsrZHjRjKLwZFcM= Received: by 10.35.77.18 with SMTP id e18mr603867pyl; Fri, 17 Mar 2006 06:30:34 -0800 (PST) Received: by 10.35.134.3 with HTTP; Fri, 17 Mar 2006 06:30:34 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 16:30:34 +0200 From: "Derick Swanepoel" To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] Building a cross-compile environment for ARM Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k2HEUYqW010675 X-Archives-Salt: 11dfc90f-519d-4da7-8005-a34e74a318f0 X-Archives-Hash: d6b88d112e05f76616f4503a4425e1f4 Hi, I'm busy building a cross-compile environment for an ARM (XScale) in an x86 host environment, but I'm having trouble emerging packages like procps and gdb which require headers from /usr/include. I've built an armeb-softfloat-linux-uclibc cross toolchain with crossdev which can successfully compile uclibc, bash, baselayout, etc. and install in ROOT=/gentoo-arm. However, when I try to emerge something like procps, it fails to find curses.h and termcap.h. Where should the cross-compiler be looking for these headers? Another problem I have is that gawk (3.1.4-r4) fails to execute with: awk: can't resolve symbol '__fixdfsi' As far as I can determine, __fixdfsi is one of GCC's softfloat library routines. I would really like to know how the armeb-uclibc-softfloat stages (found in experimental/arm/embedded on various Gentoo mirrors) were built. Thanks, Derick -- gentoo-embedded@gentoo.org mailing list