I’m experiencing with openAT 4.20 on the Eclipse platform. I’ve been using Visual Studion 2005 with great success, but I wanted to try it out with Eclipse as well. I’m using Eclipse version 3.3 and CDT plugin version 4.
The platform is working just fine; creating project, compiling, building and debugging, but the only problem is the header files (.h). Using VS2005, both the src and inc directories appear in my project window and I can as well read the *.h files and change them. That is apparently not the case in Eclipse. The src directory is there as it should be, but the header files appear in the out [TARGET] directory and are only available for reading. I can not change the code and recompile.
Apparently the new build of C/C++ development tool, CDT 4.0.,1 is the reason for the problem with header *.h files in Eclipse. If I use earlier builds, i.e. CDT 3.1.2 its working fine.
I installed the latest builds of both Eclipse and CDT in the beginning, and then I became aware of the problem. On a different computer with Eclipse 3.2.x and CDT 3.1.x things were working fine. So I tried with earlier build of CDT on the latest Eclipse, and its working.