Hi all I am trying to compile the gstremer port given by TI on, http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=3100 gstreamer_opensource_080117.tar.gz and gstreamer_tibuild_080128.tar.gz, <http://focus.ti.com/en/download/dsp/gstreamer_tibuild_080128.tar.gz>But i am getting compilation error in LIBXML2-2.6.16 package
I made some change in the make_opensource.sh for open source as per given instruction in http://linux.omap.com/pipermail/davinci-linux-open-source/2008-January/005011.html like ( # glib_cv_stack_grows=no glib_cv_uscore=no ac_cv_func_posix_getpwuid_r=yes ./configure <extra parameters> ). After doing those change i am able the compile the GLIB-2.12.4 . but i am face problem in othere component . MY configuration for the GLIB-2.12.4 is : CC=arm_v5t_le-gcc glib_cv_stack_grows=no glib_cv_uscore=no ac_cv_func_posix_getpwuid_r=yes glib_cv_monotonic_clock=no ./configure --build=i686-linux --host=arm-linux --prefix=$GSTREAMER_DIR --cache-file=config.cache My error log is this : ************************************************* Building LIBXML2-2.6.16 ************************************************* /home/workspace/dvevm/gstreamer/opensource_build I am in following directory /home/workspace/dvevm/gstreamer/opensource_build/libxml2-2.6.16 checking build system type... i686-pc-linux-gnu checking host system type... arm-unknown-linux-gnu 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 arm-linux-strip... no checking for strip... strip checking for arm-linux-gcc... arm_v5t_le-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 arm_v5t_le-gcc accepts -g... yes checking for arm_v5t_le-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of arm_v5t_le-gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... arm_v5t_le-gcc -E checking for rm... /bin/rm checking for mv... /bin/mv checking for tar... /bin/tar checking for perl... /usr/bin/perl checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for function prototypes... yes 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 for string.h... (cached) yes checking for a sed that does not truncate output... /bin/sed checking for ld used by arm_v5t_le-gcc... /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld checking if the linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) is GNU ld... yes checking for /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for arm-linux-g++... no checking for arm-linux-c++... no checking for arm-linux-gpp... no checking for arm-linux-aCC... no checking for arm-linux-CC... no checking for arm-linux-cxx... no checking for arm-linux-cc++... no checking for arm-linux-cl... no checking for arm-linux-FCC... no checking for arm-linux-KCC... no checking for arm-linux-RCC... no checking for arm-linux-xlC_r... no checking for arm-linux-xlC... no checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make: *** No rule to make target `clean'. Stop. make: *** No rule to make target `install'. Stop Can any one please help, thanks in advance .my make_opensource.sh is attached with this mail. thanks and regards Robin Singh
make_opensource.sh
Description: Bourne shell script
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
