We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Karol Patryk Pietruszewski)
i have bug cant build with msys2 on my mingw 7.3.0 its shows cpu id error. and cant compile :cc -MD -MP -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -D__USE_MINGW_ANSI_STDIO=1 -I. -Iffmpeg -fno-common -DPIC -I/mingw64/include/freetype2 -I/mingw64/include -I/mingw64/include/opus -I/mingw64/include/bs2b -c -o cpudetect.o cpudetect.c cpudetect.c: In function 'do_cpuid': cpudetect.c:267:18: error: expected ':' or ')' before 'REG_b' ("mov %%"REG_b", %%"REG_S"\n\t" ^~~~~ make: *** [Makefile:752: cpudetect.o] Error 1
my Msys2 with GCC version is on attached picture.
my cpu is : Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz , OS Windows7 x64, 4GB of ram and ATI Mobility Radeon HD 5470
thats all.
The text was updated successfully, but these errors were encountered:
sherpya
No branches or pull requests
(Karol Patryk Pietruszewski)
i have bug cant build with msys2 on my mingw 7.3.0
its shows cpu id error. and cant compile
:cc -MD -MP -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -D__USE_MINGW_ANSI_STDIO=1 -I. -Iffmpeg -fno-common -DPIC -I/mingw64/include/freetype2 -I/mingw64/include -I/mingw64/include/opus -I/mingw64/include/bs2b -c -o cpudetect.o cpudetect.c
cpudetect.c: In function 'do_cpuid':
cpudetect.c:267:18: error: expected ':' or ')' before 'REG_b'
("mov %%"REG_b", %%"REG_S"\n\t"
^~~~~
make: *** [Makefile:752: cpudetect.o] Error 1
my Msys2 with GCC version is on attached picture.
my cpu is : Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz , OS Windows7 x64, 4GB of ram and ATI Mobility Radeon HD 5470
thats all.
The text was updated successfully, but these errors were encountered: