Neutrino3-MP-martii-FFTeam-

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Neutrino3-MP-martii-FFTeam-

      Hi all forum,I'm compiling form Mips,Im using UBUNTU 16.04.
      I have a problem:



      carlos@carlos-desktop:~$ cd martiis-buildsystem-cs
      carlos@carlos-desktop:~/martiis-buildsystem-cs$ make crosstool
      make /home/carlos/martiis-buildsystem-cs/build_tmp
      make[1]: se entra en el directorio '/home/carlos/martiis-buildsystem-cs'
      make[1]: '/home/carlos/martiis-buildsystem-cs/build_tmp' está actualizado.
      make[1]: se sale del directorio '/home/carlos/martiis-buildsystem-cs'
      rm -rf /home/carlos/martiis-buildsystem-cs/build_tmp/crosstool-ng-1.15.2
      tar -C /home/carlos/martiis-buildsystem-cs/build_tmp -xf /home/carlos/martiis-buildsystem-cs/download/crosstool-ng-1.15.2.tar.bz2
      set -e; unset CONFIG_SITE LD_LIBRARY_PATH; cd /home/carlos/martiis-buildsystem-cs/build_tmp/crosstool-ng-1.15.2; \
      patch -p1 -i /home/carlos/martiis-buildsystem-cs/archive-patches/crosstool-ng-1.15.2-don_t-build-nconf.diff; \
      cp /home/carlos/martiis-buildsystem-cs/archive-patches/111-ppl-0_10_2-fix-CXXFLAGS-for-gcc-4_7.patch patches/ppl/0.10.2/; \
      test "" = http && \
      sed -i 's#svn://svn.eglibc.org#eglibc.org/svn#' \
      scripts/build/libc/eglibc.sh || \
      true; \
      mkdir -p targets/src/; \
      tar -C targets/src/ -xf /home/carlos/martiis-buildsystem-cs/download/linux-3.9.2.tar.xz; \
      sed -i 's/ -static//' targets/src/linux-3.9.2/scripts/Makefile.host; \
      cp -a /home/carlos/martiis-buildsystem-cs/archive-patches/crosstool-ng-mips.config .config; \
      NUM_CPUS=$(expr `getconf _NPROCESSORS_ONLN` \* 2); \
      MEM_512M=$(awk '/MemTotal/ {M=int($2/1024/512); print M==0?1:M}' /proc/meminfo); \
      test $NUM_CPUS -gt $MEM_512M && NUM_CPUS=$MEM_512M; \
      test $NUM_CPUS = 0 && NUM_CPUS=1; \
      sed -i "s@^CT_PARALLEL_JOBS=.*@CT_PARALLEL_JOBS=$NUM_CPUS@" .config; \
      export TD_BASE_DIR=/home/carlos/martiis-buildsystem-cs; \
      export TD_BUILD_TMP=/home/carlos/martiis-buildsystem-cs/build_tmp; \
      export KVER=3.9.2; \
      ./configure --enable-local; \
      MAKELEVEL=0 make; \
      ./ct-ng oldconfig; \
      ./ct-ng build
      patching file Makefile.in
      patching file kconfig/Makefile
      checking build system type... i686-pc-linux-gnu
      checking host system type... i686-pc-linux-gnu
      checking for a BSD-compatible install... /usr/bin/install -c
      checking for grep that handles long lines and -e... /bin/grep
      checking for egrep... /bin/grep -E
      checking for a sed that does not truncate output... /bin/sed
      checking whether sed understands -r -i -e... yes
      checking whether ln -s works... yes
      checking for gcc... gcc
      checking whether the C compiler works... yes
      checking for C compiler default output file name... a.out
      checking for suffix of executables...
      checking whether we are cross compiling... no
      checking for suffix of object files... o
      checking whether we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking how to run the C preprocessor... gcc -E
      checking for ranlib... ranlib
      checking for objcopy... objcopy
      checking for absolute path to objcopy... /usr/bin/objcopy
      checking for objdump... objdump
      checking for absolute path to objdump... /usr/bin/objdump
      checking for readelf... readelf
      checking for absolute path to readelf... /usr/bin/readelf
      checking for bison... bison
      checking for flex... flex
      checking for gperf... gperf
      checking for gawk... gawk
      checking for makeinfo... makeinfo
      checking for cut... cut
      checking for stat... stat
      checking for readlink... readlink
      checking for wget... wget
      checking for tar... tar
      checking for gzip... gzip
      checking for bzip2... bzip2
      checking for patch... /usr/bin/patch
      checking for bash >= 3.1... /bin/bash
      checking for GNU make >= 3.80... /usr/bin/make
      checking whether /usr/bin/make sets $(MAKE)... yes
      checking for GNU libtool >= 1.5.26... /usr/bin/libtool
      checking for GNU libtoolize >= 1.5.26... /usr/bin/libtoolize
      checking for GNU automake >= 1.10... /usr/bin/automake
      checking for xz... xz
      checking for cvs... cvs
      checking for svn... svn
      checking for inline... inline
      checking for ANSI C header files... yes
      checking for sys/types.h... yes
      checking for sys/stat.h... yes
      checking for stdlib.h... yes
      checking for string.h... yes
      checking for memory.h... yes
      checking for strings.h... yes
      checking for inttypes.h... yes
      checking for stdint.h... yes
      checking for unistd.h... yes
      checking for stdlib.h... (cached) yes
      checking for GNU libc compatible malloc... yes
      checking for stdlib.h... (cached) yes
      checking for GNU libc compatible realloc... yes
      checking for working alloca.h... yes
      checking for alloca... yes
      checking libintl.h usability... yes
      checking libintl.h presence... yes
      checking for libintl.h... yes
      checking whether gettext is declared... yes
      checking ncurses/ncurses.h usability... no
      checking ncurses/ncurses.h presence... no
      checking for ncurses/ncurses.h... no
      checking ncurses/curses.h usability... no
      checking ncurses/curses.h presence... no
      checking for ncurses/curses.h... no
      checking ncursesw/curses.h usability... no
      checking ncursesw/curses.h presence... no
      checking for ncursesw/curses.h... no
      checking ncurses.h usability... yes
      checking ncurses.h presence... yes
      checking for ncurses.h... yes
      checking for library containing initscr... -lncurses
      configure: overiding all of --prefix and the likes, because --enable-local was set
      configure: creating ./config.status
      config.status: creating Makefile
      Makefile:114: *** Recursion detected, bailing out.... Alto.
      Makefile:119: fallo en las instrucciones para el objetivo 'build'
      make: *** [build] Error 2
      make/crosstool-mipsel.mk:6: fallo en las instrucciones para el objetivo '/home/carlos/martiis-buildsystem-cs/cross/bin/mipsel-unknown-linux-gnu-gcc'
      make: *** [/home/carlos/martiis-buildsystem-cs/cross/bin/mipsel-unknown-linux-gnu-gcc] Error 2
      carlos@carlos-desktop:~/martiis-buildsystem-cs$


      can anybody help me? please.
      Thanks and Regards
    • to build an image,I ask me this git clone git://gitorious.org/neutrino-hd/buildsystem-cs
      which marks me connection error.? change (git) for (https) downloads.
      but the next step: make preqs:error no Connection to git://gitorious.org/neutrino-hd/buildsystem-cs
      you back to (git) no to https:?you know why?

      Clone in buildsystem-cs......
      fatal: unable to connect to gitorious.org:
      gitorious.org[0: 64.13.172.37]: error=connection refused



      gitorious.org/neutrino-hd/buildsystem-cs

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von lilo74 ()

    • mkdir download
      git clone git://gitorious.org/neutrino-hd/buildsystem-cs
      cd neutrino

      console:

      echo "PLATFORM=tripledragon" > config
      echo "MAINTAINER=thomas" >> config
      echo "FLAVOUR=neutrino-mp"

      make preqs
      make crosstool
      make ccache
      make bootstrap
      make -j4 system-pkgs
      make spark-system-usb
      make flashimage
      make pkg-index
      1x Triplex alter Sattuner + dvb-C/T --- 2x Triplex neuer Sattuner + Dvb-C/T2 --- LX 2 1 Sat+ Dvb-C/T2 --- 4x Dbox1 --- 2x Pace --- 1x GM990 reloaded 1x Pingulux (alte)
    • Hi Thomas66, i compile for stb mips in yocto-neutrino-mp have this error:


      carlos@carlos-desktop:~/poky/build-azbox$ bitbake core-image-minimal
      WARNING: Host distribution "Ubuntu-18.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
      Loading cache: 100% |###########################################| ETA: 00:00:00
      Loaded 1363 entries from dependency cache.
      Parsing recipes: 100% |#########################################| Time: 00:00:02
      Parsing of 923 .bb files complete (917 cached, 6 parsed). 1367 targets, 228 skipped, 0 masked, 0 errors.
      NOTE: Resolving any missing task queue dependencies

      Build Configuration:
      BB_VERSION = "1.30.0"
      BUILD_SYS = "i686-linux"
      NATIVELSBSTRING = "universal"
      TARGET_SYS = "mipsel-poky-linux"
      MACHINE = "azboxme"
      DISTRO = "poky"
      DISTRO_VERSION = "2.1.3"
      TUNE_FEATURES = "o32 fpu-hard mips32"
      TARGET_FPU = ""
      meta
      meta-poky
      meta-yocto-bsp = "krogoth:444dc2e99b3c3967d9f83380c34bb99077a6ffa8"
      meta-neutrino-mp = "master:8a321a5e944cb89c0005b128ad330574dacd7572"
      meta-azbox = "master:a7cc13f64a73de42f7d9225836e3ec285cd424ea"

      NOTE: Preparing RunQueue
      NOTE: Executing SetScene Tasks
      NOTE: Executing RunQueue Tasks
      ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
      ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log file is located at /home/carlos/poky/build-azbox/tmp/work/i686-linux/automake-native/1.15-r0/temp/log.do_compile.7705)
      ERROR: Logfile of failure stored in: /home/carlos/poky/build-azbox/tmp/work/i686-linux/automake-native/1.15-r0/temp/log.do_compile.7705
      Log data follows:
      | DEBUG: Executing shell function do_compile
      | NOTE: make -j 2
      | : && /bin/mkdir -p doc && { PATH='/home/carlos/poky/build-azbox/tmp/work/i686-linux/automake-native/1.15-r0/build/t/wrap:'$PATH && export PATH; } && /usr/bin/perl ../automake-1.15/doc/help2man --output=doc/automake-1.15.1 automake-1.15
      | help2man: can't get `--help' info from automake-1.15
      | Try `--no-discard-stderr' if option outputs to stderr
      | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
      | make: *** [doc/automake-1.15.1] Error 255
      | ERROR: oe_runmake failed
      | WARNING: /home/carlos/poky/build-azbox/tmp/work/i686-linux/automake-native/1.15-r0/temp/run.do_compile.7705:1 exit 1 from 'exit 1'
      | ERROR: Function failed: do_compile (log file is located at /home/carlos/poky/build-azbox/tmp/work/i686-linux/automake-native/1.15-r0/temp/log.do_compile.7705)
      ERROR: Task 232 (virtual:native:/home/carlos/poky/meta/recipes-devtools/automake/automake_1.15.bb, do_compile) failed with exit code '1'

      Thomas66 how can I solve this error?
    • Hi Thomas, Thanks, now have this error:

      error bitbake neutrino-image:

      ERROR: Task 782 (/home/carlos/yocto-poky/meta-neutrino-mp/recipes-local/ffmpeg/ffmpeg_2.7.bb, do_configure) failed with exit code '1'
      NOTE: Tasks Summary: Attempted 734 tasks of which 0 didn't need to be rerun and 1 failed.
      Waiting for 0 running tasks to finish:

      Summary: 1 task failed:
      /home/carlos/yocto-poky/meta-neutrino-mp/recipes-local/ffmpeg/ffmpeg_2.7.bb, do_configure
      Summary: There were 7 WARNING messages shown.
      Summary: There was 1 ERROR message shown, returning a non-zero exit code.
      carlos@carlos-desktop:~/yocto-poky/build-az$

      and run like : bitbake core-image-minimal
      ERROR: Task 457 (virtual:native:/home/carlos/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb, do_compile) failed with exit code '1'
      Currently 1 running tasks (786 of 1507):
      0: linux-azbox-3.9.2-r0 do_compile (pid 23767)


      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von boyz74 ()

    Unsere Partnerboards

    ^
    Flag Counter