compiling neutrinohd2 for mipsel set top boxes

plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#331

Beitrag von plux7887 »

Beim 2. Log, hab ich direkt auf der gigablue kompiliert.
Fehlt mir da bei der build umgebung noch ein programm?
Ich hab das einfach mit
./autogen
./configure
make
make install

gebaut und es kamen keine Fehlermeldungen.
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13409
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 659 Mal
Danksagung erhalten: 1364 Mal
Kontaktdaten:

Re: compiling neutrinohd2 for mipsel set top boxes

#332

Beitrag von BPanther »

Du kannst versuchen, bei configure noch den Parameter zu setzen für prefix, dann sollte die Variable auch einen Wert haben. Da tagetprefix=prefix ist, sollte es mit

./configure --with-targetprefix=/usr/local

funktionieren.

Alternativ kann man auch sämtliche Pfade ebenfalls bei configure angeben, so wie es beim git gemacht wird. Das sollte dann auf jeden Fall funktionieren.
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM8000, 1x DM800
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#333

Beitrag von plux7887 »

Hab das jetzt mal mit dem
./configure --with-targetprefix=/usr/local

probiert.

Gleiches Ergebnis mit dem prefix im Pfad.

Kann es sein, dass da ein Fehler im Makefile oder in den configure Files ist?
Benutzeravatar
mohousch
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 1049
Registriert: Di 18. Sep 2012, 20:21
Hat sich bedankt: 32 Mal
Danksagung erhalten: 116 Mal

Re: compiling neutrinohd2 for mipsel set top boxes

#334

Beitrag von mohousch »

bleiben wir erstmal bei deinem ersten Posting (auf PC kompilieren ) das Video oder Audi Problem ist mir Bekannt auch bei vorigen openembeded Versionen als wir das mit openpli auf die Dreams getestet haben sprich das hängt mit Treiber zusammen, den live Playback macht Neutrino in der Reihenfolge ein klein Bisschen als Enigma denn habe ich ein ähnliches da gebaut und die verschiedene Boxen waren zufrieden auf die Gigablue.
bin gerade nicht am PC schau mal in zapit.cpp startplayback () da muss ein if Def sein wo da Video gefrezzt oder gestoppt denn wieder gestartet.

Und nochmal zur GST lassen sich Media abspielen?

zu dein Bild Problem auf die Box wie Bpanther drauf hingewiesen hat da muss in der configure noch was fehlen schau mal in dem generirten config.log auf die Box worauf Preis hinweist.

Edit:
Zeile 3508 kannst da was auskommentieren beide oder einfach damit spielen

das bauen auf die Box:
Das configure muss noch erweitert werden schau dir das Makefile im erst posting
plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#335

Beitrag von plux7887 »

Hallo mohousch,

hier das config.log

Code: Alles auswählen

cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by neutrinoHD2 configure 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-targetprefix=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = gbquadplus
uname -m = mips
uname -r = 3.14.2
uname -s = Linux
uname -v = #1 SMP Fri Aug 7 05:27:04 CEST 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2706: checking for a BSD-compatible install
configure:2774: result: /usr/bin/install -c
configure:2785: checking whether build environment is sane
configure:2840: result: yes
configure:2991: checking for a thread-safe mkdir -p
configure:3030: result: /bin/mkdir -p
configure:3037: checking for gawk
configure:3053: found /usr/bin/gawk
configure:3064: result: gawk
configure:3075: checking whether make sets $(MAKE)
configure:3097: result: yes
configure:3126: checking whether make supports nested variables
configure:3143: result: yes
configure:3283: checking for style of include used by make
configure:3311: result: GNU
configure:3382: checking for gcc
configure:3398: found /usr/bin/gcc
configure:3409: result: gcc
configure:3638: checking for C compiler version
configure:3647: gcc --version >&5
gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3658: $? = 0
configure:3647: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:3658: $? = 0
configure:3647: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3658: $? = 1
configure:3647: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3658: $? = 1
configure:3678: checking whether the C compiler works
configure:3700: gcc    conftest.c  >&5
configure:3704: $? = 0
configure:3752: result: yes
configure:3755: checking for C compiler default output file name
configure:3757: result: a.out
configure:3763: checking for suffix of executables
configure:3770: gcc -o conftest    conftest.c  >&5
configure:3774: $? = 0
configure:3796: result: 
configure:3818: checking whether we are cross compiling
configure:3826: gcc -o conftest    conftest.c  >&5
configure:3830: $? = 0
configure:3837: ./conftest
configure:3841: $? = 0
configure:3856: result: no
configure:3861: checking for suffix of object files
configure:3883: gcc -c   conftest.c >&5
configure:3887: $? = 0
configure:3908: result: o
configure:3912: checking whether we are using the GNU C compiler
configure:3931: gcc -c   conftest.c >&5
configure:3931: $? = 0
configure:3940: result: yes
configure:3949: checking whether gcc accepts -g
configure:3969: gcc -c -g  conftest.c >&5
configure:3969: $? = 0
configure:4010: result: yes
configure:4027: checking for gcc option to accept ISO C89
configure:4090: gcc  -c -g -O2  conftest.c >&5
configure:4090: $? = 0
configure:4103: result: none needed
configure:4128: checking whether gcc understands -c and -o together
configure:4150: gcc -c conftest.c -o conftest2.o
configure:4153: $? = 0
configure:4150: gcc -c conftest.c -o conftest2.o
configure:4153: $? = 0
configure:4165: result: yes
configure:4184: checking dependency style of gcc
configure:4295: result: gcc3
configure:4315: checking build system type
configure:4329: result: mipsel-unknown-linux-gnu
configure:4349: checking host system type
configure:4362: result: mipsel-unknown-linux-gnu
configure:4386: checking whether to enable maintainer-specific portions of Makefiles
configure:4395: result: no
configure:4419: checking for special C compiler options needed for large files
configure:4464: result: no
configure:4470: checking for _FILE_OFFSET_BITS value needed for large files
configure:4495: gcc -c -g -O2  conftest.c >&5
conftest.c:18:3: warning: left shift count >= width of type
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   ^
conftest.c:18:3: warning: left shift count >= width of type
conftest.c:19:10: warning: left shift count >= width of type
          && LARGE_OFF_T % 2147483647 == 1)
          ^
conftest.c:19:10: warning: left shift count >= width of type
conftest.c:18:7: error: variably modified 'off_t_is_large' at file scope
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
       ^
configure:4495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                      && LARGE_OFF_T % 2147483647 == 1)
|                     ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4519: gcc -c -g -O2  conftest.c >&5
configure:4519: $? = 0
configure:4527: result: 64
configure:4647: checking target
configure:4651: result: native
configure:4951: checking for pkg-config
configure:4969: found /usr/bin/pkg-config
configure:4982: result: /usr/bin/pkg-config
configure:4999: checking how to run the C preprocessor
configure:5030: gcc -E  conftest.c
configure:5030: $? = 0
configure:5044: gcc -E  conftest.c
conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5069: result: gcc -E
configure:5089: gcc -E  conftest.c
configure:5089: $? = 0
configure:5103: gcc -E  conftest.c
conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5103: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5132: checking for egrep
configure:5142: result: grep -E
configure:5147: checking for ANSI C header files
configure:5167: gcc -c -g -O2  conftest.c >&5
configure:5167: $? = 0
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
configure:5240: $? = 0
configure:5240: ./conftest
configure:5240: $? = 0
configure:5251: result: yes
configure:5264: checking for sys/types.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for sys/stat.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for stdlib.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for string.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for memory.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for strings.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for inttypes.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for stdint.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for unistd.h
configure:5264: gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5292: checking ost/dmx.h usability
configure:5292: gcc -c -g -O2  conftest.c >&5
conftest.c:64:21: fatal error: ost/dmx.h: No such file or directory
 #include <ost/dmx.h>
                     ^
compilation terminated.
configure:5292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ost/dmx.h>
configure:5292: result: no
configure:5292: checking ost/dmx.h presence
configure:5292: gcc -E  conftest.c
conftest.c:31:21: fatal error: ost/dmx.h: No such file or directory
 #include <ost/dmx.h>
                     ^
compilation terminated.
configure:5292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <ost/dmx.h>
configure:5292: result: no
configure:5292: checking for ost/dmx.h
configure:5292: result: no
configure:5310: checking linux/dvb/version.h usability
configure:5310: gcc -c -g -O2  conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking linux/dvb/version.h presence
configure:5310: gcc -E  conftest.c
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for linux/dvb/version.h
configure:5310: result: yes
configure:5328: found dvb version 5
configure:6905: checking for gcc
configure:6932: result: gcc
configure:7161: checking for C compiler version
configure:7170: gcc --version >&5
gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7181: $? = 0
configure:7170: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:7181: $? = 0
configure:7170: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:7181: $? = 1
configure:7170: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:7181: $? = 1
configure:7185: checking whether we are using the GNU C compiler
configure:7213: result: yes
configure:7222: checking whether gcc accepts -g
configure:7283: result: yes
configure:7300: checking for gcc option to accept ISO C89
configure:7376: result: none needed
configure:7401: checking whether gcc understands -c and -o together
configure:7438: result: yes
configure:7457: checking dependency style of gcc
configure:7568: result: gcc3
configure:7641: checking for g++
configure:7657: found /usr/bin/g++
configure:7668: result: g++
configure:7695: checking for C++ compiler version
configure:7704: g++ --version >&5
g++ (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7715: $? = 0
configure:7704: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:7715: $? = 0
configure:7704: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7715: $? = 1
configure:7704: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7715: $? = 1
configure:7719: checking whether we are using the GNU C++ compiler
configure:7738: g++ -c   conftest.cpp >&5
configure:7738: $? = 0
configure:7747: result: yes
configure:7756: checking whether g++ accepts -g
configure:7776: g++ -c -g  conftest.cpp >&5
configure:7776: $? = 0
configure:7817: result: yes
configure:7842: checking dependency style of g++
configure:7953: result: gcc3
configure:8045: checking how to print strings
configure:8072: result: printf
configure:8093: checking for a sed that does not truncate output
configure:8157: result: /bin/sed
configure:8175: checking for grep that handles long lines and -e
configure:8233: result: /bin/grep
configure:8238: checking for fgrep
configure:8300: result: /bin/grep -F
configure:8335: checking for ld used by gcc
configure:8402: result: /usr/mipsel-oe-linux/bin/ld
configure:8409: checking if the linker (/usr/mipsel-oe-linux/bin/ld) is GNU ld
configure:8424: result: yes
configure:8436: checking for BSD- or MS-compatible name lister (nm)
configure:8490: result: /usr/bin/nm -B
configure:8620: checking the name lister (/usr/bin/nm -B) interface
configure:8627: gcc -c -g -O2  conftest.c >&5
configure:8630: /usr/bin/nm -B "conftest.o"
configure:8633: output
00000000 B some_variable
configure:8640: result: BSD nm
configure:8643: checking whether ln -s works
configure:8647: result: yes
configure:8655: checking the maximum length of command line arguments
configure:8786: result: 32768
configure:8834: checking how to convert mipsel-unknown-linux-gnu file names to mipsel-unknown-linux-gnu format
configure:8874: result: func_convert_file_noop
configure:8881: checking how to convert mipsel-unknown-linux-gnu file names to toolchain format
configure:8901: result: func_convert_file_noop
configure:8908: checking for /usr/mipsel-oe-linux/bin/ld option to reload object files
configure:8915: result: -r
configure:8989: checking for objdump
configure:9005: found /usr/bin/objdump
configure:9016: result: objdump
configure:9048: checking how to recognize dependent libraries
configure:9248: result: pass_all
configure:9333: checking for dlltool
configure:9363: result: no
configure:9393: checking how to associate runtime and link libraries
configure:9420: result: printf %s\n
configure:9480: checking for ar
configure:9496: found /usr/bin/ar
configure:9507: result: ar
configure:9544: checking for archiver @FILE support
configure:9561: gcc -c -g -O2  conftest.c >&5
configure:9561: $? = 0
configure:9564: ar cru libconftest.a @conftest.lst >&5
configure:9567: $? = 0
configure:9572: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:9575: $? = 1
configure:9587: result: @
configure:9645: checking for strip
configure:9661: found /usr/bin/strip
configure:9672: result: strip
configure:9744: checking for ranlib
configure:9760: found /usr/bin/ranlib
configure:9771: result: ranlib
configure:9873: checking command to parse /usr/bin/nm -B output from gcc object
configure:10026: gcc -c -g -O2  conftest.c >&5
configure:10029: $? = 0
configure:10033: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:10036: $? = 0
configure:10102: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:10105: $? = 0
configure:10143: result: ok
configure:10190: checking for sysroot
configure:10225: result: no
configure:10232: checking for a working dd
configure:10270: result: /bin/dd
configure:10274: checking how to truncate binary pipes
configure:10289: result: /bin/dd bs=4096 count=1
configure:10618: checking for mt
configure:10648: result: no
configure:10668: checking if : is a manifest tool
configure:10674: : '-?'
configure:10682: result: no
configure:11356: checking for dlfcn.h
configure:11356: gcc -c -g -O2  conftest.c >&5
configure:11356: $? = 0
configure:11356: result: yes
configure:11593: checking for objdir
configure:11608: result: .libs
configure:11868: checking if gcc supports -fno-rtti -fno-exceptions
configure:11886: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:11890: $? = 0
configure:11903: result: no
configure:12261: checking for gcc option to produce PIC
configure:12268: result: -fPIC -DPIC
configure:12276: checking if gcc PIC flag -fPIC -DPIC works
configure:12294: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:12298: $? = 0
configure:12311: result: yes
configure:12340: checking if gcc static flag -static works
configure:12368: result: no
configure:12383: checking if gcc supports -c -o file.o
configure:12404: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:12408: $? = 0
configure:12430: result: yes
configure:12438: checking if gcc supports -c -o file.o
configure:12485: result: yes
configure:12518: checking whether the gcc linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:13777: result: yes
configure:13814: checking whether -lc should be explicitly linked in
configure:13822: gcc -c -g -O2  conftest.c >&5
configure:13825: $? = 0
configure:13840: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13843: $? = 0
configure:13857: result: no
configure:14017: checking dynamic linker characteristics
configure:14598: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:14598: $? = 0
configure:14835: result: GNU/Linux ld.so
configure:14957: checking how to hardcode library paths into programs
configure:14982: result: immediate
configure:15530: checking whether stripping libraries is possible
configure:15535: result: yes
configure:15570: checking if libtool supports shared libraries
configure:15572: result: yes
configure:15575: checking whether to build shared libraries
configure:15600: result: yes
configure:15603: checking whether to build static libraries
configure:15607: result: no
configure:15630: checking how to run the C++ preprocessor
configure:15657: g++ -E  conftest.cpp
configure:15657: $? = 0
configure:15671: g++ -E  conftest.cpp
conftest.cpp:37:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LINUX_DVB_VERSION_H 1
| #define HAVE_DVB 1
| #define HAVE_DVB_API_VERSION 5
| #define PLATFORM_GENERIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15696: result: g++ -E
configure:15716: g++ -E  conftest.cpp
configure:15716: $? = 0
configure:15730: g++ -E  conftest.cpp
conftest.cpp:37:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/usr/local/var/tuxbox/config"
| #define DATADIR "${prefix}/share/tuxbox"
| #define FONTDIR "${prefix}/share/fonts"
| #define GAMESDIR "/usr/local/var/tuxbox/games"
| #define PLUGINDIR "/usr/local/var/tuxbox/plugins"
| #define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "${prefix}/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LINUX_DVB_VERSION_H 1
| #define HAVE_DVB 1
| #define HAVE_DVB_API_VERSION 5
| #define PLATFORM_GENERIC 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15892: checking for ld used by g++
configure:15959: result: /usr/mipsel-oe-linux/bin/ld
configure:15966: checking if the linker (/usr/mipsel-oe-linux/bin/ld) is GNU ld
configure:15981: result: yes
configure:16036: checking whether the g++ linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:17109: result: yes
configure:17145: g++ -c -g -O2  conftest.cpp >&5
configure:17148: $? = 0
configure:17629: checking for g++ option to produce PIC
configure:17636: result: -fPIC -DPIC
configure:17644: checking if g++ PIC flag -fPIC -DPIC works
configure:17662: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17666: $? = 0
configure:17679: result: yes
configure:17702: checking if g++ static flag -static works
configure:17730: result: no
configure:17742: checking if g++ supports -c -o file.o
configure:17763: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:17767: $? = 0
configure:17789: result: yes
configure:17794: checking if g++ supports -c -o file.o
configure:17841: result: yes
configure:17871: checking whether the g++ linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:17911: result: yes
configure:18052: checking dynamic linker characteristics
configure:18797: result: GNU/Linux ld.so
configure:18862: checking how to hardcode library paths into programs
configure:18887: result: immediate
configure:18953: checking for curl-config
configure:18971: found /usr/bin/curl-config
configure:18984: result: /usr/bin/curl-config
configure:19011: checking for package freetype2
configure:19014: result: yes
configure:19030: checking for package libid3tag
configure:19038: result: no
configure:19050: checking for package id3tag
configure:19053: result: yes
configure:19070: checking for package libmad
configure:19078: result: no
configure:19090: checking for package mad
configure:19093: result: yes
configure:19110: checking for package libpng
configure:19113: result: yes
configure:19129: checking for package libavcodec
configure:19132: result: yes
configure:19148: checking for package libavutil
configure:19151: result: yes
configure:19167: checking for package libavformat
configure:19170: result: yes
configure:19564: checking that generated files are newer than configure
configure:19570: result: done
configure:20049: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by neutrinoHD2 config.status 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on gbquadplus

config.status:1469: creating Makefile
config.status:1469: creating lib/Makefile
config.status:1469: creating lib/libconfigfile/Makefile
config.status:1469: creating lib/connection/Makefile
config.status:1469: creating lib/libeventserver/Makefile
config.status:1469: creating lib/libmd5sum/Makefile
config.status:1469: creating lib/libnet/Makefile
config.status:1469: creating lib/libxmltree/Makefile
config.status:1469: creating lib/sectionsdclient/Makefile
config.status:1469: creating lib/timerdclient/Makefile
config.status:1469: creating lib/libtuxtxt/Makefile
config.status:1469: creating lib/libdvbsub/Makefile
config.status:1469: creating lib/libupnpclient/Makefile
config.status:1469: creating lib/liblcddisplay/Makefile
config.status:1469: creating lib/libdvbapi/Makefile
config.status:1469: creating lib/libeplayer3/Makefile
config.status:1469: creating lib/jsoncpp/Makefile
config.status:1469: creating src/nhttpd/Makefile
config.status:1469: creating src/nhttpd/web/Makefile
config.status:1469: creating src/nhttpd/web/images/Makefile
config.status:1469: creating src/nhttpd/web/scripts/Makefile
config.status:1469: creating src/nhttpd/web/languages/Makefile
config.status:1469: creating src/nhttpd/tuxboxapi/Makefile
config.status:1469: creating src/nhttpd/yhttpd_core/Makefile
config.status:1469: creating src/nhttpd/yhttpd_mods/Makefile
config.status:1469: creating src/Makefile
config.status:1469: creating src/daemonc/Makefile
config.status:1469: creating src/driver/pictureviewer/Makefile
config.status:1469: creating src/driver/audiodec/Makefile
config.status:1469: creating src/driver/Makefile
config.status:1469: creating src/gui/Makefile
config.status:1469: creating src/gui/bedit/Makefile
config.status:1469: creating src/gui/widget/Makefile
config.status:1469: creating src/system/Makefile
config.status:1469: creating data/Makefile
config.status:1469: creating data/fonts/Makefile
config.status:1469: creating data/icons/Makefile
config.status:1469: creating data/iso-codes/Makefile
config.status:1469: creating data/inetradio/Makefile
config.status:1469: creating data/locale/Makefile
config.status:1469: creating data/config/Makefile
config.status:1469: creating data/lcd/Makefile
config.status:1469: creating data/lcd/icons/Makefile
config.status:1469: creating data/lcd/clock/Makefile
config.status:1469: creating data/themes/Makefile
config.status:1469: creating data/webtv/Makefile
config.status:1469: creating data/scripts/Makefile
config.status:1469: creating src/sectionsd/Makefile
config.status:1469: creating src/timerd/Makefile
config.status:1469: creating src/zapit/Makefile
config.status:1469: creating src/zapit/lib/Makefile
config.status:1469: creating src/zapit/src/Makefile
config.status:1469: creating config.h
config.status:1698: executing depfiles commands
config.status:1698: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=mipsel-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_dvb_version_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ost_dmx_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mipsel-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/mipsel-oe-linux/bin/ld
lt_cv_path_LDCXX=/usr/mipsel-oe-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=32768
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing autoconf'
AUTOHEADER='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing autoheader'
AUTOMAKE='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing automake-1.15'
AVCODEC_CFLAGS=''
AVCODEC_LIBS='-lavcodec'
AVFORMAT_CFLAGS=''
AVFORMAT_LIBS='-lavformat'
AVUTIL_CFLAGS=''
AVUTIL_LIBS='-lavutil'
AWK='gawk'
BOXMODEL=''
BOXMODEL_ATEVIO7000_FALSE=''
BOXMODEL_ATEVIO7000_TRUE='#'
BOXMODEL_ATEVIO700_FALSE=''
BOXMODEL_ATEVIO700_TRUE='#'
BOXMODEL_ATEVIO7500_FALSE=''
BOXMODEL_ATEVIO7500_TRUE='#'
BOXMODEL_ATEVIO7600_FALSE=''
BOXMODEL_ATEVIO7600_TRUE='#'
BOXMODEL_AZBOXHD_FALSE=''
BOXMODEL_AZBOXHD_TRUE='#'
BOXMODEL_AZBOXME_FALSE=''
BOXMODEL_AZBOXME_TRUE='#'
BOXMODEL_AZBOXMINIME_FALSE=''
BOXMODEL_AZBOXMINIME_TRUE='#'
BOXMODEL_CUBEREVO_2000HD_FALSE=''
BOXMODEL_CUBEREVO_2000HD_TRUE='#'
BOXMODEL_CUBEREVO_250HD_FALSE=''
BOXMODEL_CUBEREVO_250HD_TRUE='#'
BOXMODEL_CUBEREVO_9500HD_FALSE=''
BOXMODEL_CUBEREVO_9500HD_TRUE='#'
BOXMODEL_CUBEREVO_FALSE=''
BOXMODEL_CUBEREVO_MINI2_FALSE=''
BOXMODEL_CUBEREVO_MINI2_TRUE='#'
BOXMODEL_CUBEREVO_MINI_FALSE=''
BOXMODEL_CUBEREVO_MINI_FTA_FALSE=''
BOXMODEL_CUBEREVO_MINI_FTA_TRUE='#'
BOXMODEL_CUBEREVO_MINI_TRUE='#'
BOXMODEL_CUBEREVO_TRUE='#'
BOXMODEL_DM500HD_FALSE=''
BOXMODEL_DM500HD_TRUE='#'
BOXMODEL_DM500PLUS_FALSE=''
BOXMODEL_DM500PLUS_TRUE='#'
BOXMODEL_DM500_FALSE=''
BOXMODEL_DM500_TRUE='#'
BOXMODEL_DM56x0_FALSE=''
BOXMODEL_DM56x0_TRUE='#'
BOXMODEL_DM600PVR_FALSE=''
BOXMODEL_DM600PVR_TRUE='#'
BOXMODEL_DM7000HD_FALSE=''
BOXMODEL_DM7000HD_TRUE='#'
BOXMODEL_DM7000_FALSE=''
BOXMODEL_DM7000_TRUE='#'
BOXMODEL_DM8000HD_FALSE=''
BOXMODEL_DM8000HD_TRUE='#'
BOXMODEL_DM800HD_FALSE=''
BOXMODEL_DM800HD_TRUE='#'
BOXMODEL_DM800SE_FALSE=''
BOXMODEL_DM800SE_TRUE='#'
BOXMODEL_E3HD_FALSE=''
BOXMODEL_E3HD_TRUE='#'
BOXMODEL_ET4X00_FALSE=''
BOXMODEL_ET4X00_TRUE='#'
BOXMODEL_ET5X00_FALSE=''
BOXMODEL_ET5X00_TRUE='#'
BOXMODEL_ET6X00_FALSE=''
BOXMODEL_ET6X00_TRUE='#'
BOXMODEL_ET9X00_FALSE=''
BOXMODEL_ET9X00_TRUE='#'
BOXMODEL_GB800SEPLUS_FALSE=''
BOXMODEL_GB800SEPLUS_TRUE='#'
BOXMODEL_GB800SE_FALSE=''
BOXMODEL_GB800SE_TRUE='#'
BOXMODEL_GB800SOLO_FALSE=''
BOXMODEL_GB800SOLO_TRUE='#'
BOXMODEL_GB800UEPLUS_FALSE=''
BOXMODEL_GB800UEPLUS_TRUE='#'
BOXMODEL_GB800UE_FALSE=''
BOXMODEL_GB800UE_TRUE='#'
BOXMODEL_GBQUAD_FALSE=''
BOXMODEL_GBQUAD_TRUE='#'
BOXMODEL_INIHDE_FALSE=''
BOXMODEL_INIHDE_TRUE='#'
BOXMODEL_INIHDP_FALSE=''
BOXMODEL_INIHDP_TRUE='#'
BOXMODEL_IPBOX55_FALSE=''
BOXMODEL_IPBOX55_TRUE='#'
BOXMODEL_IPBOX9900_FALSE=''
BOXMODEL_IPBOX9900_TRUE='#'
BOXMODEL_IPBOX99_FALSE=''
BOXMODEL_IPBOX99_TRUE='#'
BOXMODEL_IQONIOS100HD_FALSE=''
BOXMODEL_IQONIOS100HD_TRUE='#'
BOXMODEL_IQONIOS300HD_FALSE=''
BOXMODEL_IQONIOS300HD_TRUE='#'
BOXMODEL_IXUSSONE_FALSE=''
BOXMODEL_IXUSSONE_TRUE='#'
BOXMODEL_IXUSSZERO_FALSE=''
BOXMODEL_IXUSSZERO_TRUE='#'
BOXMODEL_MEDIABOX_FALSE=''
BOXMODEL_MEDIABOX_TRUE='#'
BOXMODEL_OCTAGON_1008_FALSE=''
BOXMODEL_OCTAGON_1008_TRUE='#'
BOXMODEL_ODINM6_FALSE=''
BOXMODEL_ODINM6_TRUE='#'
BOXMODEL_ODINM7_FALSE=''
BOXMODEL_ODINM7_TRUE='#'
BOXMODEL_ODINM9_FALSE=''
BOXMODEL_ODINM9_TRUE='#'
BOXMODEL_OPTIMUSSOS1_FALSE=''
BOXMODEL_OPTIMUSSOS1_TRUE='#'
BOXMODEL_OPTIMUSSOS2_FALSE=''
BOXMODEL_OPTIMUSSOS2_TRUE='#'
BOXMODEL_SPARK7162_FALSE=''
BOXMODEL_SPARK7162_TRUE='#'
BOXMODEL_SPARK_FALSE=''
BOXMODEL_SPARK_TRUE='#'
BOXMODEL_TM2T_FALSE=''
BOXMODEL_TM2T_TRUE='#'
BOXMODEL_TMNANO_FALSE=''
BOXMODEL_TMNANO_TRUE='#'
BOXMODEL_TMSINGLE_FALSE=''
BOXMODEL_TMSINGLE_TRUE='#'
BOXMODEL_TMTWIN_FALSE=''
BOXMODEL_TMTWIN_TRUE='#'
BOXMODEL_UFC960_FALSE=''
BOXMODEL_UFC960_TRUE='#'
BOXMODEL_UFS910_FALSE=''
BOXMODEL_UFS910_TRUE='#'
BOXMODEL_UFS912_FALSE=''
BOXMODEL_UFS912_TRUE='#'
BOXMODEL_UFS913_FALSE=''
BOXMODEL_UFS913_TRUE='#'
BOXMODEL_UFS922_FALSE=''
BOXMODEL_UFS922_TRUE='#'
BOXMODEL_VENTONHDE_FALSE=''
BOXMODEL_VENTONHDE_TRUE='#'
BOXMODEL_VENTONHDX_FALSE=''
BOXMODEL_VENTONHDX_TRUE='#'
BOXMODEL_VUDUO2_FALSE=''
BOXMODEL_VUDUO2_TRUE='#'
BOXMODEL_VUDUO_FALSE=''
BOXMODEL_VUDUO_TRUE='#'
BOXMODEL_VUSOLO2_FALSE=''
BOXMODEL_VUSOLO2_TRUE='#'
BOXMODEL_VUSOLO_FALSE=''
BOXMODEL_VUSOLO_TRUE='#'
BOXMODEL_VUULTIMO_FALSE=''
BOXMODEL_VUULTIMO_TRUE='#'
BOXMODEL_VUUNO_FALSE=''
BOXMODEL_VUUNO_TRUE='#'
BOXTYPE='generic'
BOXTYPE_ADB_BOX_FALSE=''
BOXTYPE_ADB_BOX_TRUE='#'
BOXTYPE_ATEVIO_FALSE=''
BOXTYPE_ATEVIO_TRUE='#'
BOXTYPE_AZBOX_FALSE=''
BOXTYPE_AZBOX_TRUE='#'
BOXTYPE_COOLSTREAM_FALSE=''
BOXTYPE_COOLSTREAM_TRUE='#'
BOXTYPE_DGS_FALSE=''
BOXTYPE_DGS_TRUE='#'
BOXTYPE_DREAMBOX_FALSE=''
BOXTYPE_DREAMBOX_TRUE='#'
BOXTYPE_E3HD_FALSE=''
BOXTYPE_E3HD_TRUE='#'
BOXTYPE_EBOX5000_FALSE=''
BOXTYPE_EBOX5000_TRUE='#'
BOXTYPE_FORTIS_HDBOX_FALSE=''
BOXTYPE_FORTIS_HDBOX_TRUE='#'
BOXTYPE_FULAN_FALSE=''
BOXTYPE_FULAN_TRUE='#'
BOXTYPE_GENERIC_FALSE='#'
BOXTYPE_GENERIC_TRUE=''
BOXTYPE_GIGABLUE_FALSE=''
BOXTYPE_GIGABLUE_TRUE='#'
BOXTYPE_HOMECAST_FALSE=''
BOXTYPE_HOMECAST_TRUE='#'
BOXTYPE_HYPERCUBE_FALSE=''
BOXTYPE_HYPERCUBE_TRUE='#'
BOXTYPE_IPBOX_FALSE=''
BOXTYPE_IPBOX_TRUE='#'
BOXTYPE_IQONIOS_FALSE=''
BOXTYPE_IQONIOS_TRUE='#'
BOXTYPE_IXUSS_FALSE=''
BOXTYPE_IXUSS_TRUE='#'
BOXTYPE_KATHREIN_FALSE=''
BOXTYPE_KATHREIN_TRUE='#'
BOXTYPE_OCTAGON_FALSE=''
BOXTYPE_OCTAGON_TRUE='#'
BOXTYPE_ODIN_FALSE=''
BOXTYPE_ODIN_TRUE='#'
BOXTYPE_TECHNOMATE_FALSE=''
BOXTYPE_TECHNOMATE_TRUE='#'
BOXTYPE_TOPFIELD_FALSE=''
BOXTYPE_TOPFIELD_TRUE='#'
BOXTYPE_VENTON_FALSE=''
BOXTYPE_VENTON_TRUE='#'
BOXTYPE_VIP_FALSE=''
BOXTYPE_VIP_TRUE='#'
BOXTYPE_VUPLUS_FALSE=''
BOXTYPE_VUPLUS_TRUE='#'
BOXTYPE_WHITEBOX_FALSE=''
BOXTYPE_WHITEBOX_TRUE='#'
BOXTYPE_XP1000_FALSE=''
BOXTYPE_XP1000_TRUE='#'
BOXTYPE_XTREND_FALSE=''
BOXTYPE_XTREND_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIGDIR='${localstatedir}/tuxbox/config'
CPP='gcc -E'
CPPFLAGS=''
CURL_CFLAGS=''
CURL_CONFIG='/usr/bin/curl-config'
CURL_LIBS='-lcurl -lnettle -lgnutls -lz'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIR='${datadir}/tuxbox'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DRIVER=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_4DIGITS_FALSE=''
ENABLE_4DIGITS_TRUE='#'
ENABLE_CI_FALSE=''
ENABLE_CI_TRUE='#'
ENABLE_FRIBIDI_FALSE=''
ENABLE_FRIBIDI_TRUE='#'
ENABLE_FUNCTIONKEYS_FALSE=''
ENABLE_FUNCTIONKEYS_TRUE='#'
ENABLE_GSTREAMER_FALSE=''
ENABLE_GSTREAMER_TRUE='#'
ENABLE_LCDAPI_FALSE=''
ENABLE_LCDAPI_TRUE='#'
ENABLE_LCD_FALSE=''
ENABLE_LCD_TRUE='#'
ENABLE_LIBEPLAYER3_FALSE=''
ENABLE_LIBEPLAYER3_TRUE='#'
ENABLE_SCART_FALSE=''
ENABLE_SCART_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
FONTDIR='${datadir}/fonts'
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_LIBS='-lfreetype'
GAMESDIR='${localstatedir}/tuxbox/games'
GREP='/bin/grep'
GST_CFLAGS=''
GST_LIBS=''
ID3TAG_CFLAGS=''
ID3TAG_LIBS='-lid3tag -lz'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISOCODESDIR='${datadir}/iso-codes'
LCD_UPDATE_FALSE=''
LCD_UPDATE_TRUE='#'
LD='/usr/mipsel-oe-linux/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAD_CFLAGS=''
MAD_LIBS='-lmad -lm'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='neutrinoHD2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='neutrinoHD2'
PACKAGE_STRING='neutrinoHD2 1.0.1'
PACKAGE_TARNAME='neutrinohd2'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGINDIR='${localstatedir}/tuxbox/plugins'
PNG_CFLAGS='-I/usr/include/libpng15'
PNG_LIBS='-lpng15'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TARGET_CONFIGDIR='/usr/local/var/tuxbox/config'
TARGET_DATADIR='${prefix}/share/tuxbox'
TARGET_FONTDIR='${prefix}/share/fonts'
TARGET_GAMESDIR='/usr/local/var/tuxbox/games'
TARGET_ISOCODESDIR='${prefix}/share/iso-codes'
TARGET_PLUGINDIR='/usr/local/var/tuxbox/plugins'
TARGET_THEMESDIR='${prefix}/share/tuxbox/neutrino/themes'
THEMESDIR='${datadir}/tuxbox/neutrino/themes'
USE_OPENGL_FALSE=''
USE_OPENGL_TRUE='#'
VERSION='1.0.1'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='mipsel-unknown-linux-gnu'
build_alias=''
build_cpu='mipsel'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='mipsel-unknown-linux-gnu'
host_alias=''
host_cpu='mipsel'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "neutrinoHD2"
#define PACKAGE_TARNAME "neutrinohd2"
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_STRING "neutrinoHD2 1.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "neutrinoHD2"
#define VERSION "1.0.1"
#define _GNU_SOURCE 1
#define _FILE_OFFSET_BITS 64
#define DEBUG 1
#define CONFIGDIR "/usr/local/var/tuxbox/config"
#define DATADIR "${prefix}/share/tuxbox"
#define FONTDIR "${prefix}/share/fonts"
#define GAMESDIR "/usr/local/var/tuxbox/games"
#define PLUGINDIR "/usr/local/var/tuxbox/plugins"
#define THEMESDIR "${prefix}/share/tuxbox/neutrino/themes"
#define ISOCODESDIR "${prefix}/share/iso-codes"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LINUX_DVB_VERSION_H 1
#define HAVE_DVB 1
#define HAVE_DVB_API_VERSION 5
#define PLATFORM_GENERIC 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"

configure: exit 0
wie muss das configure erweitert werden, dass es geht?
Was meinst Du mit Makefile im ersten Posting anschauen?
Benutzeravatar
mohousch
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 1049
Registriert: Di 18. Sep 2012, 20:21
Hat sich bedankt: 32 Mal
Danksagung erhalten: 116 Mal

Re: compiling neutrinohd2 for mipsel set top boxes

#336

Beitrag von mohousch »

Code: Alles auswählen

./autogen.sh

Code: Alles auswählen

./configure \
			--prefix=/ \
			--exec_prefix=/usr \
			--build=i686-pc-linux-gnu \
			--host=mipsel-oe-linux \
			--with-target=cdk \
			--enable-maintainer-mode \
			--with-boxtype=gbquad \
			--with-libdir=/usr/lib \
			--with-gamesdir=/etc/tuxbox/games \
			--with-plugindir=/etc/tuxbox/plugins \
			--with-configdir=/etc/tuxbox/config \
			--enable-ci \
			--enable-gstreamer \
			--enable-lcd
Zuletzt geändert von mohousch am So 20. Sep 2015, 15:12, insgesamt 1-mal geändert.
plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#337

Beitrag von plux7887 »

Hallo mohousch,

hab das jetzt mal mit Deinen configure Parametern probiert. Geht nicht gleiches Problem.
Beim configure kommt die Meldung: configure: WARNING: unrecognized options: --with-libdir

Code: Alles auswählen

cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by neutrinoHD2 configure 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/ --exec_prefix=/usr --build=i686-pc-linux-gnu --host=mipsel-oe-linux --with-target=cdk --enable-maintainer-mode --with-boxtype=gbquad --with-libdir=/usr/lib --with-gamesdir=/etc/tuxbox/games --with-plugindir=/etc/tuxbox/plugins --with-configdir=/etc/tuxbox/config --enable-ci --enable-lcd

## --------- ##
## Platform. ##
## --------- ##

hostname = gbquadplus
uname -m = mips
uname -r = 3.14.2
uname -s = Linux
uname -v = #1 SMP Fri Aug 7 05:27:04 CEST 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2706: checking for a BSD-compatible install
configure:2774: result: /usr/bin/install -c
configure:2785: checking whether build environment is sane
configure:2840: result: yes
configure:2899: checking for mipsel-oe-linux-strip
configure:2915: found /usr/bin/mipsel-oe-linux-strip
configure:2926: result: mipsel-oe-linux-strip
configure:2991: checking for a thread-safe mkdir -p
configure:3030: result: /bin/mkdir -p
configure:3037: checking for gawk
configure:3053: found /usr/bin/gawk
configure:3064: result: gawk
configure:3075: checking whether make sets $(MAKE)
configure:3097: result: yes
configure:3126: checking whether make supports nested variables
configure:3143: result: yes
configure:3283: checking for style of include used by make
configure:3311: result: GNU
configure:3342: checking for mipsel-oe-linux-gcc
configure:3358: found /usr/bin/mipsel-oe-linux-gcc
configure:3369: result: mipsel-oe-linux-gcc
configure:3638: checking for C compiler version
configure:3647: mipsel-oe-linux-gcc --version >&5
mipsel-oe-linux-gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3658: $? = 0
configure:3647: mipsel-oe-linux-gcc -v >&5
Using built-in specs.
COLLECT_GCC=mipsel-oe-linux-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:3658: $? = 0
configure:3647: mipsel-oe-linux-gcc -V >&5
mipsel-oe-linux-gcc: error: unrecognized command line option '-V'
mipsel-oe-linux-gcc: fatal error: no input files
compilation terminated.
configure:3658: $? = 1
configure:3647: mipsel-oe-linux-gcc -qversion >&5
mipsel-oe-linux-gcc: error: unrecognized command line option '-qversion'
mipsel-oe-linux-gcc: fatal error: no input files
compilation terminated.
configure:3658: $? = 1
configure:3678: checking whether the C compiler works
configure:3700: mipsel-oe-linux-gcc    conftest.c  >&5
configure:3704: $? = 0
configure:3752: result: yes
configure:3755: checking for C compiler default output file name
configure:3757: result: a.out
configure:3763: checking for suffix of executables
configure:3770: mipsel-oe-linux-gcc -o conftest    conftest.c  >&5
configure:3774: $? = 0
configure:3796: result: 
configure:3818: checking whether we are cross compiling
configure:3856: result: yes
configure:3861: checking for suffix of object files
configure:3883: mipsel-oe-linux-gcc -c   conftest.c >&5
configure:3887: $? = 0
configure:3908: result: o
configure:3912: checking whether we are using the GNU C compiler
configure:3931: mipsel-oe-linux-gcc -c   conftest.c >&5
configure:3931: $? = 0
configure:3940: result: yes
configure:3949: checking whether mipsel-oe-linux-gcc accepts -g
configure:3969: mipsel-oe-linux-gcc -c -g  conftest.c >&5
configure:3969: $? = 0
configure:4010: result: yes
configure:4027: checking for mipsel-oe-linux-gcc option to accept ISO C89
configure:4090: mipsel-oe-linux-gcc  -c -g -O2  conftest.c >&5
configure:4090: $? = 0
configure:4103: result: none needed
configure:4128: checking whether mipsel-oe-linux-gcc understands -c and -o together
configure:4150: mipsel-oe-linux-gcc -c conftest.c -o conftest2.o
configure:4153: $? = 0
configure:4150: mipsel-oe-linux-gcc -c conftest.c -o conftest2.o
configure:4153: $? = 0
configure:4165: result: yes
configure:4184: checking dependency style of mipsel-oe-linux-gcc
configure:4295: result: gcc3
configure:4315: checking build system type
configure:4329: result: i686-pc-linux-gnu
configure:4349: checking host system type
configure:4362: result: mipsel-oe-linux-gnu
configure:4386: checking whether to enable maintainer-specific portions of Makefiles
configure:4395: result: yes
configure:4419: checking for special C compiler options needed for large files
configure:4464: result: no
configure:4470: checking for _FILE_OFFSET_BITS value needed for large files
configure:4495: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:18:3: warning: left shift count >= width of type
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   ^
conftest.c:18:3: warning: left shift count >= width of type
conftest.c:19:10: warning: left shift count >= width of type
          && LARGE_OFF_T % 2147483647 == 1)
          ^
conftest.c:19:10: warning: left shift count >= width of type
conftest.c:18:7: error: variably modified 'off_t_is_large' at file scope
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
       ^
configure:4495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                      && LARGE_OFF_T % 2147483647 == 1)
|                     ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4519: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:4519: $? = 0
configure:4527: result: 64
configure:4647: checking target
configure:4663: result: cdk
configure:4951: checking for pkg-config
configure:4969: found /usr/bin/pkg-config
configure:4982: result: /usr/bin/pkg-config
configure:4999: checking how to run the C preprocessor
configure:5030: mipsel-oe-linux-gcc -E  conftest.c
configure:5030: $? = 0
configure:5044: mipsel-oe-linux-gcc -E  conftest.c
conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5069: result: mipsel-oe-linux-gcc -E
configure:5089: mipsel-oe-linux-gcc -E  conftest.c
configure:5089: $? = 0
configure:5103: mipsel-oe-linux-gcc -E  conftest.c
conftest.c:21:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5103: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5132: checking for egrep
configure:5142: result: grep -E
configure:5147: checking for ANSI C header files
configure:5167: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5167: $? = 0
configure:5251: result: yes
configure:5264: checking for sys/types.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for sys/stat.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for stdlib.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for string.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for memory.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for strings.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for inttypes.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for stdint.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5264: checking for unistd.h
configure:5264: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5264: $? = 0
configure:5264: result: yes
configure:5292: checking ost/dmx.h usability
configure:5292: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:64:21: fatal error: ost/dmx.h: No such file or directory
 #include <ost/dmx.h>
                     ^
compilation terminated.
configure:5292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ost/dmx.h>
configure:5292: result: no
configure:5292: checking ost/dmx.h presence
configure:5292: mipsel-oe-linux-gcc -E  conftest.c
conftest.c:31:21: fatal error: ost/dmx.h: No such file or directory
 #include <ost/dmx.h>
                     ^
compilation terminated.
configure:5292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <ost/dmx.h>
configure:5292: result: no
configure:5292: checking for ost/dmx.h
configure:5292: result: no
configure:5310: checking linux/dvb/version.h usability
configure:5310: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking linux/dvb/version.h presence
configure:5310: mipsel-oe-linux-gcc -E  conftest.c
configure:5310: $? = 0
configure:5310: result: yes
configure:5310: checking for linux/dvb/version.h
configure:5310: result: yes
configure:5328: found dvb version 5
configure:6865: checking for mipsel-oe-linux-gcc
configure:6892: result: mipsel-oe-linux-gcc
configure:7161: checking for C compiler version
configure:7170: mipsel-oe-linux-gcc --version >&5
mipsel-oe-linux-gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7181: $? = 0
configure:7170: mipsel-oe-linux-gcc -v >&5
Using built-in specs.
COLLECT_GCC=mipsel-oe-linux-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:7181: $? = 0
configure:7170: mipsel-oe-linux-gcc -V >&5
mipsel-oe-linux-gcc: error: unrecognized command line option '-V'
mipsel-oe-linux-gcc: fatal error: no input files
compilation terminated.
configure:7181: $? = 1
configure:7170: mipsel-oe-linux-gcc -qversion >&5
mipsel-oe-linux-gcc: error: unrecognized command line option '-qversion'
mipsel-oe-linux-gcc: fatal error: no input files
compilation terminated.
configure:7181: $? = 1
configure:7185: checking whether we are using the GNU C compiler
configure:7213: result: yes
configure:7222: checking whether mipsel-oe-linux-gcc accepts -g
configure:7283: result: yes
configure:7300: checking for mipsel-oe-linux-gcc option to accept ISO C89
configure:7376: result: none needed
configure:7401: checking whether mipsel-oe-linux-gcc understands -c and -o together
configure:7438: result: yes
configure:7457: checking dependency style of mipsel-oe-linux-gcc
configure:7568: result: gcc3
configure:7597: checking for mipsel-oe-linux-g++
configure:7613: found /usr/bin/mipsel-oe-linux-g++
configure:7624: result: mipsel-oe-linux-g++
configure:7695: checking for C++ compiler version
configure:7704: mipsel-oe-linux-g++ --version >&5
mipsel-oe-linux-g++ (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7715: $? = 0
configure:7704: mipsel-oe-linux-g++ -v >&5
Using built-in specs.
COLLECT_GCC=mipsel-oe-linux-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/mipsel-oe-linux/4.9.2/lto-wrapper
Target: mipsel-oe-linux
Configured with: /home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=mipsel-oe-linux --target=mipsel-oe-linux --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/gcc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=mipsel-oe-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-sysroot=/ --with-build-sysroot=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus --with-native-system-header-dir=/home/tux/Development/build-enviroment/builds/openatv/release/gbquadplus/tmp/sysroots/gbquadplus/usr/include --with-gxx-include-dir=/usr/include/c++/4.9.2 --enable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:7715: $? = 0
configure:7704: mipsel-oe-linux-g++ -V >&5
mipsel-oe-linux-g++: error: unrecognized command line option '-V'
mipsel-oe-linux-g++: fatal error: no input files
compilation terminated.
configure:7715: $? = 1
configure:7704: mipsel-oe-linux-g++ -qversion >&5
mipsel-oe-linux-g++: error: unrecognized command line option '-qversion'
mipsel-oe-linux-g++: fatal error: no input files
compilation terminated.
configure:7715: $? = 1
configure:7719: checking whether we are using the GNU C++ compiler
configure:7738: mipsel-oe-linux-g++ -c   conftest.cpp >&5
configure:7738: $? = 0
configure:7747: result: yes
configure:7756: checking whether mipsel-oe-linux-g++ accepts -g
configure:7776: mipsel-oe-linux-g++ -c -g  conftest.cpp >&5
configure:7776: $? = 0
configure:7817: result: yes
configure:7842: checking dependency style of mipsel-oe-linux-g++
configure:7953: result: gcc3
configure:8045: checking how to print strings
configure:8072: result: printf
configure:8093: checking for a sed that does not truncate output
configure:8157: result: /bin/sed
configure:8175: checking for grep that handles long lines and -e
configure:8233: result: /bin/grep
configure:8238: checking for fgrep
configure:8300: result: /bin/grep -F
configure:8335: checking for ld used by mipsel-oe-linux-gcc
configure:8402: result: /usr/mipsel-oe-linux/bin/ld
configure:8409: checking if the linker (/usr/mipsel-oe-linux/bin/ld) is GNU ld
configure:8424: result: yes
configure:8436: checking for BSD- or MS-compatible name lister (nm)
configure:8490: result: /usr/bin/mipsel-oe-linux-nm -B
configure:8620: checking the name lister (/usr/bin/mipsel-oe-linux-nm -B) interface
configure:8627: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:8630: /usr/bin/mipsel-oe-linux-nm -B "conftest.o"
configure:8633: output
00000000 B some_variable
configure:8640: result: BSD nm
configure:8643: checking whether ln -s works
configure:8647: result: yes
configure:8655: checking the maximum length of command line arguments
configure:8786: result: 32768
configure:8834: checking how to convert i686-pc-linux-gnu file names to mipsel-oe-linux-gnu format
configure:8874: result: func_convert_file_noop
configure:8881: checking how to convert i686-pc-linux-gnu file names to toolchain format
configure:8901: result: func_convert_file_noop
configure:8908: checking for /usr/mipsel-oe-linux/bin/ld option to reload object files
configure:8915: result: -r
configure:8949: checking for mipsel-oe-linux-objdump
configure:8965: found /usr/bin/mipsel-oe-linux-objdump
configure:8976: result: mipsel-oe-linux-objdump
configure:9048: checking how to recognize dependent libraries
configure:9248: result: pass_all
configure:9293: checking for mipsel-oe-linux-dlltool
configure:9323: result: no
configure:9333: checking for dlltool
configure:9363: result: no
configure:9393: checking how to associate runtime and link libraries
configure:9420: result: printf %s\n
configure:9436: checking for mipsel-oe-linux-ar
configure:9452: found /usr/bin/mipsel-oe-linux-ar
configure:9463: result: mipsel-oe-linux-ar
configure:9544: checking for archiver @FILE support
configure:9561: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:9561: $? = 0
configure:9564: mipsel-oe-linux-ar cru libconftest.a @conftest.lst >&5
configure:9567: $? = 0
configure:9572: mipsel-oe-linux-ar cru libconftest.a @conftest.lst >&5
mipsel-oe-linux-ar: conftest.o: No such file or directory
configure:9575: $? = 1
configure:9587: result: @
configure:9605: checking for mipsel-oe-linux-strip
configure:9632: result: mipsel-oe-linux-strip
configure:9704: checking for mipsel-oe-linux-ranlib
configure:9720: found /usr/bin/mipsel-oe-linux-ranlib
configure:9731: result: mipsel-oe-linux-ranlib
configure:9873: checking command to parse /usr/bin/mipsel-oe-linux-nm -B output from mipsel-oe-linux-gcc object
configure:10026: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:10029: $? = 0
configure:10033: /usr/bin/mipsel-oe-linux-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:10036: $? = 0
configure:10102: mipsel-oe-linux-gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:10105: $? = 0
configure:10143: result: ok
configure:10190: checking for sysroot
configure:10225: result: no
configure:10232: checking for a working dd
configure:10270: result: /bin/dd
configure:10274: checking how to truncate binary pipes
configure:10289: result: /bin/dd bs=4096 count=1
configure:10578: checking for mipsel-oe-linux-mt
configure:10608: result: no
configure:10618: checking for mt
configure:10648: result: no
configure:10668: checking if : is a manifest tool
configure:10674: : '-?'
configure:10682: result: no
configure:11356: checking for dlfcn.h
configure:11356: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:11356: $? = 0
configure:11356: result: yes
configure:11593: checking for objdir
configure:11608: result: .libs
configure:11868: checking if mipsel-oe-linux-gcc supports -fno-rtti -fno-exceptions
configure:11886: mipsel-oe-linux-gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:11890: $? = 0
configure:11903: result: no
configure:12261: checking for mipsel-oe-linux-gcc option to produce PIC
configure:12268: result: -fPIC -DPIC
configure:12276: checking if mipsel-oe-linux-gcc PIC flag -fPIC -DPIC works
configure:12294: mipsel-oe-linux-gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:12298: $? = 0
configure:12311: result: yes
configure:12340: checking if mipsel-oe-linux-gcc static flag -static works
configure:12368: result: no
configure:12383: checking if mipsel-oe-linux-gcc supports -c -o file.o
configure:12404: mipsel-oe-linux-gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:12408: $? = 0
configure:12430: result: yes
configure:12438: checking if mipsel-oe-linux-gcc supports -c -o file.o
configure:12485: result: yes
configure:12518: checking whether the mipsel-oe-linux-gcc linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:13777: result: yes
configure:13814: checking whether -lc should be explicitly linked in
configure:13822: mipsel-oe-linux-gcc -c -g -O2  conftest.c >&5
configure:13825: $? = 0
configure:13840: mipsel-oe-linux-gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13843: $? = 0
configure:13857: result: no
configure:14017: checking dynamic linker characteristics
configure:14598: mipsel-oe-linux-gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:14598: $? = 0
configure:14835: result: GNU/Linux ld.so
configure:14957: checking how to hardcode library paths into programs
configure:14982: result: immediate
configure:15530: checking whether stripping libraries is possible
configure:15535: result: yes
configure:15570: checking if libtool supports shared libraries
configure:15572: result: yes
configure:15575: checking whether to build shared libraries
configure:15600: result: yes
configure:15603: checking whether to build static libraries
configure:15607: result: no
configure:15630: checking how to run the C++ preprocessor
configure:15657: mipsel-oe-linux-g++ -E  conftest.cpp
configure:15657: $? = 0
configure:15671: mipsel-oe-linux-g++ -E  conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LINUX_DVB_VERSION_H 1
| #define HAVE_DVB 1
| #define HAVE_DVB_API_VERSION 5
| #define PLATFORM_GIGABLUE 1
| #define BOXMODEL_GBQUAD 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15696: result: mipsel-oe-linux-g++ -E
configure:15716: mipsel-oe-linux-g++ -E  conftest.cpp
configure:15716: $? = 0
configure:15730: mipsel-oe-linux-g++ -E  conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:15730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neutrinoHD2"
| #define PACKAGE_TARNAME "neutrinohd2"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "neutrinoHD2 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "neutrinoHD2"
| #define VERSION "1.0.1"
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define DEBUG 1
| #define CONFIGDIR "/etc/tuxbox/config"
| #define DATADIR "/share/tuxbox"
| #define FONTDIR "/share/fonts"
| #define GAMESDIR "/etc/tuxbox/games"
| #define PLUGINDIR "/etc/tuxbox/plugins"
| #define THEMESDIR "/share/tuxbox/neutrino/themes"
| #define ISOCODESDIR "/share/iso-codes"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LINUX_DVB_VERSION_H 1
| #define HAVE_DVB 1
| #define HAVE_DVB_API_VERSION 5
| #define PLATFORM_GIGABLUE 1
| #define BOXMODEL_GBQUAD 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15892: checking for ld used by mipsel-oe-linux-g++
configure:15959: result: /usr/mipsel-oe-linux/bin/ld
configure:15966: checking if the linker (/usr/mipsel-oe-linux/bin/ld) is GNU ld
configure:15981: result: yes
configure:16036: checking whether the mipsel-oe-linux-g++ linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:17109: result: yes
configure:17145: mipsel-oe-linux-g++ -c -g -O2  conftest.cpp >&5
configure:17148: $? = 0
configure:17629: checking for mipsel-oe-linux-g++ option to produce PIC
configure:17636: result: -fPIC -DPIC
configure:17644: checking if mipsel-oe-linux-g++ PIC flag -fPIC -DPIC works
configure:17662: mipsel-oe-linux-g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17666: $? = 0
configure:17679: result: yes
configure:17702: checking if mipsel-oe-linux-g++ static flag -static works
configure:17730: result: no
configure:17742: checking if mipsel-oe-linux-g++ supports -c -o file.o
configure:17763: mipsel-oe-linux-g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:17767: $? = 0
configure:17789: result: yes
configure:17794: checking if mipsel-oe-linux-g++ supports -c -o file.o
configure:17841: result: yes
configure:17871: checking whether the mipsel-oe-linux-g++ linker (/usr/mipsel-oe-linux/bin/ld) supports shared libraries
configure:17911: result: yes
configure:18052: checking dynamic linker characteristics
configure:18797: result: GNU/Linux ld.so
configure:18862: checking how to hardcode library paths into programs
configure:18887: result: immediate
configure:18953: checking for curl-config
configure:18971: found /usr/bin/curl-config
configure:18984: result: /usr/bin/curl-config
configure:19011: checking for package freetype2
configure:19014: result: yes
configure:19030: checking for package libid3tag
configure:19038: result: no
configure:19050: checking for package id3tag
configure:19053: result: yes
configure:19070: checking for package libmad
configure:19078: result: no
configure:19090: checking for package mad
configure:19093: result: yes
configure:19110: checking for package libpng
configure:19113: result: yes
configure:19129: checking for package libavcodec
configure:19132: result: yes
configure:19148: checking for package libavutil
configure:19151: result: yes
configure:19167: checking for package libavformat
configure:19170: result: yes
configure:19564: checking that generated files are newer than configure
configure:19570: result: done
configure:20049: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by neutrinoHD2 config.status 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on gbquadplus

config.status:1474: creating Makefile
config.status:1474: creating lib/Makefile
config.status:1474: creating lib/libconfigfile/Makefile
config.status:1474: creating lib/connection/Makefile
config.status:1474: creating lib/libeventserver/Makefile
config.status:1474: creating lib/libmd5sum/Makefile
config.status:1474: creating lib/libnet/Makefile
config.status:1474: creating lib/libxmltree/Makefile
config.status:1474: creating lib/sectionsdclient/Makefile
config.status:1474: creating lib/timerdclient/Makefile
config.status:1474: creating lib/libtuxtxt/Makefile
config.status:1474: creating lib/libdvbsub/Makefile
config.status:1474: creating lib/libupnpclient/Makefile
config.status:1474: creating lib/liblcddisplay/Makefile
config.status:1474: creating lib/libdvbapi/Makefile
config.status:1474: creating lib/libeplayer3/Makefile
config.status:1474: creating lib/jsoncpp/Makefile
config.status:1474: creating src/nhttpd/Makefile
config.status:1474: creating src/nhttpd/web/Makefile
config.status:1474: creating src/nhttpd/web/images/Makefile
config.status:1474: creating src/nhttpd/web/scripts/Makefile
config.status:1474: creating src/nhttpd/web/languages/Makefile
config.status:1474: creating src/nhttpd/tuxboxapi/Makefile
config.status:1474: creating src/nhttpd/yhttpd_core/Makefile
config.status:1474: creating src/nhttpd/yhttpd_mods/Makefile
config.status:1474: creating src/Makefile
config.status:1474: creating src/daemonc/Makefile
config.status:1474: creating src/driver/pictureviewer/Makefile
config.status:1474: creating src/driver/audiodec/Makefile
config.status:1474: creating src/driver/Makefile
config.status:1474: creating src/gui/Makefile
config.status:1474: creating src/gui/bedit/Makefile
config.status:1474: creating src/gui/widget/Makefile
config.status:1474: creating src/system/Makefile
config.status:1474: creating data/Makefile
config.status:1474: creating data/fonts/Makefile
config.status:1474: creating data/icons/Makefile
config.status:1474: creating data/iso-codes/Makefile
config.status:1474: creating data/inetradio/Makefile
config.status:1474: creating data/locale/Makefile
config.status:1474: creating data/config/Makefile
config.status:1474: creating data/lcd/Makefile
config.status:1474: creating data/lcd/icons/Makefile
config.status:1474: creating data/lcd/clock/Makefile
config.status:1474: creating data/themes/Makefile
config.status:1474: creating data/webtv/Makefile
config.status:1474: creating data/scripts/Makefile
config.status:1474: creating src/sectionsd/Makefile
config.status:1474: creating src/timerd/Makefile
config.status:1474: creating src/zapit/Makefile
config.status:1474: creating src/zapit/lib/Makefile
config.status:1474: creating src/zapit/src/Makefile
config.status:1474: creating config.h
config.status:1703: executing depfiles commands
config.status:1703: executing libtool commands
configure:22504: WARNING: unrecognized options: --with-libdir

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mipsel-oe-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_dvb_version_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ost_dmx_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mipsel-oe-linux-gnu
ac_cv_objext=o
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=mipsel-oe-linux-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=mipsel-oe-linux-gcc
ac_cv_prog_CPP='mipsel-oe-linux-gcc -E'
ac_cv_prog_CXX=mipsel-oe-linux-g++
ac_cv_prog_CXXCPP='mipsel-oe-linux-g++ -E'
ac_cv_prog_OBJDUMP=mipsel-oe-linux-objdump
ac_cv_prog_RANLIB=mipsel-oe-linux-ranlib
ac_cv_prog_STRIP=mipsel-oe-linux-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/mipsel-oe-linux/bin/ld
lt_cv_path_LDCXX=/usr/mipsel-oe-linux/bin/ld
lt_cv_path_NM='/usr/bin/mipsel-oe-linux-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=32768
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='mipsel-oe-linux-ar'
AUTOCONF='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing autoconf'
AUTOHEADER='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing autoheader'
AUTOMAKE='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing automake-1.15'
AVCODEC_CFLAGS=''
AVCODEC_LIBS='-lavcodec'
AVFORMAT_CFLAGS=''
AVFORMAT_LIBS='-lavformat'
AVUTIL_CFLAGS=''
AVUTIL_LIBS='-lavutil'
AWK='gawk'
BOXMODEL='gbquad'
BOXMODEL_ATEVIO7000_FALSE=''
BOXMODEL_ATEVIO7000_TRUE='#'
BOXMODEL_ATEVIO700_FALSE=''
BOXMODEL_ATEVIO700_TRUE='#'
BOXMODEL_ATEVIO7500_FALSE=''
BOXMODEL_ATEVIO7500_TRUE='#'
BOXMODEL_ATEVIO7600_FALSE=''
BOXMODEL_ATEVIO7600_TRUE='#'
BOXMODEL_AZBOXHD_FALSE=''
BOXMODEL_AZBOXHD_TRUE='#'
BOXMODEL_AZBOXME_FALSE=''
BOXMODEL_AZBOXME_TRUE='#'
BOXMODEL_AZBOXMINIME_FALSE=''
BOXMODEL_AZBOXMINIME_TRUE='#'
BOXMODEL_CUBEREVO_2000HD_FALSE=''
BOXMODEL_CUBEREVO_2000HD_TRUE='#'
BOXMODEL_CUBEREVO_250HD_FALSE=''
BOXMODEL_CUBEREVO_250HD_TRUE='#'
BOXMODEL_CUBEREVO_9500HD_FALSE=''
BOXMODEL_CUBEREVO_9500HD_TRUE='#'
BOXMODEL_CUBEREVO_FALSE=''
BOXMODEL_CUBEREVO_MINI2_FALSE=''
BOXMODEL_CUBEREVO_MINI2_TRUE='#'
BOXMODEL_CUBEREVO_MINI_FALSE=''
BOXMODEL_CUBEREVO_MINI_FTA_FALSE=''
BOXMODEL_CUBEREVO_MINI_FTA_TRUE='#'
BOXMODEL_CUBEREVO_MINI_TRUE='#'
BOXMODEL_CUBEREVO_TRUE='#'
BOXMODEL_DM500HD_FALSE=''
BOXMODEL_DM500HD_TRUE='#'
BOXMODEL_DM500PLUS_FALSE=''
BOXMODEL_DM500PLUS_TRUE='#'
BOXMODEL_DM500_FALSE=''
BOXMODEL_DM500_TRUE='#'
BOXMODEL_DM56x0_FALSE=''
BOXMODEL_DM56x0_TRUE='#'
BOXMODEL_DM600PVR_FALSE=''
BOXMODEL_DM600PVR_TRUE='#'
BOXMODEL_DM7000HD_FALSE=''
BOXMODEL_DM7000HD_TRUE='#'
BOXMODEL_DM7000_FALSE=''
BOXMODEL_DM7000_TRUE='#'
BOXMODEL_DM8000HD_FALSE=''
BOXMODEL_DM8000HD_TRUE='#'
BOXMODEL_DM800HD_FALSE=''
BOXMODEL_DM800HD_TRUE='#'
BOXMODEL_DM800SE_FALSE=''
BOXMODEL_DM800SE_TRUE='#'
BOXMODEL_E3HD_FALSE=''
BOXMODEL_E3HD_TRUE='#'
BOXMODEL_ET4X00_FALSE=''
BOXMODEL_ET4X00_TRUE='#'
BOXMODEL_ET5X00_FALSE=''
BOXMODEL_ET5X00_TRUE='#'
BOXMODEL_ET6X00_FALSE=''
BOXMODEL_ET6X00_TRUE='#'
BOXMODEL_ET9X00_FALSE=''
BOXMODEL_ET9X00_TRUE='#'
BOXMODEL_GB800SEPLUS_FALSE=''
BOXMODEL_GB800SEPLUS_TRUE='#'
BOXMODEL_GB800SE_FALSE=''
BOXMODEL_GB800SE_TRUE='#'
BOXMODEL_GB800SOLO_FALSE=''
BOXMODEL_GB800SOLO_TRUE='#'
BOXMODEL_GB800UEPLUS_FALSE=''
BOXMODEL_GB800UEPLUS_TRUE='#'
BOXMODEL_GB800UE_FALSE=''
BOXMODEL_GB800UE_TRUE='#'
BOXMODEL_GBQUAD_FALSE='#'
BOXMODEL_GBQUAD_TRUE=''
BOXMODEL_INIHDE_FALSE=''
BOXMODEL_INIHDE_TRUE='#'
BOXMODEL_INIHDP_FALSE=''
BOXMODEL_INIHDP_TRUE='#'
BOXMODEL_IPBOX55_FALSE=''
BOXMODEL_IPBOX55_TRUE='#'
BOXMODEL_IPBOX9900_FALSE=''
BOXMODEL_IPBOX9900_TRUE='#'
BOXMODEL_IPBOX99_FALSE=''
BOXMODEL_IPBOX99_TRUE='#'
BOXMODEL_IQONIOS100HD_FALSE=''
BOXMODEL_IQONIOS100HD_TRUE='#'
BOXMODEL_IQONIOS300HD_FALSE=''
BOXMODEL_IQONIOS300HD_TRUE='#'
BOXMODEL_IXUSSONE_FALSE=''
BOXMODEL_IXUSSONE_TRUE='#'
BOXMODEL_IXUSSZERO_FALSE=''
BOXMODEL_IXUSSZERO_TRUE='#'
BOXMODEL_MEDIABOX_FALSE=''
BOXMODEL_MEDIABOX_TRUE='#'
BOXMODEL_OCTAGON_1008_FALSE=''
BOXMODEL_OCTAGON_1008_TRUE='#'
BOXMODEL_ODINM6_FALSE=''
BOXMODEL_ODINM6_TRUE='#'
BOXMODEL_ODINM7_FALSE=''
BOXMODEL_ODINM7_TRUE='#'
BOXMODEL_ODINM9_FALSE=''
BOXMODEL_ODINM9_TRUE='#'
BOXMODEL_OPTIMUSSOS1_FALSE=''
BOXMODEL_OPTIMUSSOS1_TRUE='#'
BOXMODEL_OPTIMUSSOS2_FALSE=''
BOXMODEL_OPTIMUSSOS2_TRUE='#'
BOXMODEL_SPARK7162_FALSE=''
BOXMODEL_SPARK7162_TRUE='#'
BOXMODEL_SPARK_FALSE=''
BOXMODEL_SPARK_TRUE='#'
BOXMODEL_TM2T_FALSE=''
BOXMODEL_TM2T_TRUE='#'
BOXMODEL_TMNANO_FALSE=''
BOXMODEL_TMNANO_TRUE='#'
BOXMODEL_TMSINGLE_FALSE=''
BOXMODEL_TMSINGLE_TRUE='#'
BOXMODEL_TMTWIN_FALSE=''
BOXMODEL_TMTWIN_TRUE='#'
BOXMODEL_UFC960_FALSE=''
BOXMODEL_UFC960_TRUE='#'
BOXMODEL_UFS910_FALSE=''
BOXMODEL_UFS910_TRUE='#'
BOXMODEL_UFS912_FALSE=''
BOXMODEL_UFS912_TRUE='#'
BOXMODEL_UFS913_FALSE=''
BOXMODEL_UFS913_TRUE='#'
BOXMODEL_UFS922_FALSE=''
BOXMODEL_UFS922_TRUE='#'
BOXMODEL_VENTONHDE_FALSE=''
BOXMODEL_VENTONHDE_TRUE='#'
BOXMODEL_VENTONHDX_FALSE=''
BOXMODEL_VENTONHDX_TRUE='#'
BOXMODEL_VUDUO2_FALSE=''
BOXMODEL_VUDUO2_TRUE='#'
BOXMODEL_VUDUO_FALSE=''
BOXMODEL_VUDUO_TRUE='#'
BOXMODEL_VUSOLO2_FALSE=''
BOXMODEL_VUSOLO2_TRUE='#'
BOXMODEL_VUSOLO_FALSE=''
BOXMODEL_VUSOLO_TRUE='#'
BOXMODEL_VUULTIMO_FALSE=''
BOXMODEL_VUULTIMO_TRUE='#'
BOXMODEL_VUUNO_FALSE=''
BOXMODEL_VUUNO_TRUE='#'
BOXTYPE='gigablue'
BOXTYPE_ADB_BOX_FALSE=''
BOXTYPE_ADB_BOX_TRUE='#'
BOXTYPE_ATEVIO_FALSE=''
BOXTYPE_ATEVIO_TRUE='#'
BOXTYPE_AZBOX_FALSE=''
BOXTYPE_AZBOX_TRUE='#'
BOXTYPE_COOLSTREAM_FALSE=''
BOXTYPE_COOLSTREAM_TRUE='#'
BOXTYPE_DGS_FALSE=''
BOXTYPE_DGS_TRUE='#'
BOXTYPE_DREAMBOX_FALSE=''
BOXTYPE_DREAMBOX_TRUE='#'
BOXTYPE_E3HD_FALSE=''
BOXTYPE_E3HD_TRUE='#'
BOXTYPE_EBOX5000_FALSE=''
BOXTYPE_EBOX5000_TRUE='#'
BOXTYPE_FORTIS_HDBOX_FALSE=''
BOXTYPE_FORTIS_HDBOX_TRUE='#'
BOXTYPE_FULAN_FALSE=''
BOXTYPE_FULAN_TRUE='#'
BOXTYPE_GENERIC_FALSE=''
BOXTYPE_GENERIC_TRUE='#'
BOXTYPE_GIGABLUE_FALSE='#'
BOXTYPE_GIGABLUE_TRUE=''
BOXTYPE_HOMECAST_FALSE=''
BOXTYPE_HOMECAST_TRUE='#'
BOXTYPE_HYPERCUBE_FALSE=''
BOXTYPE_HYPERCUBE_TRUE='#'
BOXTYPE_IPBOX_FALSE=''
BOXTYPE_IPBOX_TRUE='#'
BOXTYPE_IQONIOS_FALSE=''
BOXTYPE_IQONIOS_TRUE='#'
BOXTYPE_IXUSS_FALSE=''
BOXTYPE_IXUSS_TRUE='#'
BOXTYPE_KATHREIN_FALSE=''
BOXTYPE_KATHREIN_TRUE='#'
BOXTYPE_OCTAGON_FALSE=''
BOXTYPE_OCTAGON_TRUE='#'
BOXTYPE_ODIN_FALSE=''
BOXTYPE_ODIN_TRUE='#'
BOXTYPE_TECHNOMATE_FALSE=''
BOXTYPE_TECHNOMATE_TRUE='#'
BOXTYPE_TOPFIELD_FALSE=''
BOXTYPE_TOPFIELD_TRUE='#'
BOXTYPE_VENTON_FALSE=''
BOXTYPE_VENTON_TRUE='#'
BOXTYPE_VIP_FALSE=''
BOXTYPE_VIP_TRUE='#'
BOXTYPE_VUPLUS_FALSE=''
BOXTYPE_VUPLUS_TRUE='#'
BOXTYPE_WHITEBOX_FALSE=''
BOXTYPE_WHITEBOX_TRUE='#'
BOXTYPE_XP1000_FALSE=''
BOXTYPE_XP1000_TRUE='#'
BOXTYPE_XTREND_FALSE=''
BOXTYPE_XTREND_TRUE='#'
CC='mipsel-oe-linux-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIGDIR='/etc/tuxbox/config'
CPP='mipsel-oe-linux-gcc -E'
CPPFLAGS=''
CURL_CFLAGS=''
CURL_CONFIG='/usr/bin/curl-config'
CURL_LIBS='-lcurl -lnettle -lgnutls -lz'
CXX='mipsel-oe-linux-g++'
CXXCPP='mipsel-oe-linux-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIR='${datadir}/tuxbox'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DRIVER=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_4DIGITS_FALSE=''
ENABLE_4DIGITS_TRUE='#'
ENABLE_CI_FALSE='#'
ENABLE_CI_TRUE=''
ENABLE_FRIBIDI_FALSE=''
ENABLE_FRIBIDI_TRUE='#'
ENABLE_FUNCTIONKEYS_FALSE=''
ENABLE_FUNCTIONKEYS_TRUE='#'
ENABLE_GSTREAMER_FALSE=''
ENABLE_GSTREAMER_TRUE='#'
ENABLE_LCDAPI_FALSE='#'
ENABLE_LCDAPI_TRUE=''
ENABLE_LCD_FALSE='#'
ENABLE_LCD_TRUE=''
ENABLE_LIBEPLAYER3_FALSE=''
ENABLE_LIBEPLAYER3_TRUE='#'
ENABLE_SCART_FALSE=''
ENABLE_SCART_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
FONTDIR='${datadir}/fonts'
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_LIBS='-lfreetype'
GAMESDIR='/etc/tuxbox/games'
GREP='/bin/grep'
GST_CFLAGS=''
GST_LIBS=''
ID3TAG_CFLAGS=''
ID3TAG_LIBS='-lid3tag -lz'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISOCODESDIR='${datadir}/iso-codes'
LCD_UPDATE_FALSE=''
LCD_UPDATE_TRUE='#'
LD='/usr/mipsel-oe-linux/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAD_CFLAGS=''
MAD_LIBS='-lmad -lm'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/mipsel-oe-linux-nm -B'
NMEDIT=''
OBJDUMP='mipsel-oe-linux-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='neutrinoHD2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='neutrinoHD2'
PACKAGE_STRING='neutrinoHD2 1.0.1'
PACKAGE_TARNAME='neutrinohd2'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGINDIR='/etc/tuxbox/plugins'
PNG_CFLAGS='-I/usr/include/libpng15'
PNG_LIBS='-lpng15'
RANLIB='mipsel-oe-linux-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='mipsel-oe-linux-strip'
TARGET_CONFIGDIR='/etc/tuxbox/config'
TARGET_DATADIR='/share/tuxbox'
TARGET_FONTDIR='/share/fonts'
TARGET_GAMESDIR='/etc/tuxbox/games'
TARGET_ISOCODESDIR='/share/iso-codes'
TARGET_PLUGINDIR='/etc/tuxbox/plugins'
TARGET_THEMESDIR='/share/tuxbox/neutrino/themes'
THEMESDIR='${datadir}/tuxbox/neutrino/themes'
USE_OPENGL_FALSE=''
USE_OPENGL_TRUE='#'
VERSION='1.0.1'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
host='mipsel-oe-linux-gnu'
host_alias='mipsel-oe-linux'
host_cpu='mipsel'
host_os='linux-gnu'
host_vendor='oe'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /media/usb/neutrinohd2/branches/nhd2-exp/install-sh'
libdir='${prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "neutrinoHD2"
#define PACKAGE_TARNAME "neutrinohd2"
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_STRING "neutrinoHD2 1.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "neutrinoHD2"
#define VERSION "1.0.1"
#define _GNU_SOURCE 1
#define _FILE_OFFSET_BITS 64
#define DEBUG 1
#define CONFIGDIR "/etc/tuxbox/config"
#define DATADIR "/share/tuxbox"
#define FONTDIR "/share/fonts"
#define GAMESDIR "/etc/tuxbox/games"
#define PLUGINDIR "/etc/tuxbox/plugins"
#define THEMESDIR "/share/tuxbox/neutrino/themes"
#define ISOCODESDIR "/share/iso-codes"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LINUX_DVB_VERSION_H 1
#define HAVE_DVB 1
#define HAVE_DVB_API_VERSION 5
#define PLATFORM_GIGABLUE 1
#define BOXMODEL_GBQUAD 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ENABLE_LCD 1
#define LCD_UPDATE 1
#define ENABLE_LCDAPI 1
#define ENABLE_CI 1

configure: exit 0

Code: Alles auswählen

neutrino &
[1] 17691
root@gbquadplus:/media/usb/neutrinohd2/branches/nhd2-exp# >>> neutrinoHD2 (compiled Sep 19 2015 16:55:23) <<<
starting /usr/local/bin/neutrino
CFrameBuffer::getInstance: frameBuffer Instance created
CFrameBuffer::init 24300k video mem
CFrameBuffer::setMode: FB: 1280x720x32
CFrameBuffer::setVideoMode: double buffering available!
NeutrinoApp Instance created
CNeutrinoApp::loadSetup
[ConfigFile] Unable to open file /usr/local/var/tuxbox/config/neutrino.conf for reading.
CNeutrinoApp::loadSetup: rec dir /media/hdd/record timeshift dir /media/hdd/record/.timeshift
Loading ${prefix}/share/iso-codes/iso-639.tab failed.
Loading ${prefix}/share/iso-codes/iso-639.tab failed.
cannot read locale: No such file or directory
Loading ${prefix}/share/iso-codes/iso-639.tab failed.
cannot read locale: No such file or directory
FBFontRenderClass::FBFontRenderClass: Intializing font cache, using max. 4MB...
CNeutrinoApp::SetupFonts: settings font file ${prefix}/share/fonts/micron.ttf
CNeutrinoApp::SetupFonts: font file [${prefix}/share/fonts/micron.ttf] not found
 neutrino exit

[1]+  Done                    neutrino
Benutzeravatar
mohousch
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 1049
Registriert: Di 18. Sep 2012, 20:21
Hat sich bedankt: 32 Mal
Danksagung erhalten: 116 Mal

Re: compiling neutrinohd2 for mipsel set top boxes

#338

Beitrag von mohousch »

can sein dass du den Source Ordner vom neutrino von wo anders auf die Box kopiert hast wo Du vorher gebaut hast?

führe mal erst

Code: Alles auswählen

./autogen.sh
denn den configure Befehl.
plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#339

Beitrag von plux7887 »

Nein, frisch von googlecode gecloned.

./autogen.sh mach ich immer und auch make distclean vorher.

Hab vor ca. 1 Jahr schonmal auf der Box gebaut. Da gings noch. Du must in der zwischenzeit irgendetwas geändert haben.
plux7887
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 9
Registriert: Fr 7. Aug 2015, 11:26
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#340

Beitrag von plux7887 »

Hab jetzt mal die Zeilen 3508 bis 3511 aus der zapit.cpp herausgenommen. Bringt nichts. Immer noch kein Bild.
Aufgenommene Videos mit dem Media Player abspielen geht auch nicht.

Code: Alles auswählen

(neutrino:645): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed
failed to create GStreamer pipeline!, sorry we can not play
[playback_cs.cpp]:Start (playing 0)
CMoviePlayerGui::PlayFile: Starting Playback failed!
[playback_cs.cpp]:Close
renwich
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 16
Registriert: Sa 20. Apr 2013, 18:23
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#341

Beitrag von renwich »

Hello, I have a sucessful build for dm800se

from this path /oe-alliance/build-enviroment/builds/openatv/release/dm800se if I issue ". ./env.source" then "bitbake neutrino" I get the following error

Code: Alles auswählen

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a MACHINE in your local.conf or environment

Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13409
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 659 Mal
Danksagung erhalten: 1364 Mal
Kontaktdaten:

Re: compiling neutrinohd2 for mipsel set top boxes

#342

Beitrag von BPanther »

The message shows the problem, just read the last line. ;)
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM8000, 1x DM800
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
renwich
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 16
Registriert: Sa 20. Apr 2013, 18:23
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#343

Beitrag von renwich »

already tried entering MACHINE=dm800se in both the local.conf and the opentv.conf
Benutzeravatar
BPanther
Administrator
Administrator
Beiträge: 13409
Registriert: Do 11. Jan 2007, 00:06
Wohnort: Berlin
Hat sich bedankt: 659 Mal
Danksagung erhalten: 1364 Mal
Kontaktdaten:

Re: compiling neutrinohd2 for mipsel set top boxes

#344

Beitrag von BPanther »

You can try "set MACHINE=dm800se" at the first line at the build script for the environment or disable the sanity checker.
MfG BPanther
KEIN SUPPORT PER PN -> Bitte das Forum nutzen und das Wiki lesen.


Bild Bild
Thx udog für das Bild.
TV: Sony Bravia KDL-46HX755
Boxen mit NMP und Unicable2 (Jess):
SH4: 7x UFS910 (1W, 128MB), 1x UFS910 (14W, 64MB), 1x UFS912, 2x UFS913, 1x AV700, 1x AV7000, 1x AV7500 (DVB-S/C/T), 1x Edision Argus Pingulux, 1x Vizyon820HD
MIPS: 1x VU+DUO, 1x VU+DUO2, 1x DM8000, 1x DM800
ARM: 3x AX 4K HD51 (DVB-S/SX/C/T/T2), 1x VU+Solo4K (DVB-S/SX (FBC)/C/T/T2 (DUAL)), 1x VU+Duo4K (DVB-S/SX (FBC)/C (FBC)), 3x E4HD 4K Ultra (DVB-S/SX/C/T/T2)
ARM: 1x VU+Duo4KSE (DVB-S/SX (FBC)/C (FBC)), 1x VU+Ultimo4K (DVB-S/SX (FBC)/C (DUAL)), 1x VU+Uno4KSE (DVB-S/SX (FBC)/C (FBC)), 2x VU+Zero4K (DVB-S/SX)
renwich
Registrierte Benutzer
Registrierte Benutzer
Beiträge: 16
Registriert: Sa 20. Apr 2013, 18:23
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: compiling neutrinohd2 for mipsel set top boxes

#345

Beitrag von renwich »

still struggling to get a neutrino build

I get the same error below even with . ./env.source;MACHINE=dm800se bitbake neutrino

Code: Alles auswählen

tapper@tapper-Virtual-Machine:~/oe-alliance/build-enviroment/builds/openatv/release/wetekplay$ . ./env.source;MACHINE=wetekplay bitbake neutrino
NOTE: Your conf/bblayers.conf has been automatically updated.
WARNING: Unable to get checksum for linux-xcore SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-xcore SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-xcore SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry add-dmx-source-timecode.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry af9015-output-full-range-SNR.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry af9033-output-full-range-SNR.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry as102-adjust-signal-strength-report.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry as102-scale-MER-to-full-range.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry cxd2820r-output-full-range-SNR.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry dvb-usb-dib0700-disable-sleep.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry dvb_usb_disable_rc_polling.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry fix-proc-cputype.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry iosched-slice_idle-1.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry it913x-switch-off-PID-filter-by-default.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry tda18271-advertise-supported-delsys.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry mxl5007t-add-no_probe-and-no_reset-parameters.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-etxx00 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-xp SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-vuplus SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-vuplus SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-skylake SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for odin-backup SRC_URI entry odin-backup.sh: file could not be found
WARNING: Unable to get checksum for linux-odin SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-odin SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-odin SRC_URI entry wetekplay-board.patch: file could not be found
WARNING: Unable to get checksum for linux-broadmedia SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-ixuss SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-ini-hdx SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-ini-hdp SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-ini-hde2 SRC_URI entry defconfig: file could not be found
WARNING: Unable to get checksum for linux-ini-hde SRC_URI entry defconfig: file could not be found
NOTE: Error during finalise of /home/tapper/oe-alliance/build-enviroment/meta-oe-alliance/meta-brands/meta-gigablue/recipes-cfe/gigablue-ddbootup.bb
ERROR: ExpansionError during parsing /home/tapper/oe-alliance/build-enviroment/meta-oe-alliance/meta-brands/meta-gigablue/recipes-cfe/gigablue-ddbootup.bb: Failure expanding variable do_install: ExpansionError: Failure expanding variable do_install, expression was     install -d /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/image/etc/init.d
    install -d /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/image/etc/rcS.d
    echo '#! /bin/sh' > /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/ddbootup
    ${@base_contains("MACHINE_FEATURES", "gigabluelcd", "echo 'echo 1 > /proc/stb/lcd/mode' >> /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/ddbootup" , "", d)}
    echo 'touch /dev/dbox/lcd0' >> /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/ddbootup
    echo 'echo "${MACHINEBUILD}" > /proc/stb/info/gbmodel' >> /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/ddbootup
    install -m 0755 /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/ddbootup /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/image/etc/init.d
    ln -sf ../init.d/ddbootup /home/tapper/oe-alliance/build-enviroment/builds/openatv/release/wetekplay/tmp-glibc/work/${MACHINEBUILD}-oe-linux-gnueabi/gigablue-ddbootup/1.0-r0/image/etc/rcS.d/S39ddbootup
 which triggered exception SyntaxError: EOL while scanning string literal (do_install, line 1)
WARNING: Unable to get checksum for linux-gigablue SRC_URI entry defconfig: file could not be found

Summary: There were 36 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
tapper@tapper-Virtual-Machine:~/oe-alliance/build-enviroment/builds/openatv/release/wetekplay$


Antworten

Zurück zu „NHD2 - Allgemeines“