Linux Kernel creates a configuration with Eclipse

I am trying to use Eclipse to browse Linux kernel sources.

How can I get Eclipse to find out what is installed in the build configuration in .config , respectively #define ed in include/linux/autoconf.h ?

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

Something like gcc option -include <file name> in the project database will be useful.

+4
source share
1 answer

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

+3
source

Source: https://habr.com/ru/post/1439834/


All Articles