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
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"
sorry i just want to say there is many "include <XXXX.h>" can't be found so i guess that problem is in SDK but i dont know how to solve
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!
Those are header files - not hex files!
As I said in my original answer, do those files actually exist?
Obviously, if they are not present on (or accessible to) your system, then the tools cannot possibly find them - can they?