LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   madplay crosscompile (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/madplay-crosscompile-632575/)

Jinho Kim 04-02-2008 08:32 PM

madplay crosscompile
 
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 cross 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, please answer me.

catshout 06-16-2009 11:10 AM

Have you been successfully in between? I'm just trying to build some stuff for exactly the same platform and would be happy about any advice how to setup a valid development environment ..

Regards
catshout


All times are GMT -5. The time now is 11:18 AM.