bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross Compiling for ARM


From: Dan Kegel
Subject: Re: Cross Compiling for ARM
Date: Wed, 10 Sep 2003 09:38:02 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

address@hidden wrote:
I've just applied patch-5.3-20030719.sh and tried to cross compile and
... make_hash and make_keys are being built with the wrong tools.

Can you post how you configured?  BTW I posted a script at
http://mail.gnu.org/archive/html/bug-ncurses/2003-09/msg00000.html
which showed how I configured for cross-compilation

I configured with:
./configure --host=arm-linux --build=i686-linux

That was your problem, then.  You need to tell it what CC to use
for build-time-only stuff, either like this:
./configure --host=arm-linux --build=i686-linux BUILD_CC=gcc
or like this:
./configure --host=arm-linux --build=i686-linux --with-build-cc=gcc
- Dan


--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045





reply via email to

[Prev in Thread] Current Thread [Next in Thread]