Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Linux kernel indexing - Makefiles
Linux kernel indexing - Makefiles [message #1074724] Sat, 27 July 2013 11:15
Eclipse UserFriend
Hi all! I'm new user of Eclipse and I'm trying to use it for Linux
kernel - for indexing. All is fine, but there is next problem: not all
symbols are defined in autoconf.h, some of them (there are such
modules/drivers) uses own symbols in own Makefile (in folder of module).
I see some CONFIG_* symbols there from general config file (and in
resulting/out autoconf.h) but also there are sometimes 'independent'
symbols - not from autoconf.h.

So, I can hardcode them in properties of such project folders
(personally for such modules) - like we do it usually with __KERNEL__
symbol for example, and this works. But are there some more 'automatic'
way to do it? To import such symbols from local Makefiles... but without
to create new project from Makefile!

/best regards, Exquisitus
Previous Topic:Why is there no Index import but only index export?
Next Topic:Tools for C++ in Eclipse
Goto Forum:
  


Current Time: Fri May 23 05:12:25 EDT 2025

Powered by FUDForum. Page generated in 0.05812 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top