Re: [xml] Trying to make libxml2 for arm (TI DaVinci)
- From: Roumen Petrov <bugtrack roumenpetrov info>
- To: Helmut Forren <helmut2010 forren org>
- Cc: xml gnome org
- Subject: Re: [xml] Trying to make libxml2 for arm (TI DaVinci)
- Date: Tue, 22 Feb 2011 22:41:48 +0200
Helmut Forren wrote:
David,
Thanks for the info. (Please excuse me if I'm not replying in the proper
manner. I haven't used a mail list in 20+ years!)
I'm still utterly confused...
Please assist me further with exact values to provide. I have figured out
this evening to do "./configure --host HOST --build BUILD --target
TARGET", and so with your help I now know in general what to use for
HOST=BUILD and TARGET. However, I still don't know the exact values.
Please don't use --target. Only --host.
HOST=BUILD: On my Ubuntu/VMWare/WindowsXP system, I find /usr/bin/gcc that
I believe builds for this machine. When I provide no --host at all, it
finds this one. But looking at the configure file, I think I must provide
a --host AND --build in order to cause cross_compile=yes.
TARGET: I also find /opt/arm-2009q1/arm-none-linux-gnueabi/bin/gcc which I
know compiles for my target. However, inside the configure file I see it
really wants to but a dash in there.
[SNIP]
Then try ./configure ... --host=arm-none-linux-gnueabi
I expect in /opt/arm-2009q1/bin you to find a number of executables
prefixed by arm-none-linux-gnueabi- , as exemple
arm-none-linux-gnueabi-gcc . So before to run configure set PATH
PATH=/opt/arm-2009q1/bin:$PATH
export PATH
Roumen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]