| CDT error parser and makefiles [message #226238] |
Mon, 03 November 2008 06:03  |
Eclipse User |
|
|
|
I am building my project using eclipse and a custom make application.
The build itself works fine. Unfortunately the GCC error parser is not
able to extract the file names of the output.
This is the raw output:
../main.hpp:75: error: expected `;' before 'extension'
This is the entry in the problems window:
Description | Resource | Path | Location | Type
../main.hpp: error: expected `;' before 'extension' | make_project | | 75
| C/C++ Problem
Double clicking at the entry in the window does not open the ../main.hpp .
What is wrong?
PS: main.hpp is a 'Linked File' and does not exist in the project folder.
I think I need a way to tell eclipse that she should search in folder XYZ
for the source files?!
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.22189 seconds