This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

crunchy ICE


Hi,

I still can't get any progress on building gnuplot with maverick-crunch.

I have a clean installation of ng-1.7.0 and an ARM-crunch toolchain that can build the kernel but it fails straight away on attempting gnuplot.

CFLAGS="-O2 -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp" CXXFLAGS="-O2 -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp" ./configure --host=arm --prefix=/rar/root --without-x --without-pdf --without-cairo --without-documentation --disable-wxwidgets --without-lua --without-tutorial --disable-volatile-data --disable-objects

make

make all-recursive
make[1]: Entering directory `/back/ts/ct-wkg/gnuplot'
Making all in config
make[2]: Entering directory `/back/ts/ct-wkg/gnuplot/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/back/ts/ct-wkg/gnuplot/config'
Making all in m4
make[2]: Entering directory `/back/ts/ct-wkg/gnuplot/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/back/ts/ct-wkg/gnuplot/m4'
Making all in term
make[2]: Entering directory `/back/ts/ct-wkg/gnuplot/term'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/back/ts/ct-wkg/gnuplot/term'
Making all in src
make[2]: Entering directory `/back/ts/ct-wkg/gnuplot/src'
Making all in wxterminal
make[3]: Entering directory `/back/ts/ct-wkg/gnuplot/src/wxterminal'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/back/ts/ct-wkg/gnuplot/src/wxterminal'
make[3]: Entering directory `/back/ts/ct-wkg/gnuplot/src'
arm-maverick-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../term -I../term -DBINDIR=\"/rar/root/bin\" -DX11_DRIVER_DIR=\"/rar/root/libexec/gnuplot/4.3\" -DGNUPLOT_PS_DIR=\"/rar/root/share/gnuplot/4.3/PostScript\" -DGNUPLOT_JS_DIR=\"/rar/root/share/gnuplot/4.3/js\" -DCONTACT=\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=\"/rar/root/share/gnuplot/4.3/gnuplot.gih\" -DGNUPLOT_X11=\"`echo gnuplot_x11 | sed 's,x,x,'`\" -O2 -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c
mv -f .deps/alloc.Tpo .deps/alloc.Po
arm-maverick-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../term -I../term -DBINDIR=\"/rar/root/bin\" -DX11_DRIVER_DIR=\"/rar/root/libexec/gnuplot/4.3\" -DGNUPLOT_PS_DIR=\"/rar/root/share/gnuplot/4.3/PostScript\" -DGNUPLOT_JS_DIR=\"/rar/root/share/gnuplot/4.3/js\" -DCONTACT=\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=\"/rar/root/share/gnuplot/4.3/gnuplot.gih\" -DGNUPLOT_X11=\"`echo gnuplot_x11 | sed 's,x,x,'`\" -O2 -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp -MT axis.o -MD -MP -MF .deps/axis.Tpo -c -o axis.o axis.c
axis.c: In function 'gen_tics':
axis.c:1163: internal compiler error: Segmentation fault
Please submit a full bug report




With CFLAGS="-O2 -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp" it is fine.

Am I making some careless mistake , or is ARM crunch still no ready to use?

TIA.



--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]