Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] logic error in CCommandDSC can lead to no Symbols added to project!

Hi guys,
 
Just traced through a problem we were having whereby the Symbols from the compiler command weren't being propogated through to the configuration.  It seems like a bug in getSCDRunnableCommand().  The result is that if (quoteIncludePaths==true), only include directives will be added to the SCDRunnableCommand.
 
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=157870
 
I think this is probably serious enough to warrant being applied to 3.1.1?
 
Cheers,
 
James

Back to the top