[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Cross Compile Freetype2.4.2 with arm
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Cross Compile Freetype2.4.2 with arm |
Date: |
Wed, 13 Oct 2010 13:28:31 +0200 (CEST) |
> I am working with ARM 9 BSP.
> I want to cross compile My FreeType Application with
> "gcc-3.4.5-glibc-2.3.6" tool chain
> My input
> "/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/arm-linux-gnu-gcc
> -lfreetype -lm example1_working.c"
>
> but it gives error
>
> /tmp/ccw1mnBg.o(.text+0x458): In function `main':
> : undefined reference to `FT_Init_FreeType'
[...]
Have you actually checked that the FreeType library has been built
successfully?
Werner