Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » regexErrorParser for a custom compiler
regexErrorParser for a custom compiler [message #973226] Tue, 06 November 2012 06:51
sri sri is currently offline sri sriFriend
Messages: 20
Registered: October 2012
Junior Member
Hi All,
I am working on eclipse Indigo, CDT 7.0 and scala 2.1. I developed scala project, which runs a custom compiler that generates a CDT project by using a CDT template project. While creation of the CDT project, compiler may generate syntax/semantic errors. Currently, these errors, along with some other build messages, are being streamed into the console view.

I have added Regex Error Parser in CDT template project to match these errors. However they are not getting populated in the Problems View. I have cross checked the regex using flex, its working fine.

Do I need to do any other CDT Build settings?

Previous Topic:Adding new source files bugs linking stage
Next Topic:Unable to launch debugger
Goto Forum:
  


Current Time: Fri Apr 26 14:49:44 GMT 2024

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

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

Back to the top