MLD-5.x > Development
Aktuelle sources.list usw.
Uwe:
Soderle, ein Stück weiter, aber es gibt noch ein Problem:
Spoiler (show / hide)
--- Code: ---# make all
Build all:
Das für kernel benötigtes Debian Paket gcc-arm-linux-gnueabihf fehlt.
Sie können es durch folgende Eingabe installieren:
sudo apt-get install gcc-arm-linux-gnueabihf
grep: ../broken_packages.lst: No such file or directory
../Makefile.tools:686: recipe for target 'dep' failed
make[1]: *** [dep] Error 1
Makefile:53: recipe for target 'all' failed
make: *** [all] Error 2
root@odroidc1:/home/uwe/MLD# which gcc-arm-linux-gnueabihf
/usr/local/bin/gcc-arm-linux-gnueabihf
# cat Makefile.config
.SILENT:
DEST=wtk
--- End code ---
Spoiler (show / hide)
--- Code: ---# ls -la /usr/bin/arm*
-rwxr-xr-x 1 root root 37971 Jun 21 13:51 /usr/bin/armbianmonitor
lrwxrwxrwx 1 root root 9 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-addr2line -> addr2line
lrwxrwxrwx 1 root root 2 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-ar -> ar
lrwxrwxrwx 1 root root 2 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-as -> as
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-c++filt -> c++filt
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-cpp -> cpp-4.9
lrwxrwxrwx 1 root root 7 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-cpp-4.9 -> cpp-4.9
lrwxrwxrwx 1 root root 3 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-dwp -> dwp
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-elfedit -> elfedit
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-g++ -> g++-4.9
lrwxrwxrwx 1 root root 7 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-g++-4.9 -> g++-4.9
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gcc -> gcc-4.9
lrwxrwxrwx 1 root root 7 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-gcc-4.9 -> gcc-4.9
lrwxrwxrwx 1 root root 10 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gcc-ar -> gcc-ar-4.9
lrwxrwxrwx 1 root root 10 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-gcc-ar-4.9 -> gcc-ar-4.9
lrwxrwxrwx 1 root root 10 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gcc-nm -> gcc-nm-4.9
lrwxrwxrwx 1 root root 10 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-gcc-nm-4.9 -> gcc-nm-4.9
lrwxrwxrwx 1 root root 14 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gcc-ranlib -> gcc-ranlib-4.9
lrwxrwxrwx 1 root root 14 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-gcc-ranlib-4.9 -> gcc-ranlib-4.9
lrwxrwxrwx 1 root root 8 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gcov -> gcov-4.9
lrwxrwxrwx 1 root root 8 Dec 27 2014 /usr/bin/arm-linux-gnueabihf-gcov-4.9 -> gcov-4.9
lrwxrwxrwx 1 root root 5 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-gprof -> gprof
lrwxrwxrwx 1 root root 2 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-ld -> ld
lrwxrwxrwx 1 root root 6 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-ld.bfd -> ld.bfd
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-ld.gold -> ld.gold
lrwxrwxrwx 1 root root 2 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-nm -> nm
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-objcopy -> objcopy
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-objdump -> objdump
lrwxrwxrwx 1 root root 6 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-ranlib -> ranlib
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-readelf -> readelf
lrwxrwxrwx 1 root root 4 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-size -> size
lrwxrwxrwx 1 root root 7 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-strings -> strings
lrwxrwxrwx 1 root root 5 Feb 25 2015 /usr/bin/arm-linux-gnueabihf-strip -> strip
-rwxr-xr-x 2 root root 28684 Apr 23 2014 /usr/bin/arm-unknown-linux-gnueabihf-pkg-config
--- End code ---
clausmuus:
Am besten Du installierst wie vorgeschlagen das benötigte Paket.
Claus
Uwe:
Das wollte ich in meinen Post oben noch mit posten. Es gibt kein Paket davon:
Spoiler (show / hide)
--- Code: ---# apt-get install gcc-arm-linux-gnueabihf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gcc-arm-linux-gnueabihf
# apt-cache search gcc-arm-linux-gnueabihf
#
--- End code ---
rfehr:
ein
dpkg --add-architecture armhf
apt-get update
könnte vieleicht helfen.
Gruß,
Roland
Uwe:
Hallo Roland,
das hat leider nicht funktioniert.
Spoiler (show / hide)
--- Code: ---# dpkg --add-architecture armhf
root@odroidc1:/home/uwe# apt-get update
Ign file: ./ InRelease
Ign file: ./ Release.gpg
Ign file: ./ Release
Hit http://apt.pilight.org stable InRelease
Get:1 http://ftp.debian.org jessie-backports InRelease [166 kB]
Hit http://www.deb-multimedia.org jessie InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Get:2 http://security.debian.org jessie/updates InRelease [63.1 kB]
Hit http://apt.armbian.com jessie InRelease
Hit http://apt.pilight.org/ stable InRelease
Ign file: ./ Translation-en_US
Ign file: ./ Translation-en
Ign file: ./ Translation-en_US.UTF-8
Get:3 http://httpredir.debian.org jessie-updates InRelease [142 kB]
Ign http://httpredir.debian.org jessie InRelease
Hit http://apt.pilight.org stable/main armhf Packages
Get:4 http://httpredir.debian.org jessie-backports InRelease [166 kB]
Hit http://httpredir.debian.org jessie Release.gpg
Hit http://www.deb-multimedia.org jessie/main armhf Packages
Hit http://www.deb-multimedia.org jessie/non-free armhf Packages
Get:5 http://httpredir.debian.org jessie Release [148 kB]
Hit http://ppa.launchpad.net trusty/main armhf Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main armhf Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main armhf Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Ign http://apt.pilight.org stable/main Translation-en_US
Hit http://apt.armbian.com jessie/main armhf Packages
Ign http://apt.pilight.org stable/main Translation-en
Ign http://apt.pilight.org stable/main Translation-en_US.UTF-8
Get:6 http://ftp.debian.org jessie-backports/main Sources/DiffIndex [27.8 kB]
Hit http://apt.pilight.org/ stable/main armhf Packages
Get:7 http://ftp.debian.org jessie-backports/contrib Sources/DiffIndex [15.2 kB]
Get:8 http://ftp.debian.org jessie-backports/non-free Sources/DiffIndex [7,744 B]
Get:9 http://ftp.debian.org jessie-backports/main armhf Packages/DiffIndex [27.8 kB]
Get:10 http://security.debian.org jessie/updates/main armhf Packages [271 kB]
Get:11 http://ftp.debian.org jessie-backports/contrib armhf Packages/DiffIndex [12.3 kB]
Get:12 http://ftp.debian.org jessie-backports/non-free armhf Packages/DiffIndex [3,610 B]
Get:13 http://ftp.debian.org jessie-backports/contrib Translation-en/DiffIndex [3,532 B]
Get:14 http://ftp.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Get:15 http://ftp.debian.org jessie-backports/non-free Translation-en/DiffIndex [7,330 B]
Get:16 http://security.debian.org jessie/updates/contrib armhf Packages [1,138 B]
Get:17 http://security.debian.org jessie/updates/non-free armhf Packages [14 B]
Get:18 http://httpredir.debian.org jessie-updates/main armhf Packages/DiffIndex [4,456 B]
Get:19 http://security.debian.org jessie/updates/contrib Translation-en [1,211 B]
Get:20 http://security.debian.org jessie/updates/main Translation-en [142 kB]
Ign http://www.deb-multimedia.org jessie/main Translation-en_US
Get:21 http://httpredir.debian.org jessie-updates/contrib armhf Packages [32 B]
Get:22 http://security.debian.org jessie/updates/non-free Translation-en [14 B]
Ign http://www.deb-multimedia.org jessie/main Translation-en
Ign http://www.deb-multimedia.org jessie/main Translation-en_US.UTF-8
Ign http://www.deb-multimedia.org jessie/non-free Translation-en_US
Ign http://www.deb-multimedia.org jessie/non-free Translation-en
Ign http://www.deb-multimedia.org jessie/non-free Translation-en_US.UTF-8
Get:23 http://httpredir.debian.org jessie-updates/non-free armhf Packages/DiffIndex [736 B]
Ign http://apt.pilight.org/ stable/main Translation-en_US
Ign http://apt.pilight.org/ stable/main Translation-en
Get:24 http://httpredir.debian.org jessie-updates/contrib Translation-en [14 B]
Ign http://apt.pilight.org/ stable/main Translation-en_US.UTF-8
Get:25 http://httpredir.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B]
Get:26 http://httpredir.debian.org jessie-updates/non-free Translation-en/DiffIndex [736 B]
Get:27 http://httpredir.debian.org jessie-backports/main armhf Packages/DiffIndex [27.8 kB]
Ign http://apt.armbian.com jessie/main Translation-en_US
Ign http://apt.armbian.com jessie/main Translation-en
Get:28 http://httpredir.debian.org jessie-backports/contrib armhf Packages/DiffIndex [12.3 kB]
Ign http://apt.armbian.com jessie/main Translation-en_US.UTF-8
Get:29 http://httpredir.debian.org jessie-backports/non-free armhf Packages/DiffIndex [3,610 B]
Get:30 http://httpredir.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Get:31 http://httpredir.debian.org jessie-backports/contrib Translation-en/DiffIndex [3,532 B]
Get:32 http://httpredir.debian.org jessie-backports/non-free Translation-en/DiffIndex [7,330 B]
Get:33 http://httpredir.debian.org jessie/contrib armhf Packages [38.1 kB]
Get:34 http://httpredir.debian.org jessie/main armhf Packages [6,617 kB]
Get:35 http://httpredir.debian.org jessie/non-free armhf Packages [62.2 kB]
Get:36 http://httpredir.debian.org jessie/non-free Translation-en [72.5 kB]
Get:37 http://httpredir.debian.org jessie/contrib Translation-en [38.5 kB]
Get:38 http://httpredir.debian.org jessie/main Translation-en [4,580 kB]
Fetched 12.7 MB in 13s (925 kB/s)
Reading package lists... Done
root@odroidc1:/home/uwe# apt-cache search gcc-arm-linux-gnueabihf
root@odroidc1:/home/uwe# apt-get install gcc-arm-linux-gnueabihf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gcc-arm-linux-gnueabihf
root@odroidc1:/home/uwe#
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version