[Tinyos-help] TOSSIM ImportError in TinyoS 2.0

2007-03-10 Thread shilpa bhatt
Hello all, I am getting an Import Error when trying rum sumilation in TOSSIM. When I do a make micaz sim it successfully builts micaz TOSSIM library. Though there are two warnings: /opt/tinyos-2.x/tos/lib/tossim/sim_packet.c:109: warning: '__nesc_nido_resolve' defined but not used /opt/tinyos-2.

Re: [Tinyos-help] TOSSIM ImportError in TinyoS 2.0

2007-03-10 Thread Philip Levis
On Mar 10, 2007, at 10:53 AM, shilpa bhatt wrote: Hello all, I am getting an Import Error when trying rum sumilation in TOSSIM. When I do a make micaz sim it successfully builts micaz TOSSIM library. Though there are two warnings: /opt/tinyos-2.x/tos/lib/tossim/sim_packet.c:109: warning: '

Re: [Tinyos-help] TOSSIM ImportError in TinyoS 2.0

2007-03-10 Thread shilpa bhatt
Thanks for replying Phil If you could send the complete compile output of 'make micaz sim' that would help. make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling tableImplC to object file sim.o ncc -c -shared -fPIC -o build/mi

Re: [Tinyos-help] TOSSIM ImportError in TinyoS 2.0

2007-03-12 Thread Philip Levis
On Mar 10, 2007, at 2:19 PM, shilpa bhatt wrote: Thanks for replying Phil If you could send the complete compile output of 'make micaz sim' that would help. make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling tableImpl