[Bug 17666] New: WinARM make crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 10 03:09:17 CDT 2009


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 at winehq.org
        ReportedBy: mlg7 at 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.zip
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--


-- 
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