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.
GetPreciseTime() compile failed
Re: GetPreciseTime() compile failed
Did you include "utils.h" or <utils.h>? Should be using <>
Re: GetPreciseTime() compile failed
Hi,
I tried both "utils.h" and <utils.h>, the same error
Looks like I miss some library but not sure which one
I tried both "utils.h" and <utils.h>, the same error
Looks like I miss some library but not sure which one