Hy all,
I am able to compile an Open AT project using Eclipse (see below how I do it ).
Now, I would like to use the debug mode but I do not have idea how to set the Eclipse enviromment to do that !!! ( I do not know even if it is possbile ! ).
Anyone knows something about it ??
Tks,
Gus
/*****How to set Eclipse enviromment
01 - Create a project using Open AT Project Wizard
02 - Open Eclipse
03 - Click File->New->Project
04 - Select C->Standard Make C Project (you need to install CDT plug-in first)
05 - Click Next, put a name to your project and finish it
06 - Click File->Import
07 - Select File system (click Next)
08 - Browse your project directory
09 - Click Select All and then Finish
10 - Click Project->Properties->C/C++ Make Project
11 - Uncheck “Use default” and complete the following fields
Build command: wmlauncher.bat wmmake
Build (Incremental Build): ${project_name}
Rebuild (Full Build): ${project_name} -c
12 - Click OK
13 - Click Project->Build All to see it working (see the output on Console windows)