Hi All, My application is running properly in tinyos 2.x. But when I try to compile my application in cvs version, I'm receiving the following:
$ make micaz sim-sf ........ In file included from MyTestAppC.nc:8: In component `MyTestC': MyTestC.nc: In function `radioSendTask.runTask': MyTestC.nc:135: warning: passing argument 2 of `UartPacket.getPayload' makes integer from pointer without a cast MyTestC.nc:145: too few arguments to function `AMSend.getPayload' MyTestC.nc: In function `uartSendTask.runTask': MyTestC.nc:222: warning: passing argument 2 of `UartPacket.getPayload' makes integer from pointer without a cast In component `MyTestAppC': MyTestAppC.nc: At top level: MyTestAppC.nc:25: ambiguous match make: *** [sim-exe] Error 1 This is the line 25 in the MyTestAppC. 24 MyTestC.UartSend -> Serial; 25 MyTestC.UartReceive -> Serial; 26 MyTestC.UartPacket -> Serial; 27 MyTestC.UartAMPacket -> Serial; Any suggestion? The same happens in the BaseStation application. Thanks all Daniel Patrick _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
