[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Freetype cross compiling for ARM boards
From: |
mpsuzuki |
Subject: |
Re: [ft] Freetype cross compiling for ARM boards |
Date: |
Thu, 19 Nov 2009 23:15:47 +0900 |
Hi,
Thank you for posting config.log
On Thu, 19 Nov 2009 19:26:49 +0530
Basil Saji <address@hidden> wrote:
>configure:2539: arm-none-linux-gnueabi-gcc conftest.c >&5
>arm-none-linux-gnueabi-gcc: error trying to exec 'cc1': execvp: No such file
>or directory
>configure:2543: $? = 1
>configure:2581: result:
>configure: failed program was:
...
According to the log, I guess your cross gcc could be
installed incorrectly. Could you build any executable
(e.g. so-called "Hello World") by arm-none-linux-gnuebi-gcc?
Could you build other libraries successfully?
Regards,
mpsuzuki