Barden
October 31, 2006, 5:25pm
1
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
Barden
October 31, 2006, 8:22pm
2
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
Barden
November 1, 2006, 11:12am
4
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.
Barden
November 11, 2006, 11:59am
5
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)