Sorry for my bad English.
It is my problem. Attempting to compile and install causes an error:
Code: Select all
./configure LDFLAGS="-mcpu=cortex-a8" CFLAGS="-mcpu=cortex-a8" --without-x --without-freetype
make
thread.o: In function `RtlCreateUserThread':
/home/ferro/wine-1.8/dlls/ntdll/thread.c:562: undefined reference to `interlocked_xchg_add'
/home/ferro/wine-1.8/dlls/ntdll/thread.c:565: undefined reference to `interlocked_xchg_add'
collect2: error: ld returned 1 exit status
winegcc: gcc failed
make[1]: *** [ntdll.dll.so] Error 2
make[1]: Leaving directory `/home/ferro/wine-1.8/dlls/ntdll'
make: *** [dlls/ntdll] Error 2