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: question about gettimeofday()?


On Fri, Nov 09, 2001 at 12:10:15AM -0800, li hui wrote:
> In my program ,I use function gettimeofday() which is
> defined in the sys/time.h.But It always note me
> undefined reference to gettimeofday when compiling.
> please tell me how can I enactive this function.

This has come up before on the list.....

The network stack has the prototype, but does not implement the
function. The SNMP library does have an implementation i think.

Is this function POSIX? 

   Andrew


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