http://bugs.winehq.org/show_bug.cgi?id=17666
Summary: WinARM make crashes Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mlg7@yandex.ru
Due to some mysterious problem with ARM GCC, mismatch in the FP settings that nobody never specified, I cannot use Linux native arm-elf-gcc.
I found that the WinARM version works under Windows, and therefore, as almost the last resort (the last one is to use Windows), tried to compile under Wine. It failed.
The error message looks as: make: Interrupt/Exception caught (code = 0xc0000005, addr = 0xf7d3f54a)
Importance: Wine was the last workaround I could think out; I will switch to Windows for development.
Steps to reproduce:
1. Get WinARM-20060606. It is available in a number of places, google gives: http://winarm.alexthegeek.com/WinARM-20060606.zip http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/WinARM-20060606.... Unpack it as C:\WinARM.
2. Get the project: go to olimex.com and find the STR-H711 board page, get the OpenOCD-projects100.zip archive with the projects. http://www.olimex.com/dev/str-h711.html http://www.olimex.com/dev/soft/arm/OpenOCD-projects100.zip
It includes a number of projects, we need str_711 from it. Unpack it as C:\workarm\str_711.
3. Run the tools.
3a) wineconsole cmd
3b) Z:\home\mg>set path=C:\WinARM\bin;C:\WinARM\utils\bin;%path% Z:\home\mg>path PATH=C:\WinARM\bin;C:\WinARM\utils\bin;C:\windows\system32;C:\windows
3c) Z:\home\mg>c: C:>cd workarm/str_711 C:\workarm\str_711>
Now you can run `make clean` or manually clean it and run `make`
3d) C:\workarm\str_711>make clean
-------- begin (mode: ROM_RUN) --------
Cleaning project: rm -f main.out make: Interrupt/Exception caught (code = 0xc0000005, addr = 0xf7d3f54a) C:\workarm\str_711>
--end of report--
http://bugs.winehq.org/show_bug.cgi?id=17666
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=17666
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-03-10 03:28:45 --- you haven't said which version of wine you used?
please test with 1.1.16.
http://bugs.winehq.org/show_bug.cgi?id=17666
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Status|UNCONFIRMED |RESOLVED CC| |nerv@dawncrow.de Resolution| |FIXED
--- Comment #2 from André H. nerv@dawncrow.de 2009-12-17 10:05:07 --- works in git(wine-1.1.34-531-gb7a4901)
http://bugs.winehq.org/show_bug.cgi?id=17666
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-12-18 13:07:23 --- Closing bugs fixed in 1.1.35.