This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: Microwindows on eCos


Hi,

"wangwei" <wangw@start.com.cn> writes:

> Hi,
> Now I'm also port microwindows to ecos.
> but I met a problem:
>     I can't success to compile the file mwobjects.cc in directory
> ./mwin/mwobject/,
> because the file is include a linux c++ file <algorithm> which can't be
> found in ecos.
>     You said you can run it in synthetic linux ,can you tell me how can you
> resolve this problem.
>     think you very much .

I think that this "algorithm" header file belongs to the STL, no link at all
with the Linux kernel but part of the standard C++ library. You could try
STLPort, a portable version of the STL but I do not know whether someone already
used it with eCos.

Robin


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