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
Apparement du à des macros en assembleur (mmx) le logiciel n'est plus compilable par les gcc moderne.
@trebmuh remonte les erreur de compilation suivantes :
gcc -c -O2 -Wall -DDATADIR=\"/usr/share/Mx44/\" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags alsa` `pkg-config --cflags jack` -g -O2 -fdebug-prefix-map=/build/mx44-1.0+20210406=. -fstack-protector-strong -Wformat -Werror=format-security interface2.c gcc -c -O2 -Wall -DDATADIR=\"/usr/share/Mx44/\" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags alsa` `pkg-config --cflags jack` -g -O2 -fdebug-prefix-map=/build/mx44-1.0+20210406=. -fstack-protector-strong -Wformat -Werror=format-security mx44.c gcc -c -O2 -Wall -DDATADIR=\"/usr/share/Mx44/\" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags alsa` `pkg-config --cflags jack` -g -O2 -fdebug-prefix-map=/build/mx44-1.0+20210406=. -fstack-protector-strong -Wformat -Werror=format-security stateio.c gcc -c -O2 -Wall -DDATADIR=\"/usr/share/Mx44/\" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags alsa` `pkg-config --cflags jack` -g -O2 -fdebug-prefix-map=/build/mx44-1.0+20210406=. -fstack-protector-strong -Wformat -Werror=format-security cmdline_opts.c gcc -c -O2 -Wall -DDATADIR=\"/usr/share/Mx44/\" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags alsa` `pkg-config --cflags jack` -g -O2 -fdebug-prefix-map=/build/mx44-1.0+20210406=. -fstack-protector-strong -Wformat -Werror=format-security main.c mx44.c: In function 'mx44_play': mx44.c:2543:1: warning: unsupported size for integer register } ^ mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c:2543:1: warning: unsupported size for integer register mx44.c: Assembler messages: mx44.c:2031: Error: unsupported instruction `movq' mx44.c:2037: Error: unsupported instruction `movq' mx44.c:2140: Error: unsupported instruction `movq' mx44.c:2191: Error: unsupported instruction `movq' mx44.c:2198: Error: unsupported instruction `movq' mx44.c:2333: Error: unsupported instruction `movq' mx44.c:2031: Error: unsupported instruction `movq' mx44.c:2037: Error: unsupported instruction `movq' mx44.c:2140: Error: unsupported instruction `movq' mx44.c:2191: Error: unsupported instruction `movq' mx44.c:2198: Error: unsupported instruction `movq' mx44.c:2333: Error: unsupported instruction `movq' make[1]: *** [Makefile:40: mx44.o] Error 1 make[1]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparement du à des macros en assembleur (mmx) le logiciel n'est plus compilable par les gcc moderne.
@trebmuh remonte les erreur de compilation suivantes :
The text was updated successfully, but these errors were encountered: