Re: NI-Buildsystem
Verfasst: Sa 24. Aug 2019, 23:52
Ein Update Deiner Kamerasoftware hast Du schon versucht?
Lösch mal libcoolstrem auf deinem PC , mach Update und baue image nochmal.Habe auch das letzte Nightly geflasht und da tritt dieses / "mein" fehler nicht auf.
[INFO ] Installing pass-1 core C gcc compiler
[ERROR] /home/tannen/neutrino/ni-buildsystem/build_tmp/crosstool-ng.git/targets/src/gcc-linaro-6.3-2017.02/gcc/ubsan.c23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
[ERROR] make[4]: *** [ubsan.o] Error 1
[ERROR] make[4]: *** Waiting for unfinished jobs....
[ERROR] make[3]: *** [all-gcc] Error 2
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing pass-1 core C gcc compiler'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@338]
[ERROR] >> called from: do_gcc_core_backend[scripts/build/cc/100-gcc.sh@674]
[ERROR] >> called from: do_gcc_core_pass_1[scripts/build/cc/100-gcc.sh@227]
[ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc.sh@35]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@655]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> 'docs/B - Known issues.txt'
[ERROR] >>
[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR] >>
[ERROR] >> Make sure your report includes all the information pertinent to this issue.
[ERROR] >> Read the bug reporting guidelines here:
[ERROR] >> http://crosstool-ng.github.io/support/
[ERROR]
[ERROR] (elapsed: 5:23.41)
[05:24] / ct-ng:146: recipe for target 'build' failed
make[2]: *** [build] Error 2
make/crosstool.mk:89: recipe for target '/home/tannen/neutrino/ni-buildsystem/cross/arm/hd2' failed
make[1]: *** [/home/tannen/neutrino/ni-buildsystem/cross/arm/hd2] Error 2
make/crosstool.mk:9: recipe for target 'crosstools' failed
make: *** [crosstools] Error 2
tannen@tannen/neutrino/ni-buildsystem $
Code: Alles auswählen
ifeq ($(BOXMODEL), $(filter $(BOXMODEL), hd2 hd51 bre2ze4k))
$(CHDIR)/$(CROSSTOOL-NG_TMP); \
cp -a $(PATCHES)/crosstool-ng/gcc/* patches/gcc/linaro-6.3-2017.02
endif
Code: Alles auswählen
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 hd51 bre2ze4k))
$(CHDIR)/$(CROSSTOOL-NG_TMP); \
cp -a $(PATCHES)/crosstool-ng/gcc/* patches/gcc/linaro-6.3-2017.02
endif
Code: Alles auswählen
[INFO ] Installing binutils for host
[INFO ] Installing binutils for host: done in 1199.44s (at 89:57)
[INFO ] =================================================================
[INFO ] Installing pass-1 core C gcc compiler
[ERROR] collect2: error: ld returned 1 exit status
[ERROR] make[3]: *** [/home/topie/ni-buildsystem/build_tmp/crosstool-ng.git/targets/src/gcc-linaro-6.3-2017.02/gcc/c/Make-lang.in:71: cc1] Error 1
[ERROR] make[3]: *** Waiting for unfinished jobs....
[ERROR] collect2: error: ld returned 1 exit status
[ERROR] make[3]: *** [/home/topie/ni-buildsystem/build_tmp/crosstool-ng.git/targets/src/gcc-linaro-6.3-2017.02/gcc/lto/Make-lang.in:71: lto1] Error 1
[ERROR] make[2]: *** [Makefile:4111: all-gcc] Error 2
[ERROR] \
[ERROR] >>
[ERROR] >> Build failed in step 'Installing pass-1 core C gcc compiler'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@338]
[ERROR] >> called from: do_gcc_core_backend[scripts/build/cc/100-gcc.sh@674]
[ERROR] >> called from: do_gcc_core_pass_1[scripts/build/cc/100-gcc.sh@227]
[ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc.sh@35]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@655]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> 'docs/B - Known issues.txt'
[ERROR] >>
[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:
[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR] >>
[ERROR] >> Make sure your report includes all the information pertinent to this issue.
[ERROR] >> Read the bug reporting guidelines here:
[ERROR] >> http://crosstool-ng.github.io/support/
[ERROR] /
[ERROR] (elapsed: 185:50.92)
[186:05] / make[1]: *** [ct-ng:146: build] Fehler 2
make: *** [make/crosstool.mk:92: /home/topie/ni-buildsystem/cross/arm-linux-3.10.93] Fehler 2
topie@debian:~/ni-buildsystem$
Code: Alles auswählen
Applying parted-devmapper-1.patch
patch: **** Can't open patch file /home/topie/ni-buildsystem/patches/parted-devmapper-1.patch : No such file or directory
make: *** [make/host-tools.mk:187: /home/topie/ni-buildsystem/host/bin/parted] Fehler 2
topie@debian:~/ni-buildsystem$
Code: Alles auswählen
PARTED_VER = 3.2
PARTED_TMP = parted-$(PARTED_VER)
PARTED_SOURCE = parted-$(PARTED_VER).tar.xz
PARTED_URL = https://ftp.gnu.org/gnu/parted
$(ARCHIVE)/$(PARTED_SOURCE):
$(DOWNLOAD) $(PARTED_URL)/$(PARTED_SOURCE)
PARTED_PATCH = parted-device-mapper.patch
PARTED_PATCH += parted-sysmacros.patch
PARTED_PATCH += parted-iconv.patch
Code: Alles auswählen
home/topie/ni-buildsystem/patches/parted-devmapper-1.patch : No such file or directory
Code: Alles auswählen
Installation der Toolchain in neuer Virtuellen Debian Distri
Hat er
Das kann ich zur zeit nicht einsehen, heute Abend aber.
Code: Alles auswählen
Bereits aktuell.
topie@debian:~/ni-buildsystem$ make init
rm -rf /home/topie/ni-buildsystem/build_tmp/parted-3.2
tar -C /home/topie/ni-buildsystem/build_tmp -xf /home/topie/ni-buildsystem/download/parted-3.2.tar.xz
set -e; cd /home/topie/ni-buildsystem/build_tmp/parted-3.2; \
l=; test -z $l && l=1; for i in parted-devmapper-1.patch parted-sysmacros.patch; do if [ -d $i ]; then for p in $i/*; do echo -e "\033[40;0;33mApplying $p\033[0m"; if [ ${p:0:1} == "/" ]; then patch -p$l -i $p; else patch -p$l -i /home/topie/ni-buildsystem/patches/$p; fi; done; else echo -e "\033[40;0;33mApplying $i\033[0m"; if [ ${i:0:1} == "/" ]; then patch -p$l -i $i; else patch -p$l -i /home/topie/ni-buildsystem/patches/$i; fi; fi; done; \
./configure \
--enable-silent-rules \
--enable-static \
--disable-shared \
--disable-device-mapper \
--without-readline \
; \
make -j2
Applying parted-devmapper-1.patch
patch: **** Can't open patch file /home/topie/ni-buildsystem/patches/parted-devmapper-1.patch : No such file or directory
make: *** [make/host-tools.mk:187: /home/topie/ni-buildsystem/host/bin/parted] Fehler 2
topie@debian:~/ni-buildsystem$
Code: Alles auswählen
checking for arm-cortex-linux-uclibcgnueabi-gcc... arm-cortex-linux-uclibcgnueabi-gcc
checking whether the C compiler works... no
configure: error: in `/home/topie/ni-buildsystem/build_tmp/cortex-strings-48fd30c':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [make/target-libs-static.mk:29: /home/topie/ni-buildsystem/static/arm-linux-3.10.93/lib/libcortex-strings.la] Fehler 77
topie@debian:~/ni-buildsystem$
Code: Alles auswählen
Applying parted-devmapper-1.patch
patch: **** Can't open patch file /home/topie/ni-buildsystem/patches/parted-devmapper-1.patch : No such file or directory
make: *** [make/host-tools.mk:187: /home/topie/ni-buildsystem/host/bin/parted] Fehler 2
Code: Alles auswählen
Auflösen des Hostnamens ftp.de.debian.org (ftp.de.debian.org)… 141.76.2.4
Verbindungsaufbau zu ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:443 … verbunden.
Der Zertifikat-Eigentümer passt nicht zum Hostname »ftp.de.debian.org«.
make[1]: *** [make/target-libs.mk:1092: /home/topie/ni-buildsystem/download/libvorbisidec_1.2.1+git20180316.orig.tar.gz] Fehler 5
make: *** [make/ni.mk:59: image] Fehler 2
topie@topie:~/ni-buildsystem$