Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Standard Make New Project wizard Error Parser tab and Make Builder tab

> 
> This is a multipart message in MIME format.
> --=_alternative 006D6F9885256DA5_=
> Content-Type: text/plain; charset="us-ascii"
> 
> Would someone please explain what the new Error Parser tab is all about 
> and how should the user be instructed to use it?
> 

The ErrorParser are filters that are use to detect error patterns
in the build output log.  When the filter detect a matching pattern
an Error/Warning task will appear in the appropriate IFile if the file
is not found the Error/Warning will appear on the project.

The ErrorParser are now extension that other plugins can contribute
to the builder for error discovery.  CDT comes with a few by default
GCC(GNU C/C++ Compiler) error parser
GAS(GNU Assembler) a error parser
GLD(GNU linker) error parser
GNU Make error parser

Usually the builder will select the right one for the user.

The tab is in 3 places.

Workbench Preference -> Make
  A general Preference setting for the "Standard" make builder
  when choosing the errorparsers in the wizard.

Standard Make Wizard
  Change to the error parser at creation of a Standard make project

Standard Make Property
  Customize a project error parsers after creation.


> Ditto for the new Workbench Build Behavior area of the Make Builder tab.
> 

Still working on some small bug fixes, but this should not affect the
general ideas as stated below.




Back to the top