#error "no FPM selected"

Sonia <[email protected]> Tue, 27 Dec 2005 13:18:36 +0000 (UTC)
Newsgroups gmane.comp.audio.mad.user
Message-ID <[email protected]>
I'm using libmad to decode some mp3 sound. But not in a normal way, i'm u=
sing a
program in windows platform to compile the code, and I get the folloing e=
rror=20

"
In file included from TestApp_Memory/src/libmad/frame.h:25,
from TestApp_Memory/src/libmad/decoder.c:51:
TestApp_Memory/src/libmad/fixed.h:446:3: #error "no FPM selected" "

I already use this library on linux and it work ok, with the make. but no=
w i
need to integrated with a another program, microblaze, where I only have =
a
normal gcc compiler. Do I need somme specific Flags to compile it and run=
 it?=20

I don't know if it is important but I dont send a file to the input now, =
I'm
reading the streams directly from the memory.
that means that the decode function receives a pointer to the mem_address.


cyas

Sonia Gon=C3=A7alves