Hi,
I need directfb version 1.0.0 for my embedded application.
I have downloaded the tarball and tried to build the library with my
cross-compiler. The cross-compiler I have, produces by default big endian code,
but my host machine is little endian.
To get little endian code, I added -EL argument to the compiler and linker,
when I invoked 'configure'.
All C source was compiled for little endian, but the linker did not get the
-EL, and tried to link objects of big endian.
The configure command I used is:
./configure --prefix=$HOME/dfb --host=mips-linux-gnu CFLAGS="-EL -O3
-ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration" \
CPPFLAGS="-EL" LDFLAGS="-EL" --with-message-size=1024 --enable-fbdev
--enable-jpeg=no \
--enable-video4linux=no
What did I do wrong?
Ariel
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users