On 05.04.2011 15:29, moktar_bouain wrote: > Hi Ilija , > Thank you for your reply ,but can you give me more detail . Perhaps I could if your are more specific with your question. Did you try to build ecos app. under eclipse? If yes what is the outcome? > I use ecos ;cross compiler; for Leon3 (Sparc). You can use standard eCos compiler provided that your processor is supported. I guess it should work with other gcc distributions too. State your compiler in Makefile, usually there are macros such as:
XCC, XCXX, etc. > Ilija Koco wrote: >> On 05.04.2011 02:36, moktar_bouain wrote: >>> Hi, >>> I want to create an application ecos with Eclipse CDT . >>> What are the steps for this? >> Avery brief recipe: >> >> Start C or C++ project. >> Project type: select Makefile Project. >> Toolchains: select Other Toolchain >> >> If you don't have one, you need to prepare a Makefile, see Examples >> provided with eCos. >> >> For debugging you may look at >> http://www.open-etech.com/RTOS/Debugging/index.php?page=eclipse >> >> I hope this helps. >> >> Ilija >> >> >> -- >> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos >> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss >> >> >> -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
