Hi,

That error is caused by the miss definition of 'powf' when using the MICAz platform. You see, the Telosb platform uses 'powf' instead of the micaz 'pow' math function. Please add this peace of code to the beginning of your MacM file:



#ifdef PLATFORM_MICAZ
#define powf pow
#endif

This should take care of the problem. :)

Cheers,
Ricardo
begin:vcard
fn:Ricardo Severino
n:Severino;Ricardo
org:IPP-Hurray! Research Group
email;internet:[EMAIL PROTECTED]
title:Junior Researcher
version:2.1
end:vcard

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

Reply via email to