<html><head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">Hi<br>
<br>
Sry kurz angebunden am Handy:<br>
<br>
Statt<br>
<br>
./buildscript build<br>
<br>
Mal mit<br>
<br>
./buildscript build debug<br>
<br>
Bauen, dann sollten mehr Fehler kommen, und man erkennt besser woran es scheitert. Ist U.u. eine sehr lange Liste dann und man muss bisschen suchen<br>
<br>
Mfg<br>
<br>
Christian<br><br><div class="gmail_quote">Am 31. Juli 2018 23:27:55 MESZ schrieb Christoph Stitz <info@steampixel.de>:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

    <p>Hey,</p>
    <p>ich habe mir eine VM auf Basis von ubuntu/xenial64 eingerichtet
      um meine Freifunk-Router (TP-Link-WR1043N) automatisch mit einer
      neuen Firmware zu versorgen. Dazu habe ich versucht mich so weit
      wie möglich an die Anleitung hier zu halten: 
      <a class="moz-txt-link-freetext" href="https://wiki.freifunk-franken.de/w/FirmwareEntwicklung">https://wiki.freifunk-franken.de/w/FirmwareEntwicklung</a></p>
    <p>Die Provisionierung für die Ubuntu-VM sieht wie folgt aus:</p>
    <p><i># update</i><i><br>
      </i><i>apt-get update</i><i><br>
      </i><i><br>
      </i><i># install dependencys</i><i><br>
      </i><i>apt-get install -y zlib1g-dev lua5.2 build-essential unzip
        libncurses-dev gawk subversion git realpath libssl-dev</i><i><br>
      </i><i><br>
      </i><i># install python 2.x</i><i><br>
      </i><i>apt-get install -y python-minimal</i></p>
    <p>Innerhalb der VM versuche ich dann mit einem Script die Firmware
      zu bauen:</p>
    <p><i># Clone repository if not exist</i><i><br>
      </i><i># If exists pull</i><i><br>
      </i><i>if cd ~/firmware; then git pull; else git clone
        <a class="moz-txt-link-freetext" href="https://github.com/FreifunkFranken/firmware.git">https://github.com/FreifunkFranken/firmware.git</a> ~/firmware; fi</i><i><br>
      </i><i><br>
      </i><i>cd ~/firmware</i><i><br>
      </i><i><br>
      </i><i># Mit Hilfe der Community-Files werden Parameter, wie die
        ESSID, der Kanal sowie z.B. die Netmon-IP gesetzt. </i><i><br>
      </i><i># Diese Einstellungen sind Community weit einheitlich und
        müssen i.d.R. nicht geändert werden. </i><i><br>
      </i><i>./buildscript selectcommunity community/franken.cfg</i><i><br>
      </i><i><br>
      </i><i># Je nach dem, für welche Hardware die Firmware gebaut
        werden soll muss das BSP gewählt werden: </i><i><br>
      </i><i>./buildscript selectbsp bsp/board_ar71xx.bsp</i><i><br>
      </i><i><br>
      </i><i># Prepare</i><i><br>
      </i><i>./buildscript prepare</i><i><br>
      </i><i><br>
      </i><i># Build</i><i><br>
      </i><i>./buildscript build</i><i><br>
      </i><i><br>
      </i><i>cd ..</i><br>
    </p>
    <p>Nachdem ich einen Kaffee trinken war bekomme ich die folgende
      Fehlermeldung. Scheinbar werden einige Files nicht gefunden:<br>
    </p>
    <p>...<br>
      make[3] -C /home/vagrant/firmware/src/packages/fff/fff compile<br>
      make -r world: build failed. Please re-run make with -j1 V=s to
      see what's going on<br>
      /home/vagrant/firmware/build/ar71xx/include/toplevel.mk:198:
      recipe for target 'world' failed<br>
      make: *** [world] Error 1<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-cpe210-220-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-cpe510-520-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr740n-v4-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr741nd-v2-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr741nd-v4-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v7-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v8-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v9-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v10-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v11-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v12-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr1043nd-v4-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr1043n-v5-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wa860re-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wa850re-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wa901nd-v2-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-mr3020-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin':
      No such file or directory<br>
      cp: cannot stat
'./build/ar71xx/bin/targets/ar71xx/generic/lede-ar71xx-generic-archer-c25-v1-squashfs-sysupgrade.bin':
      No such file or directory</p>
    <p>Hat jemand eine Idee dazu?</p>
    <p>VG<br>
    </p>
    <div class="moz-signature">-- <br>
      <b>Steampixel</b><br>
      Inhaber: Christoph Stitz<br>
      Erthalstraße 6<br>
      97074 Würzburg<br>
      <br>
      <b>Kontakt</b><br>
      Mail: <a class="moz-txt-link-abbreviated" href="mailto:info@steampixel.de">info@steampixel.de</a><br>
      Tel: 0931 417 282 21<br>
      Mobil: 0157 805 767 30<br>
      Web: steampixel.de<br>
      <br>
      <b>Bürozeiten</b><br>
      Mo-Fr von 9-17 Uhr<br>
    </div>
  

</blockquote></div><br>
-- <br>
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.</body></html>