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: Re: Preliminary questions on eCOS


> From: JS Stoezel
> 
> I see there is no tool chain for this type of processor (this 
> is stated
> here: http://ecos.sourceware.org/ecos/getstart.html). However I can
> read: "Developers targeting one of the other architectures 
> must build a toolchain themselves at present. Full 
> instructions for downloading source code and building a 
> toolchain are available.". Doesn't this mean I can port eCOS 
> to the tool chain I am using?

You could probably get the toolchain working in "tiny" mode, with a 64K
address space, but that's not enough room to spit. The problem is that the
16-bit x86 is a segmented architecture, and that makes for a very
non-standard code generator, not to mention the impact on the OS itself.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.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]