madplay crosscompile

boiler4의 이미지

Hello~ This is my first post on this website. ^__^;

I use Ubuntu as a host, and the target board is a kind of MIPS processor (specific information shown below).

The target's info
system type : BCM97xxx Settop Platform
processor : 0
cpu model : Brcm7401 V0.0
cpu MHz : 295.93
BogoMIPS : 295.93 ( udelay_val : 147968 HZ = 1000)
...
..

In order to play "madplay" (which is a kind of mp3 decoder) on the target,I am using "mipsel-uclibc-gcc" compiler.

In the compile process, I need to type this kind of shell(BASH)command.

"CC= CFLAGS= LIBS= ./configure"

I think "CC=" is "mipsel-uclibc-gcc"
However, I don't know the values of "CFLAGS=" and "LIBS="
I understand the conceptual meanings of the two values (CFLAGS and LIBS)

But, how do I know the values? or
Where can I found the related information to find the values?

Smart babies, pleas answer me!! ^__^;

ganadist의 이미지

I remember there is an README file at BSEAV toolkit, which is provided by broadcom.

That file would be in BSEAV/linux/bin/mad-0.14.2b directory.

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

boiler4의 이미지

Thank you so very much. ^__^;;

Hello~

boiler4의 이미지

Is there any guide(or README) for compiling advanced version of madplay (i.e, madplay-0.15.2b) likes the README of the older version madplay (i.e., mad-0.14.2b) ??

if there is no guide(README) for advanced version,, how can I set the cross compile options generally and easily ?? Do you have any idea about this ??

Hello~