EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Conversion of Project: GCC Eclipse to Crossworks

Started by Chris Graham January 12, 2007
Is there a straightforward series of steps documented somewhere that one
could follow in converting a GCC Eclipse project to Crossworks? They are
both based on GCC so I assume the code is compatible but things like make
scripts and memory map files would need to be converted. I'm hoping this is
a fairly deterministic process that others may have documented and can refer
to me to.

- Chris

An Engineer's Guide to the LPC2100 Series

Unless you have non-standard requirements:

> Is there a straightforward series of steps documented
> somewhere that one could follow in converting a GCC Eclipse
> project to Crossworks? They are both based on GCC so I
> assume the code is compatible but things like make scripts
> and memory map files would need to be converted. I'm hoping
> this is a fairly deterministic process that others may have
> documented and can refer to me to.

1. Install the appropriate CPU and/or board support packages.
2. Create a new project with the New Project wizard for the target
CPU/board.
3. Add the sources to the project.
4. Build and go.

--
Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk
CrossWorks for ARM, MSP430, AVR, MAXQ, and now Cortex-M3 processors

The 2024 Embedded Online Conference