Reputation: 70971
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 #define
ed 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.
Upvotes: 5
Views: 4038
Reputation: 3892
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
Upvotes: 4