[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] Cross Compiling
From: |
Ian Davidson |
Subject: |
[ft] Cross Compiling |
Date: |
Wed, 21 Nov 2007 12:41:01 -0000 |
I'm trying to cross compile freetype for an embedded target, so I need
to use
bfin-uclinux-gcc
Instead of
gcc
In \builds\unix\unix-cc.mk I have :
CC := bfin-uclinux-gcc
When I run make from the top level I get:
make
./builds/unix/libtool --mode=compile bfin-uclinux-gcc -pedantic -ansi
-I/home/iand/Freetype3.5/freetype-2.3.5/objs -I./builds/unix
-I/home/iand/Freetype3.5/freetype-2.3.5/include -c -Wall -g -O2
-DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>"
-DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"
-I/home/iand/Freetype3.5/freetype-2.3.5/src/base -o
/home/iand/Freetype3.5/freetype-2.3.5/objs/ftbase.lo
/home/iand/Freetype3.5/freetype-2.3.5/src/base/ftbase.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [/home/iand/Freetype3.5/freetype-2.3.5/objs/ftbase.lo] Error 1
Has anyone built the library for the blackfin compiler?
What else do I have to do to get it to cross compile?
Do I have to set up AR?
Thanks
Ian Davidson
I would like to add that I was well impressed when the library built
first time, not many packages do that. However my joy was short lived as
soon as I
Tried to build it for the target.
_______________________________________________________________________
Mail virus scan by Star Internet / MessageLabs
- [ft] Cross Compiling,
Ian Davidson <=