Hi!

I'm using Scratchbox 1 for cross-compiling DirectFB for ARM. I am building on RHL 9 and using the arm-toolchain that comes with the scratchbox package. During the process if I use

[sbox-ARM: ~DirectFB-0.9.20 ] > ./configure --enable-static --enable-debug=no
[sbox-ARM: ~DirectFB-0.9.20] > make
[sbox-ARM: ~DirectFB-0.9.20] > make install

 it works fine. But when I use
 
[sbox-ARM: ~/DirectFB-0.9.20] > ./configure --enable-trace --enable-static --enable-debug=no

./configure is done. Then,
[sbox-ARM: ~/DirectFB-0.9.20] > make

.
.
.
.

finally gives the following error : -

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../src
-DDATADIR=\"/usr/local/share/directfb-0.9.20\"
-DMODULEDIR=\"/usr/local/lib/directfb- 0.9.20\" -D_REENTRANT -Wall -O3
-ffast-math -finstrument-functions -DFUSION_FAKE
-Werror-implicit-function-declaration -c idirectfb.c -fPIC -DPIC -o
.libs/idirectfb.o
idirectfb.c: In function `dfb_window_attach':
idirectfb.c:178: internal compiler error: in cgraph_expand_function,
at cgraphunit.c:540
Please submit a full bug report,
with preprocessed source if appropriate.
Send email to arm-gcc at codesourcery.com for instructions.
make[3]: *** [idirectfb.lo] Error 1
make[3]: Leaving directory `/home/arunj/DirectFB-0.9.20/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/arunj/DirectFB- 0.9.20/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arunj/DirectFB-0.9.20'
make: *** [all-recursive-am] Error 2
[sbox-ARM: ~/DirectFB-0.9.20]>

Thanks,

Arun
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to