public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: ng@piments.com
To: Martin Guy <martinwguy@gmail.com>,
	 Crossgcc list <crossgcc@sourceware.org>
Subject: Re: -mfloat-abi=softfp
Date: Thu, 29 Apr 2010 20:20:00 -0000	[thread overview]
Message-ID: <4BD9EA1F.7040201@piments.com> (raw)
In-Reply-To: <q2v56d259a01004280152t2d59959ah57cdf11440f63c06@mail.gmail.com>

On 04/28/10 10:52, Martin Guy wrote:
>>   The major worry seems to be the NAND flash.
>>
>>   Creating 3 MTD partitions on "ts7250-nand":
>>   Since there is specific support for the TS7250 boards.and I had no problems
>> on 2.6.29 , I'm a bit confused.
>>
>>   Both the "Bad eraseblock 0" error and the  "TS-BOOTROM" doesn't end on an
>> erase block " issue seems be fairly common in the embedded world, I have not
>> found any concrete information on what the cause is.
>>
>>   Can you suggest where I should be looking?
>
> I'm glad there was nothing wrong with crosstool-ng. Lesson: don't
> overclock unless you are only running games. However this no longer
> has anything to do with cross-compilation using gcc, so the answer is
> probably "the ts7000 yahoo group or your supplier".
>
> Alternatively you can hire me to solve your problems.
>
>     M
>
Hi again.

I have been doing well with the toolchain but it's now tripping up on 
gnuplot.

./configure --host=arm-maverick-linux-gnueabi --without-x--without-pdf 
--without-cairo --disable-wxwidgets --without-x CFLAGS=" -mcpu=ep9312 
-mfpu=maverick -mfloat-abi=softfp -O2 -fomit-frame-pointer -pipe" 
CXXFLAGS=" -mcpu=ep9312 -mfpu=maverick -mfloat-abi=softfp -O2 
-fomit-frame-pointer -pipe"

make

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=\"/usr/local/bin\" 
-DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.3\" 
-DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.3/PostScript\" 
-DGNUPLOT_JS_DIR=\"/usr/local/share/gnuplot/4.3/js\" 
-DCONTACT=\"gnuplot-bugs@lists.sourceforge.net\" 
-DHELPFILE=\"/usr/local/share/gnuplot/4.3/gnuplot.gih\" 
-DGNUPLOT_X11=\"`echo gnuplot_x11 | sed 's,x,x,'`\"   -mcpu=ep9312 
-mfpu=maverick -mfloat-abi=softfp -O2 -fomit-frame-pointer -pipe -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 preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [axis.o] Error 1
make[3]: Leaving directory `/back/ts/ct-wkg/gnuplot/src'
make[2]: *** [all-recursive] Error 1


This is a genuine ICE. 100% repeatable .

I had also been seeing the "-march= switch" jive again until I removed 
-march=armv4t from the flags.

The ICE is the same with or with that detail.

If I remove teh " -mfpu=maverick -mfloat-abi=softfp" part it compiles.

Unfortunately gnuplot was the main reason I got into all this FPU work 
in the first place, though moving to eabi was a huge improvement already.

thx

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

      parent reply	other threads:[~2010-04-29 20:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18 18:39 -mfloat-abi=softfp ng
2010-04-18 18:58 ` -mfloat-abi=softfp Martin Guy
2010-04-19  1:22   ` -mfloat-abi=softfp ng
2010-04-19  9:52     ` -mfloat-abi=softfp Martin Guy
2010-04-19  9:53       ` -mfloat-abi=softfp Martin Guy
2010-04-19 17:53         ` -mfloat-abi=softfp ng
2010-04-19 18:16           ` -mfloat-abi=softfp Martin Guy
2010-04-19 18:21           ` -mfloat-abi=softfp Martin Guy
2010-04-27 10:13       ` -mfloat-abi=softfp ng
2010-04-27 11:08         ` -mfloat-abi=softfp Martin Guy
2010-04-27 12:58           ` -mfloat-abi=softfp ng
     [not found]             ` <v2j56d259a01004270621i6e44dbb2p87cc64e96b5c6032@mail.gmail.com>
2010-04-27 18:55               ` -mfloat-abi=softfp ng
2010-04-27 13:27           ` -mfloat-abi=softfp ng
2010-04-27 15:25             ` -mfloat-abi=softfp Martin Guy
     [not found]               ` <4BD7CBFD.8010702@piments.com>
     [not found]                 ` <q2v56d259a01004280152t2d59959ah57cdf11440f63c06@mail.gmail.com>
2010-04-29 20:20                   ` ng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BD9EA1F.7040201@piments.com \
    --to=ng@piments.com \
    --cc=crossgcc@sourceware.org \
    --cc=martinwguy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).