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 Sun, Dec 24, 2006 at 03:41:10PM +0800, Yuan Chia Fu wrote:
> hi....
> 
> We are Chang Gung University Computer Science and Information
> Engineering OS LAB.
> The most of research results of ours are in eCos.
> 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.

First you need to make the C++ compile work. The kernel of eCos uses
C++.

> If we want to porting eCos to Telos Rev.B, which tasks we need.

See the HAL porting guide.  

http://ecos.sourceware.org/docs-latest/ref/hal-porting-guide.html
 
> PS: I see IAR MSP430 Compiler supports C and C ++ , if we use IAR ,
> which jobs we need.

You need to use gcc. eCos uses gcc extensions, which IAR will not
have.

        Andrew


-- 
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]