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: eCos configuration question


On 2007-06-01, Gary Thomas <gary@mlbassoc.com> wrote:

>>>>>   ecosconfig import - ;# i.e. import 'Tcl lines' = CDLs from stdin
>>>> I once hacked my ecosconfig to add that feature, but I no longer use
>>>> it since
>>>>
>>>>    ecosconfig import /dev/stdin
>>>>
>>>> works just as well (on the host platforms I care about).
>>> That really works! Thanks for your great TIP!
>> 
>> The more general case is to use /proc/self/fd/N (where N is the
>> file descriptor number).  If you look, /dev/stdin is just an
>> indirect symlink to /proc/self/fd/0
>
> Perhaps on Linux, but on other *nix systems, /dev/stdin may
> not be implemented this way.

There are other *nix systems?

;)

-- 
Grant Edwards                   grante             Yow! It's OKAY -- I'm an
                                  at               INTELLECTUAL, too.
                               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]