[Tinyos-help] parameter list ERROR-TOSSIM-TinyOS

2009-05-09 Thread Moni GV
Hi, When I run make micaz sim, I get this error message:     PFM_topo2.nc 46:only generic components can have a parameter  list I can't figure out why this error comes from. The 46 line is: message_struct_t* content = (message_struct_t*)call Packet.getPayload(packet, NULL); The

Re: [Tinyos-help] parameter list ERROR-TOSSIM-TinyOS

2009-05-09 Thread Eric Decker
Are you sure that the code you listed below is from PFM_topo2.nc? The error you are getting looks like it is from a configuration error and not a module. eric On Sat, May 9, 2009 at 9:37 AM, Moni GV tamuz...@yahoo.es wrote: Hi, When I run make micaz sim, I get this error message: