Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » No available error parser for gfortran 5
No available error parser for gfortran 5 [message #1704019] Thu, 06 August 2015 18:08
Tao Song is currently offline Tao SongFriend
Messages: 1
Registered: August 2015
Junior Member
I'm using Eclipse for Parallel Application Developers (Mars 4.5.0) to develop a fortran application. When I configure the error parser for gfortran 5, the "Photon Error Parser for GNU Fortran (gfortran)" doesn't work well. Alternatively, I can add a user defined error parser for fortran 5, the problem is that the error messages output by gfortran have multiple lines, for instance:

../Fortran_Lib/Test.f90:87:10:

prit *, 'Old/New Comp:', oldComp, newComp
1
Error: Unclassifiable statement at (1)

It seems that the user defined error parser can only read single-line errors/warnings. Can anyone tell me how to write a multiple-line error parser?

Thanks and best,
Tao
Previous Topic:Weird errors from makefile
Next Topic:Using extension point org.eclipse.cdt.ui.semanticHighlighting
Goto Forum:
  


Current Time: Thu Mar 28 11:16:48 GMT 2024

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

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

Back to the top