Skip to content

Tag Archives: eclipse

Kernel coding with Eclipse

29-Jan-10

Linux includes a set of defines in include/linux/autoconf.h after configuration which is included with every file. Eclipse misses this and grays out code which is actually being built. Configure the kernel (for example with make xconfig) to create include/linux/autoconf.h Start eclipse with -vmargs -Xmx512M or more to avoid memory issues. Create a new Makefile C project. In [...]