[Bug 31878] New: configure fails on platform armv7l
http://bugs.winehq.org/show_bug.cgi?id=31878 Bug #: 31878 Summary: configure fails on platform armv7l Product: Wine Version: 1.5.14 Platform: arm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs(a)winehq.org ReportedBy: Stefan.Leichter(a)camLine.com Classification: Unclassified Created attachment 41958 --> http://bugs.winehq.org/attachment.cgi?id=41958 config.log Configure fails to run on my Pandora (http://openpandora.org). Relevant part of the config.log: configure:4166: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccbPzEDU.s: Assembler messages: /tmp/ccbPzEDU.s:51: Error: selected processor does not support `blx ac_test' configure:4166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.5.14" | #define PACKAGE_STRING "Wine 1.5.14" | #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org" | #define PACKAGE_URL "http://www.winehq.org" | #define EXEEXT "" | /* end confdefs.h. */ | int ac_test(int i) { return i; } | int | main () | { | asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1 | ; | return 0; | } configure:4170: result: no -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 --- Comment #1 from André H. <nerv(a)dawncrow.de> 2012-10-06 12:28:00 CDT --- More relevant part of your config.log: configure:4161: checking whether gcc supports Thumb configure:4178: result: no configure:4180: error: You need a target with Thumb support to build Wine for ARM. So either your toolchain doesn't support thumb or more likely the toolchain defaults to the wrong CPU/Architecture so you need to specify it. So in case of a Pandora you need something like ./configure CFLAGS="-mcpu=cortex-a8" (maybe more than that) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 Stefan Leichter <Stefan.Leichter(a)camLine.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2012-10-09 14:45:53 CDT --- The additional parameter helped -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from André H. <nerv(a)dawncrow.de> 2012-10-09 15:00:45 CDT --- great, a winetest run from a Pandora would be interesting :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 --- Comment #4 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2012-11-08 13:17:55 CST --- (In reply to comment #3)
great, a winetest run from a Pandora would be interesting :) It took some time, but here is it: http://test.winehq.org/data/9c96e843336fa71b2664fc40386d29bce231388a/linux_a...
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31878 --- Comment #5 from André H. <nerv(a)dawncrow.de> 2012-11-08 13:29:41 CST --- (In reply to comment #4)
(In reply to comment #3)
great, a winetest run from a Pandora would be interesting :) It took some time, but here is it: http://test.winehq.org/data/9c96e843336fa71b2664fc40386d29bce231388a/linux_a...
Hey, thank your very much, that's interesting. for wine 1.5.9 i had 98 errors on fedora17/pandaboard, you have just 74. An improvement by around 25% is nice to see :) Would be nice if you could try to run it again from time to time and notify me, so i can run it on pandaboard for the same commit, so we can easily compare. A pandaboard test for 9c96e843336fa71b2664fc40386d29bce231388a needs to wait until sunday at least. Thx again! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org