bastian block
2007-Oct-17 10:32 UTC
Fwd: Re: [Flac-dev] FLAC for "ARM little endian for glibc"
On Thursday 04 October 2007 04:27:47 you wrote:> Sir, you need to provide more information. What kind of errors? What > is not 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=-lpthread --without-XMMS --without-ogg ; make) Although I did not get any errors here, the target is not compilable, see attachment. It seems that I could not get rid of dependencies from ogg and other libraries. Is there any standadized way for cross-compiling FLAC standalone? Thanks! Best Regards! Bastian Block -------------- next part -------------- (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=-lpthread --without-XMMS --without-ogg ; make) make[2]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' Making distclean in obj make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj' Making distclean in release make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release' Making distclean in lib make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release/lib' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release/lib' Making distclean in bin make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release/bin' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release/bin' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/release' Making distclean in debug make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug' Making distclean in lib make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug/lib' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug/lib' Making distclean in bin make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug/bin' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug/bin' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj/debug' Making distclean in . make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj' rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/obj' Making distclean in flac.pbproj make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/flac.pbproj' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/flac.pbproj' Making distclean in build make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/build' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/build' Making distclean in test make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test' Making distclean in cuesheets make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test/cuesheets' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test/cuesheets' Making distclean in . make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test' test -z " core" || rm -f core rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test' rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/test' Making distclean in src make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src' Making distclean in test_streams make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_streams' test -z "" || rm -f rm -rf .libs _libs rm -f test_streams test_streams rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_streams' Making distclean in test_seeking make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_seeking' rm -rf .libs _libs rm -f test_seeking test_seeking rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_seeking' Making distclean in test_libOggFLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libOggFLAC++' rm -rf .libs _libs rm -f test_libOggFLAC++ test_libOggFLAC++ rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libOggFLAC++' Making distclean in test_libOggFLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libOggFLAC' rm -rf .libs _libs rm -f test_libOggFLAC test_libOggFLAC rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libOggFLAC' Making distclean in test_libFLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libFLAC++' rm -rf .libs _libs rm -f test_libFLAC++ test_libFLAC++ rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libFLAC++' Making distclean in test_libFLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libFLAC' rm -rf .libs _libs rm -f test_libFLAC test_libFLAC rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_libFLAC' Making distclean in test_grabbag make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag' Making distclean in cuesheet make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag/cuesheet' test -z "" || rm -f rm -rf .libs _libs rm -f test_cuesheet test_cuesheet rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag/cuesheet' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag' Making distclean in plugin_winamp2 make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2' Making distclean in include make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include' Making distclean in winamp2 make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include/winamp2' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include/winamp2' Making distclean in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include' rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2' Making distclean in plugin_xmms make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_xmms' rm -rf .libs _libs test -z "libxmms-flac.la" || rm -f libxmms-flac.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_xmms' Making distclean in plugin_common make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_common' rm -rf .libs _libs test -z "libplugin_common.la" || rm -f libplugin_common.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_common' Making distclean in monkeys_audio_utilities make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities' Making distclean in flac_ren make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities/flac_ren' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities/flac_ren' Making distclean in flac_mac make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities/flac_mac' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities/flac_mac' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/monkeys_audio_utilities' Making distclean in metaflac make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/metaflac' rm -f metaflac metaflac rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/metaflac' Making distclean in flac make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/flac' rm -f flac flac rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/flac' Making distclean in share make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share' Making distclean in utf8 make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/utf8' rm -rf .libs _libs test -z "libutf8.la" || rm -f libutf8.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/utf8' Making distclean in grabbag make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/grabbag' rm -rf .libs _libs test -z "libgrabbag.la" || rm -f libgrabbag.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/grabbag' Making distclean in replaygain_synthesis make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis' Making distclean in include make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include' Making distclean in private make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include/private' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include/private' Making distclean in . make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include' rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis/include' Making distclean in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis' rm -rf .libs _libs test -z "libreplaygain_synthesis.la" || rm -f libreplaygain_synthesis.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis' rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_synthesis' Making distclean in replaygain_analysis make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_analysis' rm -rf .libs _libs test -z "libreplaygain_analysis.la" || rm -f libreplaygain_analysis.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/replaygain_analysis' Making distclean in getopt make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/getopt' rm -rf .libs _libs test -z "libgetopt.a" || rm -f libgetopt.a rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share/getopt' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/share' Making distclean in libOggFLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC++' test -z "libOggFLAC++.la" || rm -f libOggFLAC++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC++' Making distclean in libOggFLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' Making distclean in include make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' Making distclean in protected make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/protected' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/protected' Making distclean in private make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/private' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/private' Making distclean in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' test -z "libOggFLAC.la" || rm -f libOggFLAC.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' Making distclean in libFLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC++' test -z "libFLAC++.la" || rm -f libFLAC++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC++' Making distclean in libFLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' Making distclean in include make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' Making distclean in protected make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/protected' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/protected' Making distclean in private make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/private' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/private' Making distclean in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' Making distclean in ppc make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc' Making distclean in gas make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc/gas' rm -rf .libs _libs test -z "" || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc/gas' Making distclean in as make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc/as' rm -rf .libs _libs test -z "" || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc/as' Making distclean in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc' rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ppc' Making distclean in ia32 make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ia32' rm -rf .libs _libs test -z "libFLAC-asm.la" || rm -f libFLAC-asm.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/ia32' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' test -z "libFLAC.la" || rm -f libFLAC.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' Making distclean in . make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src' rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src' Making distclean in man make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/man' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/man' Making distclean in include make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' Making distclean in share make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' Making distclean in grabbag make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share/grabbag' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share/grabbag' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' Making distclean in OggFLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC++' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC++' Making distclean in OggFLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC' Making distclean in FLAC++ make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC++' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC++' Making distclean in FLAC make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC' Making distclean in . make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' Making distclean in doc make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' Making distclean in html make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' Making distclean in images make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/images' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/images' Making distclean in ru make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/ru' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/ru' Making distclean in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' rm -f Makefile make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' Making distclean in . make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' rm -rf .libs _libs rm -f *.lo rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' rm -f Makefile make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' Making distclean in . make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' rm -rf .libs _libs rm -f *.lo rm -f test -z "libtool-disable-static" || rm -f libtool-disable-static rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' rm -f config.status config.cache config.log configure.lineno configure.status.lineno rm -f Makefile make[2]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for armv5b-softfloat-linux-strip... no checking for strip... strip checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-unknown-linux-gnu checking host system type... armv5b-softfloat-linux-gnu checking for style of include used by make... GNU checking for armv5b-softfloat-linux-gcc... /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc accepts -g... yes checking for /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc option to accept ANSI C... none needed checking dependency style of /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc... gcc3 checking for ld used by GCC... /data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld checking if the linker (/data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld) is GNU ld... yes checking for /data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib ) checking command to parse nm output... ok checking how to run the C preprocessor... /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for armv5b-softfloat-linux-file... no checking for file... /usr/bin/file checking for armv5b-softfloat-linux-ranlib... no checking for ranlib... ranlib checking for armv5b-softfloat-linux-strip... strip checking for objdir... .libs checking for /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc option to produce PIC... -fPIC checking if /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc PIC flag -fPIC works... yes checking if /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc static flag -static works... yes checking if /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc supports -c -o file.o... yes checking if /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc supports -c -o file.lo... yes checking if /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc supports -fno-rtti -fno-exceptions... no checking whether the linker (/data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for armv5b-softfloat-linux-g++... /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ accepts -g... yes checking dependency style of /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for socklen_t... yes checking for getopt_long... yes checking for Ogg... cross compiling; assumed OK... yes checking for xmms-config... no checking for XMMS - version >= 0.9.5.1... no *** The xmms-config script installed by XMMS could not be found. *** If XMMS was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the XMMS_CONFIG environment variable to the *** full path to xmms-config. configure: WARNING: *** XMMS >= 0.9.5.1 not installed - xmms support will not be built checking for ld used by GCC... /data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld checking if the linker (/data/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/armv5b-softfloat-linux/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for doxygen... no checking for docbook-to-man... no checking for docbook2man... no checking for nasm... no checking for as... as checking for gas... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libFLAC/Makefile config.status: creating src/libFLAC/ia32/Makefile config.status: creating src/libFLAC/ppc/Makefile config.status: creating src/libFLAC/ppc/as/Makefile config.status: creating src/libFLAC/ppc/gas/Makefile config.status: creating src/libFLAC/include/Makefile config.status: creating src/libFLAC/include/private/Makefile config.status: creating src/libFLAC/include/protected/Makefile config.status: creating src/libFLAC++/Makefile config.status: creating src/libOggFLAC/Makefile config.status: creating src/libOggFLAC/include/Makefile config.status: creating src/libOggFLAC/include/private/Makefile config.status: creating src/libOggFLAC/include/protected/Makefile config.status: creating src/libOggFLAC++/Makefile config.status: creating src/flac/Makefile config.status: creating src/metaflac/Makefile config.status: creating src/monkeys_audio_utilities/Makefile config.status: creating src/monkeys_audio_utilities/flac_mac/Makefile config.status: creating src/monkeys_audio_utilities/flac_ren/Makefile config.status: creating src/plugin_common/Makefile config.status: creating src/plugin_winamp2/Makefile config.status: creating src/plugin_winamp2/include/Makefile config.status: creating src/plugin_winamp2/include/winamp2/Makefile config.status: creating src/plugin_xmms/Makefile config.status: creating src/share/Makefile config.status: creating src/share/getopt/Makefile config.status: creating src/share/grabbag/Makefile config.status: creating src/share/replaygain_analysis/Makefile config.status: creating src/share/replaygain_synthesis/Makefile config.status: creating src/share/replaygain_synthesis/include/Makefile config.status: creating src/share/replaygain_synthesis/include/private/Makefile config.status: creating src/share/utf8/Makefile config.status: creating src/test_grabbag/Makefile config.status: creating src/test_grabbag/cuesheet/Makefile config.status: creating src/test_libFLAC/Makefile config.status: creating src/test_libFLAC++/Makefile config.status: creating src/test_libOggFLAC/Makefile config.status: creating src/test_libOggFLAC++/Makefile config.status: creating src/test_seeking/Makefile config.status: creating src/test_streams/Makefile config.status: creating include/Makefile config.status: creating include/FLAC/Makefile config.status: creating include/FLAC++/Makefile config.status: creating include/OggFLAC/Makefile config.status: creating include/OggFLAC++/Makefile config.status: creating include/share/Makefile config.status: creating include/share/grabbag/Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/html/images/Makefile config.status: creating doc/html/ru/Makefile config.status: creating man/Makefile config.status: creating test/Makefile config.status: creating test/cuesheets/Makefile config.status: creating build/Makefile config.status: creating obj/Makefile config.status: creating obj/debug/Makefile config.status: creating obj/debug/bin/Makefile config.status: creating obj/debug/lib/Makefile config.status: creating obj/release/Makefile config.status: creating obj/release/bin/Makefile config.status: creating obj/release/lib/Makefile config.status: creating flac.pbproj/Makefile config.status: creating config.h config.status: executing depfiles commands make[2]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' make all-recursive make[3]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2' Making all in doc make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' Making all in . make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' Making all in html make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' Making all in ru make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/ru' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/ru' Making all in images make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/images' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html/images' make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc/html' make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/doc' Making all in include make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' Making all in FLAC make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC' Making all in FLAC++ make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC++' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/FLAC++' Making all in OggFLAC make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC' Making all in OggFLAC++ make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC++' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/OggFLAC++' Making all in share make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' Making all in grabbag make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share/grabbag' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share/grabbag' make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include/share' make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/include' Making all in man make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/man' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/man' Making all in src make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src' Making all in libFLAC make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' Making all in include make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' Making all in private make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/private' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/private' Making all in protected make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/protected' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include/protected' make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC/include' Making all in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitbuffer.lo -MD -MP -MF ".deps/bitbuffer.Tpo" -c -o bitbuffer.lo bitbuffer.c; \ then mv -f ".deps/bitbuffer.Tpo" ".deps/bitbuffer.Plo"; else rm -f ".deps/bitbuffer.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.Tpo -c bitbuffer.c -o bitbuffer.o bitbuffer.c: In function `FLAC__bitbuffer_write_raw_int32': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:700: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_raw_uint32_little_endian': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:786: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:788: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:790: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:792: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_byte_block': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:804: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_unary_unsigned': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:814: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:820: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_rice_signed': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1058: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1066: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_utf8_uint32': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1258: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1261: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1262: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1265: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1266: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1267: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1270: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1271: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1272: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1273: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1276: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1277: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1278: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1279: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1280: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1283: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1284: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1285: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1286: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1287: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1288: warning: called from here bitbuffer.c: In function `FLAC__bitbuffer_write_utf8_uint64': bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1304: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1307: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1308: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1311: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1312: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1313: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1316: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1317: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1318: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1319: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1322: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1323: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1324: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1325: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1326: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1329: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1330: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1331: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1332: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1333: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1334: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1337: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1338: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1339: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1340: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1341: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1342: warning: called from here bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached bitbuffer.c:1343: warning: called from here if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitmath.lo -MD -MP -MF ".deps/bitmath.Tpo" -c -o bitmath.lo bitmath.c; \ then mv -f ".deps/bitmath.Tpo" ".deps/bitmath.Plo"; else rm -f ".deps/bitmath.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitmath.lo -MD -MP -MF .deps/bitmath.Tpo -c bitmath.c -o bitmath.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT cpu.lo -MD -MP -MF ".deps/cpu.Tpo" -c -o cpu.lo cpu.c; \ then mv -f ".deps/cpu.Tpo" ".deps/cpu.Plo"; else rm -f ".deps/cpu.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT cpu.lo -MD -MP -MF .deps/cpu.Tpo -c cpu.c -o cpu.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT crc.lo -MD -MP -MF ".deps/crc.Tpo" -c -o crc.lo crc.c; \ then mv -f ".deps/crc.Tpo" ".deps/crc.Plo"; else rm -f ".deps/crc.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF ".deps/file_decoder.Tpo" -c -o file_decoder.lo file_decoder.c; \ then mv -f ".deps/file_decoder.Tpo" ".deps/file_decoder.Plo"; else rm -f ".deps/file_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF .deps/file_decoder.Tpo -c file_decoder.c -o file_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF ".deps/file_encoder.Tpo" -c -o file_encoder.lo file_encoder.c; \ then mv -f ".deps/file_encoder.Tpo" ".deps/file_encoder.Plo"; else rm -f ".deps/file_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF .deps/file_encoder.Tpo -c file_encoder.c -o file_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT fixed.lo -MD -MP -MF ".deps/fixed.Tpo" -c -o fixed.lo fixed.c; \ then mv -f ".deps/fixed.Tpo" ".deps/fixed.Plo"; else rm -f ".deps/fixed.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c fixed.c -o fixed.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT float.lo -MD -MP -MF ".deps/float.Tpo" -c -o float.lo float.c; \ then mv -f ".deps/float.Tpo" ".deps/float.Plo"; else rm -f ".deps/float.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT float.lo -MD -MP -MF .deps/float.Tpo -c float.c -o float.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT format.lo -MD -MP -MF ".deps/format.Tpo" -c -o format.lo format.c; \ then mv -f ".deps/format.Tpo" ".deps/format.Plo"; else rm -f ".deps/format.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT lpc.lo -MD -MP -MF ".deps/lpc.Tpo" -c -o lpc.lo lpc.c; \ then mv -f ".deps/lpc.Tpo" ".deps/lpc.Plo"; else rm -f ".deps/lpc.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o md5.c: In function `FLAC__MD5Update': md5.c:63: warning: inlining failed in call to 'FLAC__MD5Transform': --param max-inline-insns-single limit reached md5.c:207: warning: called from here md5.c:63: warning: inlining failed in call to 'FLAC__MD5Transform': --param max-inline-insns-single limit reached md5.c:215: warning: called from here md5.c: In function `FLAC__MD5Final': md5.c:63: warning: inlining failed in call to 'FLAC__MD5Transform': --param max-inline-insns-single limit reached md5.c:295: warning: called from here md5.c:63: warning: inlining failed in call to 'FLAC__MD5Transform': --param max-inline-insns-single limit reached md5.c:305: warning: called from here if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT memory.lo -MD -MP -MF ".deps/memory.Tpo" -c -o memory.lo memory.c; \ then mv -f ".deps/memory.Tpo" ".deps/memory.Plo"; else rm -f ".deps/memory.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -o memory.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata_iterators.lo -MD -MP -MF ".deps/metadata_iterators.Tpo" -c -o metadata_iterators.lo metadata_iterators.c; \ then mv -f ".deps/metadata_iterators.Tpo" ".deps/metadata_iterators.Plo"; else rm -f ".deps/metadata_iterators.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata_iterators.lo -MD -MP -MF .deps/metadata_iterators.Tpo -c metadata_iterators.c -o metadata_iterators.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata_object.lo -MD -MP -MF ".deps/metadata_object.Tpo" -c -o metadata_object.lo metadata_object.c; \ then mv -f ".deps/metadata_object.Tpo" ".deps/metadata_object.Plo"; else rm -f ".deps/metadata_object.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata_object.lo -MD -MP -MF .deps/metadata_object.Tpo -c metadata_object.c -o metadata_object.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_decoder.lo -MD -MP -MF ".deps/seekable_stream_decoder.Tpo" -c -o seekable_stream_decoder.lo seekable_stream_decoder.c; \ then mv -f ".deps/seekable_stream_decoder.Tpo" ".deps/seekable_stream_decoder.Plo"; else rm -f ".deps/seekable_stream_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_decoder.lo -MD -MP -MF .deps/seekable_stream_decoder.Tpo -c seekable_stream_decoder.c -o seekable_stream_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_encoder.lo -MD -MP -MF ".deps/seekable_stream_encoder.Tpo" -c -o seekable_stream_encoder.lo seekable_stream_encoder.c; \ then mv -f ".deps/seekable_stream_encoder.Tpo" ".deps/seekable_stream_encoder.Plo"; else rm -f ".deps/seekable_stream_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_encoder.lo -MD -MP -MF .deps/seekable_stream_encoder.Tpo -c seekable_stream_encoder.c -o seekable_stream_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_decoder.lo -MD -MP -MF ".deps/stream_decoder.Tpo" -c -o stream_decoder.lo stream_decoder.c; \ then mv -f ".deps/stream_decoder.Tpo" ".deps/stream_decoder.Plo"; else rm -f ".deps/stream_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_decoder.lo -MD -MP -MF .deps/stream_decoder.Tpo -c stream_decoder.c -o stream_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder.lo -MD -MP -MF ".deps/stream_encoder.Tpo" -c -o stream_encoder.lo stream_encoder.c; \ then mv -f ".deps/stream_encoder.Tpo" ".deps/stream_encoder.Plo"; else rm -f ".deps/stream_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder.lo -MD -MP -MF .deps/stream_encoder.Tpo -c stream_encoder.c -o stream_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder_framing.lo -MD -MP -MF ".deps/stream_encoder_framing.Tpo" -c -o stream_encoder_framing.lo stream_encoder_framing.c; \ then mv -f ".deps/stream_encoder_framing.Tpo" ".deps/stream_encoder_framing.Plo"; else rm -f ".deps/stream_encoder_framing.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder_framing.lo -MD -MP -MF .deps/stream_encoder_framing.Tpo -c stream_encoder_framing.c -o stream_encoder_framing.o /bin/sh ../../libtool --mode=link /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -lpthread -o libFLAC.la -rpath /usr/local/lib -version-info 7:0:0 -lm bitbuffer.lo bitmath.lo cpu.lo crc.lo file_decoder.lo file_encoder.lo fixed.lo float.lo format.lo lpc.lo md5.lo memory.lo metadata_iterators.lo metadata_object.lo seekable_stream_decoder.lo seekable_stream_encoder.lo stream_decoder.lo stream_encoder.lo stream_encoder_framing.lo mkdir .libs ../../libtool: line 5352: test: : integer expression expected ../../libtool: line 5352: test: : integer expression expected using piecewise archive linking... ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ar cru .libs/libFLAC.a bitbuffer.o : .libs/libFLAC.a ar cru .libs/libFLAC.a bitmath.o : .libs/libFLAC.a ar cru .libs/libFLAC.a cpu.o : .libs/libFLAC.a ar cru .libs/libFLAC.a crc.o : .libs/libFLAC.a ar cru .libs/libFLAC.a file_decoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a file_encoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a fixed.o : .libs/libFLAC.a ar cru .libs/libFLAC.a float.o : .libs/libFLAC.a ar cru .libs/libFLAC.a format.o : .libs/libFLAC.a ar cru .libs/libFLAC.a lpc.o : .libs/libFLAC.a ar cru .libs/libFLAC.a md5.o : .libs/libFLAC.a ar cru .libs/libFLAC.a memory.o : .libs/libFLAC.a ar cru .libs/libFLAC.a metadata_iterators.o : .libs/libFLAC.a ar cru .libs/libFLAC.a metadata_object.o : .libs/libFLAC.a ar cru .libs/libFLAC.a seekable_stream_decoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a seekable_stream_encoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a stream_decoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a stream_encoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a stream_encoder_framing.o ranlib .libs/libFLAC.a creating libFLAC.la (cd .libs && rm -f libFLAC.la && ln -s ../libFLAC.la libFLAC.la) make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC' Making all in libFLAC++ make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC++' if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF ".deps/file_decoder.Tpo" -c -o file_decoder.lo file_decoder.cpp; \ then mv -f ".deps/file_decoder.Tpo" ".deps/file_decoder.Plo"; else rm -f ".deps/file_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF .deps/file_decoder.Tpo -c file_decoder.cpp -o file_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF ".deps/file_encoder.Tpo" -c -o file_encoder.lo file_encoder.cpp; \ then mv -f ".deps/file_encoder.Tpo" ".deps/file_encoder.Plo"; else rm -f ".deps/file_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF .deps/file_encoder.Tpo -c file_encoder.cpp -o file_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata.lo -MD -MP -MF ".deps/metadata.Tpo" -c -o metadata.lo metadata.cpp; \ then mv -f ".deps/metadata.Tpo" ".deps/metadata.Plo"; else rm -f ".deps/metadata.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT metadata.lo -MD -MP -MF .deps/metadata.Tpo -c metadata.cpp -o metadata.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_decoder.lo -MD -MP -MF ".deps/seekable_stream_decoder.Tpo" -c -o seekable_stream_decoder.lo seekable_stream_decoder.cpp; \ then mv -f ".deps/seekable_stream_decoder.Tpo" ".deps/seekable_stream_decoder.Plo"; else rm -f ".deps/seekable_stream_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_decoder.lo -MD -MP -MF .deps/seekable_stream_decoder.Tpo -c seekable_stream_decoder.cpp -o seekable_stream_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_encoder.lo -MD -MP -MF ".deps/seekable_stream_encoder.Tpo" -c -o seekable_stream_encoder.lo seekable_stream_encoder.cpp; \ then mv -f ".deps/seekable_stream_encoder.Tpo" ".deps/seekable_stream_encoder.Plo"; else rm -f ".deps/seekable_stream_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_encoder.lo -MD -MP -MF .deps/seekable_stream_encoder.Tpo -c seekable_stream_encoder.cpp -o seekable_stream_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_decoder.lo -MD -MP -MF ".deps/stream_decoder.Tpo" -c -o stream_decoder.lo stream_decoder.cpp; \ then mv -f ".deps/stream_decoder.Tpo" ".deps/stream_decoder.Plo"; else rm -f ".deps/stream_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_decoder.lo -MD -MP -MF .deps/stream_decoder.Tpo -c stream_decoder.cpp -o stream_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder.lo -MD -MP -MF ".deps/stream_encoder.Tpo" -c -o stream_encoder.lo stream_encoder.cpp; \ then mv -f ".deps/stream_encoder.Tpo" ".deps/stream_encoder.Plo"; else rm -f ".deps/stream_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder.lo -MD -MP -MF .deps/stream_encoder.Tpo -c stream_encoder.cpp -o stream_encoder.o /bin/sh ../../libtool --mode=link /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-g++ -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -lpthread -o libFLAC++.la -rpath /usr/local/lib -version-info 5:0:0 file_decoder.lo file_encoder.lo metadata.lo seekable_stream_decoder.lo seekable_stream_encoder.lo stream_decoder.lo stream_encoder.lo ../libFLAC/libFLAC.la mkdir .libs ../../libtool: line 5352: test: : integer expression expected ../../libtool: line 5352: test: : integer expression expected using piecewise archive linking... ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ar cru .libs/libFLAC++.a file_decoder.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a file_encoder.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a metadata.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a seekable_stream_decoder.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a seekable_stream_encoder.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a stream_decoder.o : .libs/libFLAC++.a ar cru .libs/libFLAC++.a stream_encoder.o ranlib .libs/libFLAC++.a creating libFLAC++.la (cd .libs && rm -f libFLAC++.la && ln -s ../libFLAC++.la libFLAC++.la) make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libFLAC++' Making all in libOggFLAC make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' Making all in include make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' Making all in private make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/private' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/private' Making all in protected make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/protected' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include/protected' make[7]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' make[6]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC/include' Making all in . make[6]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/libOggFLAC' if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF ".deps/file_decoder.Tpo" -c -o file_decoder.lo file_decoder.c; \ then mv -f ".deps/file_decoder.Tpo" ".deps/file_decoder.Plo"; else rm -f ".deps/file_decoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF .deps/file_decoder.Tpo -c file_decoder.c -o file_decoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF ".deps/file_encoder.Tpo" -c -o file_encoder.lo file_encoder.c; \ then mv -f ".deps/file_encoder.Tpo" ".deps/file_encoder.Plo"; else rm -f ".deps/file_encoder.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_encoder.lo -MD -MP -MF .deps/file_encoder.Tpo -c file_encoder.c -o file_encoder.o if /bin/sh ../../libtool --mode=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT ogg_decoder_aspect.lo -MD -MP -MF ".deps/ogg_decoder_aspect.Tpo" -c -o ogg_decoder_aspect.lo ogg_decoder_aspect.c; \ then mv -f ".deps/ogg_decoder_aspect.Tpo" ".deps/ogg_decoder_aspect.Plo"; else rm -f ".deps/ogg_decoder_aspect.Tpo"; exit 1; fi /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Ino/include -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT ogg_decoder_aspect.lo -MD -MP -MF .deps/ogg_decoder_aspect.Tpo -c ogg_decoder_aspect.c -o ogg_decoder_aspect.o In file included from ogg_decoder_aspect.c:34: ./include/private/ogg_decoder_aspect.h:35:21: ogg/ogg.h: No such file or directory In file included from ogg_decoder_aspect.c:34: ./include/private/ogg_decoder_aspect.h:46: error: parse error before "ogg_stream_state" ./include/private/ogg_decoder_aspect.h:46: warning: no semicolon at end of struct or union ./include/private/ogg_decoder_aspect.h:47: warning: type defaults to `int' in declaration of `sync_state' ./include/private/ogg_decoder_aspect.h:47: warning: data definition has no type or storage class ./include/private/ogg_decoder_aspect.h:52: error: parse error before "working_page" ./include/private/ogg_decoder_aspect.h:52: warning: type defaults to `int' in declaration of `working_page' ./include/private/ogg_decoder_aspect.h:52: warning: data definition has no type or storage class ./include/private/ogg_decoder_aspect.h:54: error: parse error before "working_packet" ./include/private/ogg_decoder_aspect.h:54: warning: type defaults to `int' in declaration of `working_packet' ./include/private/ogg_decoder_aspect.h:54: warning: data definition has no type or storage class ./include/private/ogg_decoder_aspect.h:55: warning: type defaults to `int' in declaration of `OggFLAC__OggDecoderAspect' ./include/private/ogg_decoder_aspect.h:55: warning: data definition has no type or storage class ./include/private/ogg_decoder_aspect.h:57: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:58: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:59: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:60: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:61: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:62: error: parse error before '*' token ./include/private/ogg_decoder_aspect.h:77: error: parse error before '*' token ogg_decoder_aspect.c:48: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_init': ogg_decoder_aspect.c:51: warning: implicit declaration of function `ogg_stream_init' ogg_decoder_aspect.c:51: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c:51: error: (Each undeclared identifier is reported only once ogg_decoder_aspect.c:51: error: for each function it appears in.) ogg_decoder_aspect.c:54: warning: implicit declaration of function `ogg_sync_init' ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:68: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_finish': ogg_decoder_aspect.c:70: warning: implicit declaration of function `ogg_sync_clear' ogg_decoder_aspect.c:70: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c:71: warning: implicit declaration of function `ogg_stream_clear' ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:74: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_set_serial_number': ogg_decoder_aspect.c:76: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c:77: error: `value' undeclared (first use in this function) ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:80: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_set_defaults': ogg_decoder_aspect.c:82: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:85: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_flush': ogg_decoder_aspect.c:87: warning: implicit declaration of function `ogg_stream_reset' ogg_decoder_aspect.c:87: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c:88: warning: implicit declaration of function `ogg_sync_reset' ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:93: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_reset': ogg_decoder_aspect.c:95: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c: At top level: ogg_decoder_aspect.c:101: error: parse error before '*' token ogg_decoder_aspect.c: In function `OggFLAC__ogg_decoder_aspect_read_callback_wrapper': ogg_decoder_aspect.c:104: error: `bytes' undeclared (first use in this function) ogg_decoder_aspect.c:133: error: `aspect' undeclared (first use in this function) ogg_decoder_aspect.c:140: error: `buffer' undeclared (first use in this function) ogg_decoder_aspect.c:156: warning: implicit declaration of function `ogg_stream_packetout' ogg_decoder_aspect.c:194: warning: implicit declaration of function `ogg_sync_pageout' ogg_decoder_aspect.c:198: warning: implicit declaration of function `ogg_page_serialno' ogg_decoder_aspect.c:201: warning: implicit declaration of function `ogg_stream_pagein' ogg_decoder_aspect.c:210: warning: implicit declaration of function `ogg_sync_buffer' ogg_decoder_aspect.c:210: warning: initialization makes pointer from integer without a cast ogg_decoder_aspect.c:218: warning: implicit declaration of function `read_callback' ogg_decoder_aspect.c:218: error: `decoder' undeclared (first use in this function) ogg_decoder_aspect.c:218: error: `client_data' undeclared (first use in this function) ogg_decoder_aspect.c:230: warning: implicit declaration of function `ogg_sync_wrote' make[6]: *** [ogg_decoder_aspect.lo] Error 1
Josh Coalson
2007-Oct-18 17:19 UTC
Fwd: Re: [Flac-dev] FLAC for "ARM little endian for glibc"
--- bastian block <bastian.block@gmx.de> wrote:> On Thursday 04 October 2007 04:27:47 you wrote: > > Sir, you need to provide more information. What kind of errors? > What > > is not 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=-lpthread --without-XMMS --without-ogg ; make) > > Although I did not get any errors here, the target is not compilable, > see > attachment. > It seems that I could not get rid of dependencies from ogg and other > libraries. > Is there any standadized way for cross-compiling FLAC standalone?for no ogg, you need --disable-ogg, try ./configure --help to see all options __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com