From: Marcus F. (Anunakin) <anu...@vi...> - 2008-05-23 00:58:11
|
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/usr/bin\" -DX11_DRIVER_DIR=\"/usr/libexec/gnuplot/4.2\" -DGNUPLOT_PS_DIR=\"/usr/share/gnuplot/4.2/PostScript\" -DCONTACT=\" http://sourceforge.net/projects/gnuplot\" -DHELPFILE=\"/usr/share/gnuplot/gnuplot.gih\" -I/usr/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT matrix.o -MD -MP -MF ".deps/matrix.Tpo" -c -o matrix.o matrix.c matrix.c: In function `lu_decomp': matrix.c:328: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. Send email to ar...@co... for instructions. I using gcc 3.4.4 I getting this error on Scratchbox and on Nokia N810 ... any hope? The platform is ARMEL ... -- Marcus Fazzi オープンソースコード いきかた! http://anunakin.blogspot.com/ http://www.vivaphp.net |
From: Nathan S. <na...@co...> - 2008-05-23 07:25:23
|
Marcus Fazzi (Anunakin) wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term > -DBINDIR=\"/usr/bin\" -DX11_DRIVER_DIR=\"/usr/libexec/gnuplot/4.2\" > -DGNUPLOT_PS_DIR=\"/usr/share/gnuplot/4.2/PostScript\" > -DCONTACT=\"http://sourceforge.net/projects/gnuplot\" > -DHELPFILE=\"/usr/share/gnuplot/gnuplot.gih\" -I/usr/include > -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -g -O2 -MT matrix.o -MD -MP -MF > ".deps/matrix.Tpo" -c -o matrix.o matrix.c > matrix.c: In function `lu_decomp': > matrix.c:328: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > Send email to ar...@co... <mailto:ar...@co...> > for instructions. > > > I using gcc 3.4.4 I getting this error on Scratchbox and on Nokia N810 > ... any hope? The 3.4.4 toolchain is no longer supported. Have you tried the most recent (2008Q1) release? nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery |
From: <so...@pi...> - 2008-05-23 07:37:39
|
On Fri, 23 May 2008 09:24:34 +0200, Nathan Sidwell <na...@co...> wrote: > Marcus Fazzi (Anunakin) wrote: >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term >> -DBINDIR=\"/usr/bin\" -DX11_DRIVER_DIR=\"/usr/libexec/gnuplot/4.2\" >> -DGNUPLOT_PS_DIR=\"/usr/share/gnuplot/4.2/PostScript\" >> -DCONTACT=\"http://sourceforge.net/projects/gnuplot\" >> -DHELPFILE=\"/usr/share/gnuplot/gnuplot.gih\" -I/usr/include >> -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 >> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -g -O2 -MT matrix.o -MD -MP -MF >> ".deps/matrix.Tpo" -c -o matrix.o matrix.c >> matrix.c: In function `lu_decomp': >> matrix.c:328: internal compiler error: Segmentation fault >> Please submit a full bug report, >> with preprocessed source if appropriate. >> Send email to ar...@co... <mailto:ar...@co...> >> for instructions. >> >> >> I using gcc 3.4.4 I getting this error on Scratchbox and on Nokia N810 >> ... any hope? > > The 3.4.4 toolchain is no longer supported. Have you tried the most > recent > (2008Q1) release? > > nathan > Marcus, that kind of error is most often hardware related. Nathan, out of interest what compiler versions are "supported"? >> (2008Q1) release? what is this a reference to, a distro? :? |
From: Nathan S. <na...@co...> - 2008-05-23 09:42:22
|
so...@pi... wrote: > > Marcus, that kind of error is most often hardware related. > > Nathan, out of interest what compiler versions are "supported"? The lite toolchains are not supported, but are actively developed. If you require support, you need to purchase SourceryG++, either Personal or Professional, depending on your needs. >>> (2008Q1) release? > what is this a reference to, a distro? :? This is the version of the most recently released lite toolchain, available from www.codesourcery.com. I presume you downloaded the 3.4.4 lite toolchain some time ago. nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery |
From: Marcus F. (Anunakin) <anu...@vi...> - 2008-05-23 11:30:22
|
First, Thanks for reply! :-) Actual Nokia, howtos and files to download for developers give me this for use at scratchbox: Compiler: cs2005q3.2-glibc2.5-arm Architecture: arm Sub-architecture: arm C-library: glibc Devkits: cputransp debian-etch debian-sarge maemo3-tools perl CPU-transparency: /scratchbox/devkits/cputransp/bin/qemu-arm-eabi-sb2 This has gcc 3.4.4 (sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)), binutils 2.16.91 and glibc 2.5.0 Apt-get installs gcc 3.4.4 at N810 machine too... I have tried compile old source too (gnuplot, 4.0.0) ... and I got same error, about lu_decomp function at matrix.c.... OK! But if I use new cs2008... I must install new libs at my N810 ... to run applications compiled with this new tools, right? 2008/5/23 Nathan Sidwell <na...@co...>: > Marcus Fazzi (Anunakin) wrote: > >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term >> -DBINDIR=\"/usr/bin\" -DX11_DRIVER_DIR=\"/usr/libexec/gnuplot/4.2\" >> -DGNUPLOT_PS_DIR=\"/usr/share/gnuplot/4.2/PostScript\" -DCONTACT=\" >> http://sourceforge.net/projects/gnuplot\<http://sourceforge.net/projects/gnuplot%5C>" >> -DHELPFILE=\"/usr/share/gnuplot/gnuplot.gih\" -I/usr/include >> -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 >> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >> -g -O2 -MT matrix.o -MD -MP -MF ".deps/matrix.Tpo" -c -o matrix.o >> matrix.c >> matrix.c: In function `lu_decomp': >> matrix.c:328: internal compiler error: Segmentation fault >> Please submit a full bug report, >> with preprocessed source if appropriate. >> Send email to ar...@co... <mailto:ar...@co...> >> for instructions. >> >> >> I using gcc 3.4.4 I getting this error on Scratchbox and on Nokia N810 ... >> any hope? >> > > The 3.4.4 toolchain is no longer supported. Have you tried the most recent > (2008Q1) release? > > nathan > > -- > Nathan Sidwell :: http://www.codesourcery.com :: > CodeSourcery > > -- Marcus Fazzi オープンソースコード いきかた! http://anunakin.blogspot.com/ http://www.vivaphp.net |
From: Nathan S. <na...@co...> - 2008-05-23 12:34:34
|
Marcus, > I have tried compile old source too (gnuplot, 4.0.0) ... and I got same > error, about lu_decomp function at matrix.c.... > > OK! But if I use new cs2008... I must install new libs at my N810 ... to > run applications compiled with this new tools, right? I do not know. CodeSourcery has not been involved in the development of the N810 SDK you are using and cannot offer support for it. nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery |
From: Marcus F. (Anunakin) <anu...@vi...> - 2008-05-23 13:47:52
|
Nathan, but how I can add 2008Q1 tools to scratchbox? this ( http://www.scratchbox.org/wiki/ForeignToolchains) not working for me ... :-( 2008/5/23 Nathan Sidwell <na...@co...>: > Marcus, > > I have tried compile old source too (gnuplot, 4.0.0) ... and I got same >> error, about lu_decomp function at matrix.c.... >> >> OK! But if I use new cs2008... I must install new libs at my N810 ... to >> run applications compiled with this new tools, right? >> > > I do not know. CodeSourcery has not been involved in the development of > the N810 SDK you are using and cannot offer support for it. > > > nathan > > -- > Nathan Sidwell :: http://www.codesourcery.com :: > CodeSourcery > > -- Marcus Fazzi オープンソースコード いきかた! http://anunakin.blogspot.com/ http://www.vivaphp.net |
From: Nathan S. <na...@co...> - 2008-05-23 13:52:54
|
Marcus Fazzi (Anunakin) wrote: > Nathan, but how I can add 2008Q1 tools to scratchbox? this > (http://www.scratchbox.org/wiki/ForeignToolchains) not working for me > ... :-( You will have to contact scratchbox about how to use a foreign toolchain. The Lite tools are provided from us without support. nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery |