Installing Toolchain

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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