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@winehq.org ReportedBy: Stefan.Leichter@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@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
http://bugs.winehq.org/show_bug.cgi?id=31878
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=31878
--- Comment #1 from André H. nerv@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)
http://bugs.winehq.org/show_bug.cgi?id=31878
Stefan Leichter Stefan.Leichter@camLine.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Stefan Leichter Stefan.Leichter@camLine.com 2012-10-09 14:45:53 CDT --- The additional parameter helped
http://bugs.winehq.org/show_bug.cgi?id=31878
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from André H. nerv@dawncrow.de 2012-10-09 15:00:45 CDT --- great, a winetest run from a Pandora would be interesting :)
http://bugs.winehq.org/show_bug.cgi?id=31878
--- Comment #4 from Stefan Leichter Stefan.Leichter@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...
http://bugs.winehq.org/show_bug.cgi?id=31878
--- Comment #5 from André H. nerv@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!