Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] 7zip on ARM compilation error
Date: Mon, 19 Aug 2013 17:54:15
Message-Id: 20130819175405.GB3370@solfire
1 Hi,
2
3 I tried to emerge 7zip natively on a Beaglebone black.
4 Which CPU is a "ARMv7 Processor rev 2 (v7l)" with the
5 features "swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls".
6
7 The gcc is:
8 gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
9 Copyright (C) 2011 Free Software Foundation, Inc.
10 This is free software; see the source for copying conditions. There is NO
11 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
12
13 gcc-copnfig -l
14 armv7a-hardfloat-linux-gnueabi-4.6.3
15
16 The emerge failed:
17
18 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
19 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
20 ../../Archive/Iso/IsoHandler.cpp: In member function 'virtual LONG NArchive::NIso::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)':
21 ../../Archive/Iso/IsoHandler.cpp:128:1: error: unrecognizable insn:
22 (insn 571 570 572 31 (set (subreg:SI (reg:DI 306 [ MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset ]) 0)
23 (sign_extend:SI (mem/s:QI (plus:SI (reg/f:SI 156 [ D.17190 ])
24 (const_int 812 [0x32c])) [0 MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset+0 S1 A16]))) ../../Archive/Iso/IsoIn.h:121 -1
25 (nil))
26 ../../Archive/Iso/IsoHandler.cpp:128:1: internal compiler error: in extract_insn, at recog.c:2109
27 Please submit a full bug report,
28 with preprocessed source if appropriate.
29 See <http://bugs.gentoo.org/> for instructions.
30 make[1]: *** [IsoHandler.o] Error 1
31 make[1]: Leaving directory `/var/tmp/portage/app-arch/p7zip-9.20.1-r4/work/p7zip_9.20.1/CPP/7zip/Bundles/Format7zFree'
32 make: *** [common7z] Error 2
33
34 On request I will mail the logs -- I dont want to pollute the mailing
35 list.
36
37 How can I avoid this error?
38
39 Best regards,
40 mcc

Replies

Subject Author
[gentoo-user] Re: 7zip on ARM compilation error James <wireless@×××××××××××.com>