alk
alk

Reputation: 70971

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.

Upvotes: 5

Views: 4038

Answers (1)

Federico
Federico

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

Related Questions