Page 1 of 1

Customizing Eclipse IDE for m68hc1x

Posted: Thu Mar 06, 2008 1:52 am
by SleepyKeys
I figured it's about time to get my hands dirty. I installed Eclipse c/cpp IDE and imported the freeEMS project into my new workspace. I modified the makefile for my system and verified that running "make" builds a new s19 file. My question is what should be customized in Eclipse to get maximum m68hc1x functionality?

-sean

Re: Customizing Eclipse IDE for m68hc1x

Posted: Thu Mar 06, 2008 8:28 am
by Fred
I don't know :-)

Right now it tells me the "interrupt" keywords are ignored and that there is one other error (which there is not) and correctly identifies other errors with a ctrl b press.

I'm not certain as to why you needed to "import" it, I believe there is a .project and .cproject file pair in the zip i've been distributing. It may (or may not) be possible to just plonk it in your workspace directory.

Other than that, I've just been using it as the kick-arse editor that it is. Although I recommend it, any other IDE or even just VIM or EMACS, whatever you prefer really, is also fine.

Sorry I can't be more help. It may be possible to get eclipse to use the right tools so that it doesn't whinge about the interrupts etc, but I don't know how, and haven't got time to try to find out when it does what I need already.

Hope that clears it up a bit for you :-)

Fred.

Re: Customizing Eclipse IDE for m68hc1x

Posted: Thu Mar 06, 2008 4:21 pm
by SleepyKeys
Fred wrote:I don't know :-)

Right now it tells me the "interrupt" keywords are ignored and that there is one other error (which there is not) and correctly identifies other errors with a ctrl b press.

I'm not certain as to why you needed to "import" it, I believe there is a .project and .cproject file pair in the zip i've been distributing. It may (or may not) be possible to just plonk it in your workspace directory.

Other than that, I've just been using it as the kick-arse editor that it is. Although I recommend it, any other IDE or even just VIM or EMACS, whatever you prefer really, is also fine.

Sorry I can't be more help. It may be possible to get eclipse to use the right tools so that it doesn't whinge about the interrupts etc, but I don't know how, and haven't got time to try to find out when it does what I need already.

Hope that clears it up a bit for you :-)

Fred.
I'm getting the same errors and I kinda figured as much. If I figure out/run across anything I'll post it in this thread. Thanks it did clear things up.

-sean

Re: Customizing Eclipse IDE for m68hc1x

Posted: Thu Mar 06, 2008 5:29 pm
by Fred
seank wrote:I'm getting the same errors and I kinda figured as much. If I figure out/run across anything I'll post it in this thread. Thanks it did clear things up.
Cool, I'll keep an eye out :-)