[ECOS] how to link "gettimeofday" with arm-elf-gcc?

Yusuke Matsuoka yusuke@ee.ucla.edu
Thu Nov 20 22:34:00 GMT 2003


Hi Andrew and Gary,

Thanks for the reply.

I want to run the KVM(K virtual machine for Java) on eCos and
want to measure the exec time of my Java application on the board.
The original KVM implementation uses "gettimeofday", and I got
the linker error.

Since I need a *millisecond* resolution, is there a better way 
rather than including snmp?
I want to keep the footprint small.
(ctime(time()) is a *second* resolution, right?)

Thanks,
Yusuke

> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com 
> [mailto:ecos-discuss-owner@sources.redhat.com] On Behalf Of 
> Andrew Lunn
> Sent: Thursday, November 20, 2003 2:06 PM
> To: Yusuke MATSUOKA
> Cc: ecos-discuss@sources.redhat.com
> Subject: Re: [ECOS] how to link "gettimeofday" with arm-elf-gcc?
> 
> 
> > I got an error that linker cannot find "gettimeofday" as follows:
> 
> gettimeofday was added the posix only recently, so eCos does not yet
> implement it as part of libc. 
> 
> Either use ctime(time()) or include the snmp stack which does have
> gettimeofday().
> 
>         Andrew
> 
> -- 
> Before posting, please read the FAQ: 
> http://sources.redhat.com/fom/ecos
> and search the list 
> archive: http://sources.redhat.com/ml/ecos-discuss
> 


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



More information about the Ecos-discuss mailing list