Issues building the spec.o on win32 with mingw

Dmitry Timoshkov dmitry at baikal.ru
Wed May 1 00:12:47 CDT 2002


"Steven Edwards" <Steven_Ed4153 at yahoo.com> wrote:

[skipped]

> /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccU3cEQ7.s:1104: Warning:
> unknown se
> ction attribute 'a'
> /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccU3cEQ7.s:1106: Error:
> unknown pseu
> do-op: `.previous'
> make: *** [commdlg.spec.o] Error 1

That's the problem with binutils/gas which doesn't support for some reason
the .previous statement for the PE target. There are at least two possibilities
to resolve it: 1) implement required support in binutils/gas, 2) rearrange code
produced by winebuild to not require .previous statement at all.

-- 
Dmitry.






More information about the wine-devel mailing list