GNU toolchain + Eclipse + eCos how to ?

Hi all,

i am new to the ARM uC.

I have got a GNU toolchain + Eclipse up and running for the sam7s.

I am working on a project where i am going to use eCos. But how do i go from compiling the eCos in the eCos configtool to adding the configtool project to the Eclipse ide ?

is this doable ?

regards,

Barden

is there anyway to do it via makefiles ?

Not sure how good it is, but it should work as a starting point:

http://snape.ecoscentric.com/ecospro/do … guide.html

First hit when googling for “ecos eclipse”, guess there are more interesting hits.

Regards,

Dominic

Dominic:
Not sure how good it is, but it should work as a starting point:

http://snape.ecoscentric.com/ecospro/do … guide.html

First hit when googling for “ecos eclipse”, guess there are more interesting hits.

Regards,

Dominic

thank you for the reply Dominic, but this requires a modified CDT from eCoscentric, which is not freely avaiable.

hi all,

just wanted to let u know i got it done.

it was quite easy actually :oops:

all i had to do is use the makefile from the examples folder under ecos

and add this line in project properties → build command: make INSTALL_DIR=(path to the “ecos project name”_install)