• Programmieren
  • Cross compiling for Raspberry Pi in Windows 8

    Lots of info about Cross-Compiler can be found here http://wiki.osdev.org/GCC_Cross-Compiler So lets start with building the toolchain for building Raspberry Pi applications with crosstool-ng and the GNU Compiler. Preperations In order to compile crosstool-ng we need to install some packages in cygwin first. Run setup.exe and install the following packages gcc make bison flex gperf […]