[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Cross compiling freetype 1.3.1 for arm
From: |
Sven Neumann |
Subject: |
Re: [Freetype] Cross compiling freetype 1.3.1 for arm |
Date: |
01 Jul 2002 19:34:47 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Hi,
"Patrice Mancini" <address@hidden> writes:
> Hi I tried to cros compile for arm the freetype 1.3.1 library but
> I got the following error message:
>
> $ CC="/opt/arm/hardfloat/bin/arm-linux-gcc -Wall -Winline -g -Os" ./configure
> --disable-shared --prefix=/development/freetype-1.3.1 --host=arm-linux
as usual you need to use a config.cache file with the test results for
your target platform. Specify it using configure --cache-file=<file>.
Your cross-compile environment should come with a suitable cache file.
Salut, Sven