public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] can drivers and other kernel components be linked to libtarget.a?
@ 2003-10-17 23:42 Adrian Caceres
  2003-10-18 12:25 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Caceres @ 2003-10-17 23:42 UTC (permalink / raw)
  To: ecos-discuss

I would like to develop a set of drivers (mostly network but other 
devices as well)
for ecos but I would prefer to treat them as an "ecos application".  In 
other words I would like
to develop them in my own source tree, and only link
the objects to libtarget.a in order to form the final executable.

As far as I can tell, there is no difference between a kernel component or
an application in ecos, but thought I would check since I am very new to 
ecos.

Is there some ecos assumption that is going to byte me if I go down this 
path?

- adrian









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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] can drivers and other kernel components be linked to libtarget.a?
  2003-10-17 23:42 [ECOS] can drivers and other kernel components be linked to libtarget.a? Adrian Caceres
@ 2003-10-18 12:25 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2003-10-18 12:25 UTC (permalink / raw)
  To: Adrian Caceres; +Cc: ecos-discuss

On Fri, 2003-10-17 at 17:42, Adrian Caceres wrote:
> I would like to develop a set of drivers (mostly network but other 
> devices as well)
> for ecos but I would prefer to treat them as an "ecos application".  In 
> other words I would like
> to develop them in my own source tree, and only link
> the objects to libtarget.a in order to form the final executable.
> 
> As far as I can tell, there is no difference between a kernel component or
> an application in ecos, but thought I would check since I am very new to 
> ecos.
> 
> Is there some ecos assumption that is going to byte me if I go down this 
> path?
> 

No, you have it correct.  There is no system/user split (like in Linux
for example).  Everything is just the application.  The fact that the
kernel is common and comes from somewhere else (the public CVS sources)
is just a convenience.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-18 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-17 23:42 [ECOS] can drivers and other kernel components be linked to libtarget.a? Adrian Caceres
2003-10-18 12:25 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).