Re: Some make problems
"Ming Chi Tsai" <[email protected]> Sun, 30 May 2004 01:43:47 +0800
| Newsgroups | gmane.comp.audio.mad.user |
|---|---|
| Message-ID | <01b201c445a4$820d9da0$b100a8c0@MOSEEY> |
Sorry for my typing error. It is really " export LDFLAGS='-L/usr/local/lib/' ". I try many ways to assign lib path, but it is also can not find library. I am sure the lib path is correct, because I use uclibc to build madplay has not any error. So, I guess this problen might be related to configure setting. ----- Original Message ----- From: "Rob Leslie" <[email protected]> To: <[email protected]> Sent: Sunday, May 30, 2004 12:48 AM Subject: Re: [mad-user] Some make problems > On May 29, 2004, at 9:35 AM, Ming Chi Tsai wrote: > > I have a project that port madplay into embedded system(CPU:ARM, > > OS:uclinux). > > I know madplay can be build on uclinux using uclibc and arm cpu using > > arm-linux-gcc respectively. > > But, when I port madplay to embedded system with ARM and uclinux using > > arm-elf-gcc, > > I encountered some problems. > > The following is my make step: > > > > I use cygwin and arm-elf-gcc to build my project. > > > > export CPPFLAGS='-I/usr/local/include/' > > export LDFLAGS='-I/usr/local/lib/' > > Try LDFLAGS='-L/usr/local/lib' instead (note -L not -I). > > > Where am I wrong with the configure setting?? > > Whether madplay can't be ported to embedded system with ARM and uclinux > > or I should use anyother corse compiler. > > It should be able to work. > > -- > Rob Leslie > [email protected] > >