Title: Nachricht
Arun,
I had "some" similar problems with ARM-Toolchain from SB.
I got a core-dump from gcc when using "-pipe" option, after
remove it worked again.. Maybe it is a hint for you?
Regard, -Ingo
 
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Arun Prakash Jana
Gesendet: Donnerstag, 23. Februar 2006 12:23
An: [email protected]; [EMAIL PROTECTED]
Betreff: [Scratchbox-users] "internal compiler error" while using Scratchbox

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


*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to