Page 1 of 1

GetPreciseTime() compile failed

Posted: Tue Feb 10, 2015 11:06 am
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.

Re: GetPreciseTime() compile failed

Posted: Tue Feb 10, 2015 3:09 pm
by rnixon
Did you include "utils.h" or <utils.h>? Should be using <>

Re: GetPreciseTime() compile failed

Posted: Wed Feb 11, 2015 6:54 am
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