[Tinyos-help] Problem to simulate with MTS300 components

2009-11-23 Thread Daniel Garcia Aubert
Hi, I ´m doing a job in TinyOS 2.x installed Xubuntos. I am working on MicaZ platform that uses the component TempC MTS300 sensor, but when compiling to simulate make micaz sim gives the following error: $ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML

Re: [Tinyos-help] Problem to simulate with MTS300 components

2009-11-23 Thread Paul Johnson
Daniel, In general, TOSSIM doesn't simulate all mote hardware. There are functions which have not been implemented, or been implemented differently in simulation than in the real hardware. (I would bet one such case is here: /opt/tinyos-2.x/tos/chips/atm128/adc/Atm128AdcC.nc:65) One