public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Unable to link sysctl()
@ 2006-05-15 11:48 aditya veer singh
  2006-05-15 12:07 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: aditya veer singh @ 2006-05-15 11:48 UTC (permalink / raw)
  To: ecos-discuss

Hi All,

I am using the BSD tcp/ip stack.
In my code I am using function called 'sysctl'.

I have included the file 'sys/sysctl.h' in my c code where it is being used.
Install tree is having kern_sysctl.c where sysctl function is defined. 

When compile the program it get complied but while linking it, gives a link error as
undefined refernce to sysctl.

What needs to be changed that while linking the code it is able to link sysctl?

Regards,
Aditya


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

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

* Re: [ECOS] Unable to link sysctl()
  2006-05-15 11:48 [ECOS] Unable to link sysctl() aditya veer singh
@ 2006-05-15 12:07 ` Andrew Lunn
  2006-05-15 12:32   ` [ECOS] porting EDF in eCos Birahim Larou Fall
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2006-05-15 12:07 UTC (permalink / raw)
  To: aditya veer singh; +Cc: ecos-discuss

On Mon, May 15, 2006 at 06:22:29PM +0630, aditya veer singh wrote:
> Hi All,
> 
> I am using the BSD tcp/ip stack.
> In my code I am using function called 'sysctl'.
> 
> I have included the file 'sys/sysctl.h' in my c code where it is being used.
> Install tree is having kern_sysctl.c where sysctl function is defined. 
> 
> When compile the program it get complied but while linking it, gives a link error as
> undefined refernce to sysctl.
> 
> What needs to be changed that while linking the code it is able to link sysctl?
> 

CYGPKG_NET_FREEBSD_SYSCTL

        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

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

* [ECOS] porting EDF in eCos
  2006-05-15 12:07 ` Andrew Lunn
@ 2006-05-15 12:32   ` Birahim Larou Fall
  0 siblings, 0 replies; 3+ messages in thread
From: Birahim Larou Fall @ 2006-05-15 12:32 UTC (permalink / raw)
  To: ecos-discuss

Hi,
I plan to implement the EDF scheduler in eCos to allow the posibility to 
have the choice between bitmap, mlqueue and EDF. I have spent some time to 

undestand eCos Kernel sources and  it seems that porting EDF in eCos is 
not evident since the core of he Kernel (scheduler) is based in 
bitmap/mlqueue philosophy. I woud like to know if someone has already done 
it. Is it a good idea (or possible) to implemente EDF in eCos?
Best regards!

Fall Birahim

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

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

end of thread, other threads:[~2006-05-15 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-15 11:48 [ECOS] Unable to link sysctl() aditya veer singh
2006-05-15 12:07 ` Andrew Lunn
2006-05-15 12:32   ` [ECOS] porting EDF in eCos Birahim Larou Fall

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).