hi i follow "Development with GCC and Eclipse" in tutorial to Create a new Eclipse project step i got some problems
it says " type XXX could not be resolved" it may many include flie not be found
how can i solve it
hi i follow "Development with GCC and Eclipse" in tutorial to Create a new Eclipse project step i got some problems
it says " type XXX could not be resolved" it may many include flie not be found
how can i solve it
You need to look into the console tab for compilation errors. Not the Problems tab.
You need to look into the console tab for compilation errors. Not the Problems tab.
That's not (entirely) true.
The 'Problems' tab gathers its content from a number of sources - including compilation errors.
Having said that, if you look in the 'Console' tab, then you can be sure that you are seeing only build (compiler & linker) errors. But you also have to wade trough all the other console stuff - which can be quite verbose!
The other stuffs are from Eclipse parser. Not relevant to your project. So if you want complete zero error then you'll need to configure eclipse so that it can find all your .h files and more