> Currently you will need to build the eCos library outside of the Nios II IDE by >running either nios2configtool (recommended) or configtool directly. Having done >that, it is possible to build and debug applications using the IDE.
Done.
>Instructions for using the debugger are provided in the getting started guide that >comes with the eCos installer.
I've not yet tried to do it.
>You can build an application by simply creating an "Advanced C/C++ Project". This >requires you to provide your own makefile. For example you could do this for the >"examples" directory that comes with eCos. When creating the project, set the >"Build Command" on the "Make Builder" tab to be the make command that you >would have run on the command line, i.e.:
OK. Until now, I've only tried "standard" C/C++ projects, so the Make options were not available. I'll try it and see what it happens :-)
>Before attempting to do this, I recommend that you follow the instructions in the >getting started guide to ensure that you can successfully build applications from >the command line.
Yes, I've done it on the command line, and it was successful (for the examples). The fact is that I have a full application for Nios I eCos, with some directories, and I want to migrate to Nios II eCos.
I'll see if I succeed, and begin trying things.
Note that at the moment we've not yet been able to run any simple program in the Nios II. We have just begun to work with it, and I'm trying the software tools without being able to test it on the board.
Thank you for all
aLeX
P.D: sure I will have new questions soon :-)