* [gentoo-user] 7zip on ARM compilation error
@ 2013-08-19 17:54 meino.cramer
2013-08-20 15:03 ` [gentoo-user] " James
0 siblings, 1 reply; 3+ messages in thread
From: meino.cramer @ 2013-08-19 17:54 UTC (permalink / raw
To: Gentoo
Hi,
I tried to emerge 7zip natively on a Beaglebone black.
Which CPU is a "ARMv7 Processor rev 2 (v7l)" with the
features "swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls".
The gcc is:
gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
gcc-copnfig -l
armv7a-hardfloat-linux-gnueabi-4.6.3
The emerge failed:
armv7a-hardfloat-linux-gnueabi-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Hfs/HfsRegister.cpp
armv7a-hardfloat-linux-gnueabi-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoHandler.cpp
../../Archive/Iso/IsoHandler.cpp: In member function 'virtual LONG NArchive::NIso::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)':
../../Archive/Iso/IsoHandler.cpp:128:1: error: unrecognizable insn:
(insn 571 570 572 31 (set (subreg:SI (reg:DI 306 [ MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset ]) 0)
(sign_extend:SI (mem/s:QI (plus:SI (reg/f:SI 156 [ D.17190 ])
(const_int 812 [0x32c])) [0 MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset+0 S1 A16]))) ../../Archive/Iso/IsoIn.h:121 -1
(nil))
../../Archive/Iso/IsoHandler.cpp:128:1: internal compiler error: in extract_insn, at recog.c:2109
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
make[1]: *** [IsoHandler.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-arch/p7zip-9.20.1-r4/work/p7zip_9.20.1/CPP/7zip/Bundles/Format7zFree'
make: *** [common7z] Error 2
On request I will mail the logs -- I dont want to pollute the mailing
list.
How can I avoid this error?
Best regards,
mcc
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: 7zip on ARM compilation error
2013-08-19 17:54 [gentoo-user] 7zip on ARM compilation error meino.cramer
@ 2013-08-20 15:03 ` James
2013-08-20 16:10 ` meino.cramer
0 siblings, 1 reply; 3+ messages in thread
From: James @ 2013-08-20 15:03 UTC (permalink / raw
To: gentoo-user
<meino.cramer <at> gmx.de> writes:
> I tried to emerge 7zip natively on a Beaglebone black.
> Which CPU is a "ARMv7 Processor rev 2 (v7l)" with the
> features "swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls".
> gcc-copnfig -l
> armv7a-hardfloat-linux-gnueabi-4.6.3
Hello Meino,
You'll find the some of the best developer for
arm code on the gentoo-embedded list, should no one
here answer your queries....
gentoo-embedded@lists.gentoo.org
First make sure answers are not contained
herein:
http://www.gentoo.org/proj/en/base/embedded/handbook/
hth,
James
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Re: 7zip on ARM compilation error
2013-08-20 15:03 ` [gentoo-user] " James
@ 2013-08-20 16:10 ` meino.cramer
0 siblings, 0 replies; 3+ messages in thread
From: meino.cramer @ 2013-08-20 16:10 UTC (permalink / raw
To: gentoo-user
James <wireless@tampabay.rr.com> [13-08-20 17:20]:
> <meino.cramer <at> gmx.de> writes:
>
>
> > I tried to emerge 7zip natively on a Beaglebone black.
> > Which CPU is a "ARMv7 Processor rev 2 (v7l)" with the
> > features "swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls".
>
> > gcc-copnfig -l
> > armv7a-hardfloat-linux-gnueabi-4.6.3
>
> Hello Meino,
>
> You'll find the some of the best developer for
> arm code on the gentoo-embedded list, should no one
> here answer your queries....
>
> gentoo-embedded@lists.gentoo.org
>
> First make sure answers are not contained
> herein:
>
> http://www.gentoo.org/proj/en/base/embedded/handbook/
>
> hth,
> James
>
>
>
>
Hi James,
thanks a lot for the info...
Git it fixed myself. Have natively compiled gcc-2.7.3, which took
9:26h...
The new gcc does not show this problem...
Have a nice day/evening/morning (dont know your timezone :)
Keep hacking and best regards,
mcc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-20 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 17:54 [gentoo-user] 7zip on ARM compilation error meino.cramer
2013-08-20 15:03 ` [gentoo-user] " James
2013-08-20 16:10 ` meino.cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox