public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: ng@piments.com
To: Martin Guy <martinwguy@gmail.com>
Cc: crossgcc@sourceware.org
Subject: Re: -mfloat-abi=softfp
Date: Tue, 27 Apr 2010 13:27:00 -0000	[thread overview]
Message-ID: <4BD6E664.2080402@piments.com> (raw)
In-Reply-To: <h2s56d259a01004270407i3deb815cqe2174c85a5ed077@mail.gmail.com>

On 04/27/10 13:07, Martin Guy wrote:
> On 4/27/10, ng@piments.com<ng@piments.com>  wrote:
>>   So now  I've put
>>    LIBC_GLIBC_EXTRA_CFLAGS= -mfpu=maverick -mfloat-abi=softfp  -mcpu=ep9312
>>
>>   It's throwing ICE in glibc.:
>>
>>   [ALL  ]    ibm420.c:1: warning: switch -mcpu=ep9312 conflicts with -march=
>> switch
>>   [ALL  ]    ../iconv/skeleton.c: In function 'gconv':
>>   [ERROR]    ../iconv/skeleton.c:801: internal compiler error: Segmentation
>> fault
>>   [ALL  ]    Please submit a full bug report,
>>   [ALL  ]    with preprocessed source if appropriate.
>
> ICE is a bug in the GCC that you are using to build the cross-compiler
> - the "core compiler" - in this case, the output of your stage1
> compilation. "Segmentation fault" is pretty severe :(
> To investigate further where it is segfaulting you can run the one
> specific command under gdb. I the core compiler is built using the
> system glibc, so it shouldn't be a bug in the glibc patches. For what
> it's worth, I've used the native gcc-4.3-crunch to build glibc again.
> natively).
>
> Another strategy you could use is to build gcc-4.2, which runs faster,
> uses less memory to compile things and produces smaller and faster
> code than gcc-4.3 (yes, really!)
>
>>    warning: switch -mcpu=ep9312 conflicts with -march= switch
>>   I have left -mcpu -mtune empty in menuconfig giving just -march=armv4t
>
> -march=ep9312 should be what you need, but I doubt that will fix the ICE.
>
>      M
>

just got this from system log when running 4.2.4 based build.


.
Apr 27 15:06:23 linbox kernel: wlan1: deauthenticating by local choice 
(reason=3)
Apr 27 15:06:23 linbox dhcpcd[8426]: wlan1: carrier lost
Apr 27 15:06:23 linbox dhcpcd[8426]: wlan1: carrier_status: No such device
Apr 27 15:07:17 linbox smartd[2923]: Device: /dev/hda, SMART Usage 
Attribute: 194 Temperature_Celsius changed from 42 to 43
Apr 27 15:11:28 linbox kernel: BUG: unable to handle kernel NULL pointer 
dereference at 00000006
Apr 27 15:11:28 linbox kernel: IP: [<00000006>] 0x6
Apr 27 15:11:28 linbox kernel: *pde = 00000000
Apr 27 15:11:28 linbox kernel: Oops: 0000 [#1]
Apr 27 15:11:28 linbox kernel: last sysfs file: 
/sys/devices/pci0000:00/0000:00:01.1/i2c-adapter/i2c-1/1-002d/cpu0_vid
Apr 27 15:11:28 linbox kernel: Modules linked in: aes_generic arc4 ecb 
rt73usb rt2x00usb rt2x00lib mac80211 cfg80211 bridge stp llc 
snd_seq_midi snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss 
snd_mixer_oss snd_rtctimer asb100 hwmon_vid hwmon fuse analog joydev 
usblp nvidia(P) snd_ens1371 gameport snd_rawmidi snd_seq_device 
snd_ac97_codec ac97_bus snd_pcm snd_timer snd soundcore snd_page_alloc 
ohci_hcd ehci_hcd forcedeth e100 3c59x i2c_nforce2 i2c_core nvidia_agp 
evdev agpgart thermal processor
Apr 27 15:11:28 linbox kernel:
Apr 27 15:11:28 linbox kernel: Pid: 17757, comm: make Tainted: P 
    (2.6.29-hh2 #9) A7N8X
Apr 27 15:11:28 linbox kernel: EIP: 0060:[<00000006>] EFLAGS: 00010083 
CPU: 0
Apr 27 15:11:28 linbox kernel: EIP is at 0x6
Apr 27 15:11:28 linbox kernel: EAX: ddf19fbc EBX: 40190ff4 ECX: 0000007b 
EDX: 400bb096
Apr 27 15:11:28 linbox kernel: ESI: 08208fe0 EDI: 00000006 EBP: bfb7ed08 
ESP: ddf19fb8
Apr 27 15:11:28 linbox kernel: DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Apr 27 15:11:28 linbox kernel: Process make (pid: 17757, ti=ddf18000 
task=f2423660 task.ti=ddf18000)
Apr 27 15:11:28 linbox kernel: Stack:
Apr 27 15:11:28 linbox kernel: c045df22 40190ff4 08209030 0001cfd1 
08208fe0 08208fe0 bfb7ed08 00000018
Apr 27 15:11:28 linbox kernel: 0000007b 0000007b 00000000 ffffffff 
00000073 00010206 bfb7ec58 0000007b
Apr 27 15:11:28 linbox kernel: 00000000 00000000
Apr 27 15:11:28 linbox kernel: Call Trace:
Apr 27 15:11:28 linbox kernel: [<c045df22>] error_code+0x6a/0x70
Apr 27 15:11:28 linbox kernel: Code:  Bad EIP value.
Apr 27 15:11:28 linbox kernel: EIP: [<00000006>] 0x6 SS:ESP 0068:ddf19fb8
Apr 27 15:11:28 linbox kernel: ---[ end trace 3b01e823d1d7f2a3 ]---



The ct-ng log looks like this:


[ALL  ]    echo '' > 
/back/ts/ct-ng/targets/arm-maverick-linux-gnueabi/build/build-libc/socket/stamp.oST
[ALL  ]    mv -f 
/back/ts/ct-ng/targets/arm-maverick-linux-gnueabi/build/build-libc/socket/stamp.oST 
/back/ts/ct-ng/targets/arm-maverick-linux-gnueabi/build/build-libc/socket/stamp.oS
[ALL  ]    make[3]: Leaving directory 
`/back/ts/ct-ng/targets/src/glibc-2.9/socket'
[ALL  ]    /usr/bin/make -j1 subdir=sysvipc -C sysvipc ..=../ subdir_lib
[ERROR]    make[2]: *** [sysvipc/subdir_lib] Segmentation fault
[ALL  ]    make[2]: Leaving directory `/back/ts/ct-ng/targets/src/glibc-2.9'
[ERROR]    make[1]: *** [all] Error 2


Can you make any sense of that?

thx

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

  parent reply	other threads:[~2010-04-27 13:27 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           ` ng [this message]
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                   ` -mfloat-abi=softfp ng

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=4BD6E664.2080402@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).