http://bugs.winehq.org/show_bug.cgi?id=33905
Bug #: 33905 Summary: compile error with assembler support problem for ARM Product: Wine Version: 1.6-rc3 Platform: arm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: peng.ni.2013@utt.fr Classification: Unclassified
Created attachment 45016 --> http://bugs.winehq.org/attachment.cgi?id=45016 All output of configure, make and as_version
Hello everyone,
The problem seens a little like the topic 21192. http://bugs.winehq.org/show_bug.cgi?id=21192 I get the error message when the make process begin to use gcc to compile the first dlls "acledit".
The error message is noted below: acledit.KnY9Og.s: Assembler messages: acledit.KnY9Og.s:75: Error: selected processor does not support ARM mode `blx __wine_spec_init_ctor' acledit.KnY9Og.s:274: Error: selected processor does not support ARM mode `blx r3' acledit.KnY9Og.s:292: Error: selected processor does not support ARM mode `blx r3' winebuild: gcc failed with status 1 winegcc: ../../tools/winebuild/winebuild failed make[1]: *** [acledit.dll.so] Error 2 make[1]: Leaving directory `/media/data/wine-1.6-rc3/dlls/acledit' make: *** [dlls/acledit] Error 2
The command to configure the makefile is: ./configure CFLAGS="-mcpu=arm926ej-s -g -O2"
The output of "as --version" is: GNU assembler (GNU Binutils for Debian) 2.22 Copyright 2011 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `arm-linux-gnueabi'.
All the output of configure and makefile are in the attachment. The problem is new for Wine 1.6 (I have only tried 1.6-rc3), i have compiled 1.4.x to 1.5.31 for this ARM card, and the ancient versions work well on the card. Another information: AcmeSystems FoxG20, Debian Wheezy, Kernel 2.6.38
Thank you for your attention and your advice or help in advance!
PS: Normally, the topic will be assigned to André, I think, so thanks for your great work for Wine on ARM, WineLib works well expect a little unstable. Bravo!