This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Question] How to porting eCos to msp430


On 2006-12-24, Yuan Chia Fu <ycfunet@gmail.com> wrote:

> Now, we plan to porting eCos to Telos Rev.B, let our research results
> applied to Telos Rev.B.
> I know the present question may be that gcc compiler does not support
> C++ , but our professor insists on doing.
> If we want to porting eCos to Telos Rev.B, which tasks we need.

I very seriously doubt that's it's possible to port eCos (in
any useful way) to a processor with a 16-bit address space and
a maximum RAM size of 4KB.

eCos is aimed squarely at 32-bit processors with plenty of
RAM/ROM.

You might want to take a look at something like XMK or uC/OS-II
instead.

> PS: I see IAR MSP430 Compiler supports C and C ++ , if we use
> IAR , which jobs we need.

eCos requires gcc.

-- 
Grant Edwards
grante@visi.com


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]