Discussion:
[mad-user] installation help
Yuxuan Mao
2002-02-22 02:58:39 UTC
Permalink
Hi,

We're doing a school project on building a mp3 decoder on a Motorola
processor and an Altera FPGA. We'd like to use MAD because it appears to
be the only open source integer decoder available on the net. But when we
try to install it on our school unix account by typing ./configure, it
gives us this error:

./configure: Permission denied.

Can someone help us?
John Utz
2002-02-22 03:17:50 UTC
Permalink
chmod a+x configure

./configure

or

sh configure

either should work
Post by Yuxuan Mao
Hi,
We're doing a school project on building a mp3 decoder on a Motorola
processor and an Altera FPGA. We'd like to use MAD because it appears to
be the only open source integer decoder available on the net. But when we
try to install it on our school unix account by typing ./configure, it
./configure: Permission denied.
Can someone help us?
--
John L. Utz III
***@utzweb.net

Idiocy is the Impulse Function in the Convolution of Life
Yuxuan Mao
2002-02-22 04:12:21 UTC
Permalink
Hi,

We're doing a school project on mp3 decoding with a motorola
micro-controller and an altera fpga. We're only interested in mpeg1 layer
3 decoding. So we want to trim the MAD distribution down to only the
relevant files pertaining to that. But we're kind of lost on that. Can
someone help?

Loading...