Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error in opening files of existing code
Error in opening files of existing code [message #1839224] Wed, 17 March 2021 19:50 Go to next message
kunal gupta is currently offline kunal guptaFriend
Messages: 1
Registered: March 2021
Junior Member
I am working on autopilot and want to open its firmware folder on eclipse ide in ubuntu18.04.
but when i open the ardupilot folder , many of my header and source files are not recognised by IDE due to which in consule it shows error like this Screenshot from 2021-03-18 01-10-29.png


and i cant do the open declaration for the functions of files that are not getting recognised.....
Screenshot from 2021-03-18 01-12-17.png
On surfing through net , i found out that i have to increase the number of files that can be opened in IDE by going to window->preference->run/debug->consule
and then unchecking these two parameters, but on doig so , things still dont work up...
Screenshot from 2021-03-18 01-16-31.png


will be waiting for valuable suggestions.
Re: Error in opening files of existing code [message #1839242 is a reply to message #1839224] Thu, 18 March 2021 06:46 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
window->preference->run/debug->console
only controls how much output is kept in the console when running before it scrolls off.
Not sure why you are mentioning it here.
You don't seem to be running your program.

The majority of your errors appear to be Indexer errors.
You might want to read this:
https://www.eclipse.org/community/eclipse_newsletter/2013/october/article4.php
Won't be much help if this is an Arduino project though.
If it is, you should flag it in the title to alert the Arduino people.

Two of the errors seem to be invalid arguments that you will need to fix.

[Updated on: Thu, 18 March 2021 07:00]

Report message to a moderator

Previous Topic:"Preprocessor Include Paths, Macros, etc." menu item missing
Next Topic:Makefile build configurations
Goto Forum:
  


Current Time: Tue Apr 16 11:30:14 GMT 2024

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

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

Back to the top