Freetz-Buildumgebung unter ArchLinux einrichten

Ich suche jedes Mal wieder, welche Abhängigkeiten unter ArchLinux installiert sein müssen für Freetz. Deshalb schreibe ich das einfach mal kurz hier auf:

pacman -S --needed yaourt autoconf automake binutils bison bzip2 coreutils eclipse-ecj fastjar flex gawk gcc gettext git glibc graphicsmagick libtool libusb make ncurses patch patchutils perl perl-string-crc32 pkg-config python python2 ruby svn texinfo usbutils xz zlib

yaourt -S tofrodos gcc-multilib

Danach kann man auch schon im gewünschten Verzeichnis den aktuellen Freetz-Trunk auschecken:
svn checkout http://svn.freetz.org/trunk freetz-trunk

3 Comments

  1. Morta

    Ich hatte diesen Fehler

    checking whether the C compiler works... no
    configure: error: in `/share/freetz-7240/source/host-tools/fakeroot-1.14.5/build/biarch':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    make: *** [/share/freetz-7240/source/host-tools/fakeroot-1.14.5/build/biarch/.configured] Fehler 77

    Das Problem konnte durch installation von gcc-mulitlib behoben werden

    yaourt -S gcc-multilib

  2. Tom

    Hi,

    alles klar, danke für die Rückmeldung, ich füg es oben an.

  3. klesk

    Auf 32Bit System braucht man anstatt gcc-multilib natürlich nur gcc-libs.

Leave a Reply

Your email address will not be published. Required fields are marked *