Hi,

I have developed a hash function recently on telosb. Now I tested it on
micaz. When I compiled the program on telosb, there is no warning or errors.
However, when it comes to micaZ nodes, it gave me a warining:

squashm.nc:70: warning: integer constant is too large for 'long' type

The 70th line of code is like the following:

uint64_t n=0x01FFFFFFFFFFFFFF;

I wonder how come telosb can hold this big integer not Micaz?

Should I ingnore this warning or fix it? How to fix this warning? Thanks.

Regards,
Bai
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to