How do I setup eclipse CDT to cross compile the kernel for the Raspberry Pi?
Is it as simple as File -> New -> Makefile Project with Existing Code?
What else has to be considered?
How do I setup eclipse CDT to cross compile the kernel for the Raspberry Pi?
Is it as simple as File -> New -> Makefile Project with Existing Code?
What else has to be considered?
This can be done if you use a distribution designed for
embedded development, such as my project Nard SDK
http://www.arbetsmyra.dyndns.org/nard/
(but there are others too!).
A short guide:
File > Import > C/C++ > Existing Code as Makefile ProjectCode Location = /path/to/extracted/nard/Toolchain = "Cross GCC"Finish"nard > apps > linux-kernel > linux-kernelProject > Build Project