[Tinyos-help] Problem with TOSSIM

2007-12-19 Thread Lorenzo Mainardi
Hi everybody, I'm triyng to run up TOSSIM in an Ubuntu Box with Python 2.5. So, all the compilation process is going right, but when I try to import the TOSSIM module I obtain this error: >>> import TOSSIM Traceback (most recent call last): File "", line 1, in File "TOSSIM.py", line 4, in

[Tinyos-help] problem with TOSSIM

2008-04-30 Thread m.khezri
Hi everyone! I am newbie at TinyOs and have a problem with TOSSIM I read the TinyOS tutorialsand successfully install tinyos 2.x on Cygwin but i have problem with Debugging Statements. the problem is that dbg does not print anything on stdout or fi

[Tinyos-help] problem with Tossim

2009-02-27 Thread Moni GV
Hi! I'm trying to work with tinyOS with a Wireless sensor network. To simulate a network, I try to use TOSSIM. But I think I have problems with the integration of tossim in tinyos lib. It is supposed that to build the application, using the make-command is enough: make micaz sim But I don't get

[Tinyos-help] Problem with tossim

2006-12-25 Thread Mohamed Ahmed
Hi, After I run "make micaz sim", I got the following errors: - build/micaz/pytossim.o(.text+0x9a8):/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.c xx:812: undefined referen

[Tinyos-help] problem with tossim

2006-12-27 Thread Mohamed Ahmed
Hi, The execution of "OSTYPE=cygwin make micaz sim" produced the following error: /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make: *** [sim-exe] Error 1 Any hint o

[Tinyos-help] problem with tossim

2007-02-22 Thread Eva Maria Garcia
Can you explain that question in more detail? I have the same problem. Thanks in advance. --Eva-- ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Problem With TOSSIM

2007-04-11 Thread eamin_winfor
Hi, i meet a problem about TOSSIM, when i and use to build a TOSSIM, return a error : collect2: ld return 1 exit status. and the symptom is that i have the needed Python files and libraries, but compilation is still saying that it can't link to them ("undefined reference"), so i do as

[Tinyos-help] problem with TOSSIM

2007-05-16 Thread khawla Lahamar
Hi all thanks for all helps i'm working with Tinyos1.15 windows XP I'm afraid I have a problem with Tinyviz: I cant obtain any debug message, radio links, power simulation ... I followed all the instruction in the tutorial but no issues! I obtainjust the windows Tinyviz with nodes in the left pan

[Tinyos-help] Problem with TOSSIM

2006-05-07 Thread bhushan bhatt
Hi everyone, I am trying to compile some applications with TOSSIM. I am able to compile and make the main.exe. But it says application failed to run because cygwin1.dll not found. Any ideas how to solve this error ? Thanks, Bhushan __ Do You Yah

[Tinyos-help] Problem with TOSSIM

2012-09-06 Thread wasif masood
Hi all, I am try to setup TOSSIM on my machine, after all the installation, I get the following error when I type "make micaz sim" for BlinkC app. mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -sh

[Tinyos-help] Problem with TOSSIM live

2010-05-25 Thread Andrea Crotti
The following message is a courtesy copy of an article that has been posted to gmane.os.tinyos.users as well. I'm struggling many hours to find out how to send packages via the serial with python. It should not be too hard but maybe I'm missing some basic step.. I have a simulator here: http://g

Re: [Tinyos-help] problem with Tossim

2009-02-27 Thread Faisal Aslam
You do not execute application like this. Read the tutorial http://docs.tinyos.net/index.php/TOSSIM Faisal Moni GV wrote: > Hi! > > I'm trying to work with tinyOS with a Wireless sensor network. To > simulate a network, I try to use TOSSIM. But I think I have problems > with the integration of

Re: [Tinyos-help] problem with Tossim

2009-02-27 Thread Moni GV
so I got a normal output, even though I included tossim at TOS lib... Do I have to make anything special to integrate tossim? Thanks!. --- El vie, 27/2/09, Faisal Aslam escribió: De: Faisal Aslam Asunto: Re: [Tinyos-help] problem with Tossim Para: tamuz...@yahoo.es CC: tinyos

Re: [Tinyos-help] Problem with tossim

2006-12-25 Thread Chad Metcalf
This is a python problem. Either you don't have the python development packages or it can't find them. I'd bet on the first problem. You probably can find an answer just looking back in this list a bit. Cheers Chad On 12/25/06, Mohamed Ahmed <[EMAIL PROTECTED]> wrote: Hi, After I run "make mic

Re: [Tinyos-help] problem with tossim

2006-12-29 Thread preeti k
Hi, I faced the same problem. Adding an empty main to one of the source files rectified this error. So you can try it. By source files i mean one of tossim_wrap.cxx, tossim.c or hashtable.c -Preeti On 12/28/06, Mohamed Ahmed <[EMAIL PROTECTED]> wrote: Hi, The execution of "OSTYPE=cygwin ma

Re: [Tinyos-help] Problem With TOSSIM

2007-04-11 Thread Hugo Sousa
Hi Eamin, Have you tried this in the sim.extra file? http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg09938.html On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, i meet a problem about TOSSIM, when i and use to build a TOSSIM, return a error : collect2:

Re: [Tinyos-help] Problem with TOSSIM

2006-05-07 Thread Michael Schippling
Make sure it's in your path: enfield:schip [497] type cygwin1.dll cygwin1.dll is /usr/bin/cygwin1.dll Are you running under the cygwin bash shell? MS bhushan bhatt wrote: Hi everyone, I am trying to compile some applications with TOSSIM. I am able to compile and make the main.exe. But it

[Tinyos-help] Problem with TOSSIM and TestLPL

2006-11-19 Thread Miguel Pereira
Hi, I have a problem in TinyOS 2.0 under Linux environment, when I try to compiling TOSSIM on the application TestLPL with the following command env CFLAGS="-I%T/chips/cc2420_lpl -DLOW_POWER_LISTENING" make micaz sim I have errors. The strange thing is that I do not have problems with other appli

[Tinyos-help] Problem with tossim packet source

2012-10-27 Thread Jānis Peisenieks
Hi! I'm trying to configure a SerialForwarder to work with TOSSIM, but all I get is this error: *janis@ubuntu:~/local/src/tinyos-2.x/tools$ java net.tinyos.sf.SerialForwarder -comm tossim-serial Couldn't instantiate tossim packet source Did you compile tossim?* Now I think I've tried it all, I'v

Re: [Tinyos-help] Problem with TOSSIM and TestLPL

2006-11-19 Thread Philip Levis
On Nov 19, 2006, at 6:42 AM, Miguel Pereira wrote: Hi, I have a problem in TinyOS 2.0 under Linux environment, when I try to compiling TOSSIM on the application TestLPL with the following command env CFLAGS="-I%T/chips/cc2420_lpl -DLOW_POWER_LISTENING" make micaz sim I have errors. The st

Re: [Tinyos-help] Problem with TOSSIM and TestLPL

2006-11-22 Thread Miguel Pereira
Hi Phil, I need to make a MAC protocol that support LPL. So, I create a simple application but I need to simulate it, to make a debug. If I can't use TOSSIM because does not support the LPL stack, what can I do? Can I make some changes on files of CC2420_lpl only to simulate and support TOSSIM? I

[Tinyos-help] Problem with TOSSIM in TinyOS 2.0

2007-04-14 Thread Maheswaran S
Hello, I am new to TinyOS. I have installed version 2 of TinyOS by downloading the various packages given in the TinyOS site. I use cygwin 5.1 When I compile the sample application 'Blink' for micaz, it compiles without errors, but when I try 'make micaz sim' for TOSSIM, I get a lot of errors. I s

Re: [Tinyos-help] Problem with TOSSIM in TinyOS 2.0

2007-04-15 Thread Philip Levis
Maheswaran S wrote: Hello, I am new to TinyOS. I have installed version 2 of TinyOS by downloading the various packages given in the TinyOS site. I use cygwin 5.1 When I compile the sample application 'Blink' for micaz, it compiles without errors, but when I try 'make micaz sim' for TOSSIM, I

[Tinyos-help] Problem with tossim/python: Segmentation fault (core dumped)

2006-12-31 Thread Mohamed Ahmed
Hi, When I run the command >>> from TOSSIM import * I got the error "Segmentation fault (core dumped)". I also tried other options already tested by Preeti K. (according to one of his previous emails) and got the following outputs: >>> from tinyos.TOSSIM import * Traceback (

Re: [Tinyos-help] Problem with tossim/python: Segmentation fault (core dumped)

2006-12-31 Thread Philip Levis
On Dec 31, 2006, at 9:06 AM, Mohamed Ahmed wrote: Hi, When I run the command >>> from TOSSIM import * I got the error "Segmentation fault (core dumped)". I also tried other options already tested by Preeti K. (according to one of his previous emails) and got the following outputs: >>> from

Re: [Tinyos-help] Problem with tossim/python: Segmentation fault (core dumped)

2007-01-01 Thread preeti k
Hi, I added one more flag (-shared) in PLATFORM_BUILD_FLAGS like this PLATFORM_BUILD_FLAGS= -fpic *-shared* -W1,--enabled-auto-image-base And the segmentation fault was gone.. -Preeti On 1/1/07, Philip Levis <[EMAIL PROTECTED]> wrote: On Dec 31, 2006, at 9:06 AM, Mohamed Ahmed wrote: > Hi,