Raspberry Pi: Difference between revisions

[unchecked revision][unchecked revision]
Line 39:
===Building a cross compiler===
 
Like me you are probably using a x86 PC as main machine and want to edit and compile the source on that and the RPi is an ARM cpuCPU so you absoluetly need a cross compiler. But even if you are developing on an ARM system it is still a good idea to build a cross compiler to avoid accidentally mixing stuff from your developement system with your own kernel. Follow the steps from [[GCC_Cross-Compiler]] to build your own cross compiler but use:
 
<source lang="bash">
Anonymous user