freetype
[Top][All Lists]
Advanced

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

[ft] Cross Compile Freetype2.4.2 with arm


From: amit_garg
Subject: [ft] Cross Compile Freetype2.4.2 with arm
Date: Mon, 11 Oct 2010 16:02:48 +0530 (IST)

Hi,
    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'
/tmp/ccw1mnBg.o(.text+0x484): In function `main':
: undefined reference to `FT_New_Face'
/tmp/ccw1mnBg.o(.text+0x4a8): In function `main':
: undefined reference to `FT_Set_Char_Size'
/tmp/ccw1mnBg.o(.text+0x648): In function `main':
: undefined reference to `FT_Set_Transform'
/tmp/ccw1mnBg.o(.text+0x668): In function `main':
: undefined reference to `FT_Load_Char'
/tmp/ccw1mnBg.o(.text+0x720): In function `main':
: undefined reference to `FT_Done_Face'
/tmp/ccw1mnBg.o(.text+0x728): In function `main':
: undefined reference to `FT_Done_FreeType'
collect2: ld returned 1 exit status

Thanks
Amit Garg

reply via email to

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