Temat: Kompilacja LEDE z patchem od Cezarego
Co robię źle ?
git clone -b lede-17.01 https://github.com/lede-project/source.git lede
cd lede
git reset --hard efb6ca189641aec64ba94f0d6d4e008fb2c1668b
wget -q -r --level=0 -E --ignore-length -x -erobots=off -np -N -nH -R "*.html*" http://dl.eko.one.pl/lede/17.01-SNAPSHOT/patches/ -P /tmp
cp -r /tmp/lede/17.01-SNAPSHOT/patches/* ~/build/lede/
patch -p1 < r3876-efb6ca1.patch
echo "src-git obsy https://github.com/obsy/packages.git" >> feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
wget http://dl.eko.one.pl/lede/17.01-SNAPSHOT/targets/x86/64/config.seed.apu -O .config
make defconfig
make -j1 V=sŹle nakładam patch czy brakuje mi jeszcze czegoś w źródłach ?
gcc -O2 -I/home/cinek/build/lede/staging_dir/host/include -I/home/cinek/build/lede/staging_dir/host/usr/include -include endian.h -L/home/cinek/build/lede/staging_dir/host/lib -L/home/cinek/build/lede/stagi$
gcc: error: src/mkdlinkfw.c: No such file or directory
gcc: error: src/mkdlinkfw-lib.c: No such file or directory
Makefile:90: recipe for target '/home/cinek/build/lede/build_dir/host/firmware-utils/.built' failed
make[3]: *** [/home/cinek/build/lede/build_dir/host/firmware-utils/.built] Error 1
make[3]: Leaving directory '/home/cinek/build/lede/tools/firmware-utils'
tools/Makefile:147: recipe for target 'tools/firmware-utils/compile' failed
make[2]: *** [tools/firmware-utils/compile] Error 2
make[2]: Leaving directory '/home/cinek/build/lede'
tools/Makefile:145: recipe for target '/home/cinek/build/lede/staging_dir/target-x86_64_musl-1.1.16/stamp/.tools_install_yyyyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyyyyynynnyyynnny' failed
make[1]: *** [/home/cinek/build/lede/staging_dir/target-x86_64_musl-1.1.16/stamp/.tools_install_yyyyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyyyyynynnyyynnny] Error 2
make[1]: Leaving directory '/home/cinek/build/lede'
/home/cinek/build/lede/include/toplevel.mk:205: polecenia dla obiektu 'world' nie powiodły się
make: *** [world] Błąd 2
cinek@debian-vm:~/build/lede$