Installing Toolchain

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
Jump to navigation Jump to search

Before compiling any software for picoSAM9G45 you will need to have a ARM toolchain installed. We provide a minimal toolchain (here: https://gitorious.org/picopc-kernel/toolchain) which can be used to compile the bootstrap and the kernel. For compiling complex linux software you will need a complete toolchain like Codesourcery toolchains


 mkdir ~/picosam9
 cd ~/picosam9
 git clone git://gitorious.org/picopc-kernel/toolchain.git

The toolchain is installed in toolchain/ folder