[Bug 31878] configure fails on platform armv7l

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 6 12:28:00 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31878

--- Comment #1 from André H. <nerv at 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.


More information about the wine-bugs mailing list