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.
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
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