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