c++ - Eclipse CDT shows "unresolved inclussion" Errors though project compiles -


i using eclipse cdt luna c++/c project. have downloaded github , maintaining local repository. imported project eclipse "existing code makefile project". when build application once on command line compiles , runs , debug source. annoying @ moment std included , system included shows "unresolved inclusion" error.

i ve changed toolchain in project properties linux gcc, cross gcc , gnu autotools wont go awenter image description hereay.

i added following paths , tried buld index did not work either.enter image description here

does has idea why happens. once again iterating project compiles , runs fine these markings annoying can not see breakpoints ect.

std setting of project properties follows. enter image description here


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -