Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux Kernel's build configuration with Eclipse

I try to use Eclipse to browse the Linux Kernel sources.

How can I make Eclipse aware of what is set as build configuration in .config respectively #defineed in include/linux/autoconf.h?

I'm using Eclipse's Juno Service Release 1 (Build id: 20120920-0800) on Debian (stable).

Useful would be something like gcc's option -include <file name> on project base.

like image 764
alk Avatar asked Oct 07 '22 08:10

alk


1 Answers

Take a look at this procedure to configure Eclipse to work with the Linux kernel. http://wiki.eclipse.org/HowTo_use_the_CDT_to_navigate_Linux_kernel_source

like image 73
Federico Avatar answered Oct 13 '22 12:10

Federico