Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » cdt builder with a custom builder(cdt builder does not get invoked after another builder)
cdt builder with a custom builder [message #1741689] Sat, 27 August 2016 14:53
Jan Mazak is currently offline Jan MazakFriend
Messages: 1
Registered: August 2016
Junior Member
I have a custom plugin with IncrementalBuilder which processes GMF diagrams and produces C source files to be build by CDT. My builder also creates Makefiles as appropriate.

The problem is that after I modify a diagram, the CDT builder does not get invoked in the same run, i.e. I have to press Ctrl+B twice to have the resulting executable reflect the changes.

I have checked that the C source files are really created with appropriate timestamp, and they get correctly processed in the second run (initiated by Ctrl+B), so the generated Makefiles are correct too. The order of builders is my custom diagram builder, CDT builder, config scanner (there are three of them altogether).

How to force CDT builder to be invoked immediately?
Previous Topic:SW4STM32 (Eclipse based) won't link Source and Header
Next Topic:MSVC++ unwanted includes in Project Explorer
Goto Forum:
  


Current Time: Sat Sep 21 03:31:18 GMT 2024

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

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

Back to the top