Displaying 1 result from an estimated 1 matches for "upnptvstack".
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...t working?  What exactly are you trying to do?  What compiler are
> you using?
H IV0, 
we are using a lot of different cross-compiler (mainly based on GCC 3.4.x)
When I tried to cross-compile FLAC for non-i386 platforms (such as ARM), I use
use "configure" in the following way:
(cd ~/UPnPTVStack/lgpl-code/flac-1.1.2; make 
distclean; ./configure --host=armv5b-softfloat-linux --disable-shared 
CC=/opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc 
CXX=/opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ 
LDFLAGS=-...