Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Use Build Output Parser (BOP) to find include path(What are the settings needed for this to work?)
Use Build Output Parser (BOP) to find include path [message #1082383] Thu, 08 August 2013 09:53 Go to next message
Eclipse UserFriend
Hello,

I'm trying to setup CDT so that I can work on a little kernel driver tutorial I've found.

CDT offers the "Build Output Parser (BOP)" options which is supposed to extract the include paths from the build output.

What options do I have to set for this to work with gnu make and gcc? Unfortunately I haven't found anything on the internet about this topic.

I'm currently using CDT 8.2.0.


Regards
Martin

[Updated on: Thu, 08 August 2013 11:45] by Moderator

Re: Use Build Output Parser (BOP) to find include path [message #1082495 is a reply to message #1082383] Thu, 08 August 2013 12:46 Go to previous messageGo to next message
Eclipse UserFriend
Try http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fconcepts%2Fcdt_c_scanner_discovery.htm

Andrew
Re: Use Build Output Parser (BOP) to find include path [message #1082901 is a reply to message #1082495] Fri, 09 August 2013 03:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

unfortunately I don't see any hints on how to configure CDT and the make and GCC command line parameters. I have uploaded the current project and build output with a screenshot of my current Build Output Parser settings.
Re: Use Build Output Parser (BOP) to find include path [message #1083107 is a reply to message #1082901] Fri, 09 August 2013 09:35 Go to previous message
Eclipse UserFriend
It considers lines that start with "gcc" and end with C file being compiled. Your compile command is embedded into shell script. If you manage to print the compile command in build output on separate line it should parse it. Also, the C file has to be a part of the project.

Thanks,
Andrew
Previous Topic:Add default run-configuration on project create
Next Topic:ASTRewrite and Preprocessor Macros
Goto Forum:
  


Current Time: Mon May 12 03:02:22 EDT 2025

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

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

Back to the top