Skip to content
New issue

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

'asm' operand has impossible constraints #120

Closed
airshu opened this issue Aug 6, 2016 · 2 comments
Closed

'asm' operand has impossible constraints #120

airshu opened this issue Aug 6, 2016 · 2 comments

Comments

@airshu
Copy link

airshu commented Aug 6, 2016

some error show when i make mlt source, i use msys2

./configure --prefix=/home/lsj/build --enable-gpl --disable-decklink --disable-kdenlive --disable-gtk2 --disable-jackrack --disable-frei0r --disable-linsys --disable-opengl --disable-plus --disable-qt --disable-sox --disable-swfdec --disable-vid.stab --disable-resample

make install

cc -c -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../win32 -o composite_line_yuv_sse2_simple.o composite_line_yuv_sse2_simple.c
composite_line_yuv_sse2_simple.c: In function 'composite_line_yuv_sse2_simple':
composite_line_yuv_sse2_simple.c:113:5: error: 'asm' operand has impossible constraints
asm volatile
^~~~~~~
{standard input}: Assembler messages:
{standard input}:110: Error: bad register name %xmm9' {standard input}:111: Error: bad register name%xmm10'
{standard input}:130: Error: bad register name %xmm8' {standard input}:132: Error: bad register name%xmm8'
{standard input}:134: Error: bad register name %xmm8' {standard input}:136: Error: bad register name%xmm8'
{standard input}:139: Error: bad register name `%xmm8'

@airshu airshu closed this as completed Aug 6, 2016
@ryno1234
Copy link
Contributor

I'm getting this same error. What was your solution?

1 similar comment
@I-am-ET
Copy link

I-am-ET commented Jun 8, 2022

I'm getting this same error. What was your solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants