Hello World,
I am working on a pretty old ARM system (CLPS7500). I have tried to compile MAD and execute it on CLPS7500 (madplay) I found the decoder does not work properly. It gives not sound at all. The same executable runs perfectly on other ARM system. Can someone tells me what is happening?
Has anyone ported MAD to older ARM system? If I am about to do so myself, can someone points out where the problem is? This may save me a lot of time.
Yick
rob@mars.org wrote:
Horace Lee wrote:
I crosscompiled the madplay for strongarm successfully.but when I run it to play the mp3. the following problem displayed on the screen: "/dev/tty:no such device or addr" could anybody tell me what is the reason? what is the use of tty?
madplay opens the tty device to receive keyboard controls. Try --no-tty, or perhaps fix /dev/tty so that it can be opened.