GetPreciseTime() compile failed

Discussion to talk about software related topics only.
Post Reply
ed2015
Posts: 2
Joined: Tue Feb 10, 2015 9:36 am

GetPreciseTime() compile failed

Post by ed2015 »

Hi,

I'm posting this question if anyone can help me out
I'm using Netburner 2.65 on MOD5234

I call GetPreciseTime() in my code but the compiler failed to compile with this error
undefined reference to `GetPreciseTime'

I did include "utils.h", not sure what library I'm missing

Thanks,
Ed.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: GetPreciseTime() compile failed

Post by rnixon »

Did you include "utils.h" or <utils.h>? Should be using <>
ed2015
Posts: 2
Joined: Tue Feb 10, 2015 9:36 am

Re: GetPreciseTime() compile failed

Post by ed2015 »

Hi,

I tried both "utils.h" and <utils.h>, the same error
Looks like I miss some library but not sure which one
Post Reply