when eclipse Start - arcturus9/useful-link GitHub Wiki
* Install Eclipse
http://ubuntuhandbook.org/index.php/2016/01/how-to-install-the-latest-eclipse-in-ubuntu-16-04-15-10/
* When Error at Start
(1) Run/Debug Setting
Project -> Properties -> Run/Debug Settings -> New -> C/C++ Application [Select] -> Apply, Close
(2) Run Configuration(proj_name file in Debug folder)
Run -> Run Configuration -> C/C++ Application [double click] -> {C/C++ Application}: {Browse} [Click] -> {proj folder}+{Debug folder}+{proj_name.o file}[Select] -> OK, Apply
* When Eclipse indexing not working
https://stackoverflow.com/questions/11357009/eclipse-indexing-not-working/29005870
To add paths containing code to parse, follow these steps :
- Right click on the project
- Select Properties
- Go to C/C++ General
- Go to Path and Symbols
- If the paths are missing, add paths.
To re-parse the code follow these steps :
- Right click on the project
- Select Index
- Rebuild