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
Assuming that the include files do actually exist then, if it's not finding those files, that must be because you have not correctly configured the Include Paths.
Note that there are two things which are trying to understand your code: not only the compiler (in order to compile it) but also the Eclipse Indexer- which enables you to browse the source, get code-completion tips, etc. Sometimes these two can get out-of-sync; eg, you can have code that builds correctly, but still get "errors" from the Indexer because it is not correctly seeing everything.
There is an option on the Project Context Menu to rebuild the indexes. Closing & restarting Eclipse may also help...
Assuming that the include files do actually exist then, if it's not finding those files, that must be because you have not correctly configured the Include Paths.
Note that there are two things which are trying to understand your code: not only the compiler (in order to compile it) but also the Eclipse Indexer- which enables you to browse the source, get code-completion tips, etc. Sometimes these two can get out-of-sync; eg, you can have code that builds correctly, but still get "errors" from the Indexer because it is not correctly seeing everything.
There is an option on the Project Context Menu to rebuild the indexes. Closing & restarting Eclipse may also help...
This has nothing specifically to do with Nordic - it is a general Eclipse thing.
so do u know how to solve it?
I've suggested a couple of possible causes - the solution depends on which is the actual cause.
Your image is too small to read the text.
these is a lot header file can't be included , it seems not connecting to SDK, how can i solve it
What do you mean by, "hex file can't be included" ?
Hex files would not be expected to be "included"