#79972 - Freixa - Mon Apr 17, 2006 9:21 pm
Hi!
I need a mp3 lib for nds and I think libmad will be good for it, it can be compiled to ARM and some people in this forum spoke well about it. But I can't install the lib, I try to compile it but i can't. I run the configuration script a few times with a few diferent arguments, like ./configure --host=arm, ./configure --enable-fpm=arm, etc... The configure script goes ok, but when I try to execute the Makefile I recived this errors:
synth.c: In function `dct32':
synth.c:218: warning: asm operand 5 probably doesn't match constraints
synth.c:218: warning: asm operand 6 probably doesn't match constraints
(...)
synth.c:218: inconsistent operand constraints in an `asm'
synth.c:219: inconsistent operand constraints in an `asm'
(...)
synth.c: In function `synth_full':
synth.c:611: warning: asm operand 3 probably doesn't match constraints
synth.c:611: warning: asm operand 4 probably doesn't match constraints
(...)
synth.c: In function `synth_half':
synth.c:748: warning: asm operand 3 probably doesn't match constraints
synth.c:748: warning: asm operand 4 probably doesn't match constraints
Anyone knows what I'm doing wrong?
Thnxs a lot and sorry for my bad english.
freixa
Last edited by Freixa on Mon Apr 17, 2006 10:12 pm; edited 1 time in total
I need a mp3 lib for nds and I think libmad will be good for it, it can be compiled to ARM and some people in this forum spoke well about it. But I can't install the lib, I try to compile it but i can't. I run the configuration script a few times with a few diferent arguments, like ./configure --host=arm, ./configure --enable-fpm=arm, etc... The configure script goes ok, but when I try to execute the Makefile I recived this errors:
synth.c: In function `dct32':
synth.c:218: warning: asm operand 5 probably doesn't match constraints
synth.c:218: warning: asm operand 6 probably doesn't match constraints
(...)
synth.c:218: inconsistent operand constraints in an `asm'
synth.c:219: inconsistent operand constraints in an `asm'
(...)
synth.c: In function `synth_full':
synth.c:611: warning: asm operand 3 probably doesn't match constraints
synth.c:611: warning: asm operand 4 probably doesn't match constraints
(...)
synth.c: In function `synth_half':
synth.c:748: warning: asm operand 3 probably doesn't match constraints
synth.c:748: warning: asm operand 4 probably doesn't match constraints
Anyone knows what I'm doing wrong?
Thnxs a lot and sorry for my bad english.
freixa
Last edited by Freixa on Mon Apr 17, 2006 10:12 pm; edited 1 time in total