I have installed Motorola FX7500 Embedded SDK(with Sourcery CodeBench) and opened a sample project using that SDK ( which is an Eclipse version). I imported a sample project and there is no error, but when I open a .c or .h file I get lots of errors, the errors are all like this :
Symbol 'EOF' could not be resolved
Symbol 'NULL' could not be resolved
- Type 'wchar_t' could not be resolved
Also it gives error all standard C libraries like this :
Unresolved inclusion : < stdio.h>
How can I get rid of these kind of errors in Eclipse? Is there a problem with paths or something like that? Thanks.