Raspberry Pi: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
mNo edit summary
Line 40:
===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 CPU so you absoluetlyabsolutely 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