[Tinyos-help] Can't Blink with make micaz sim

2008-04-07 Thread Karteek Addanki
Hello, I am using tinyos 2.0.2 with Cygwin and followed the instructions on the installation page. Everything is fine after tos-check-env. But I am unable to build the blink application with make micaz sim command. I am facing a similar error as the one discussed in the link

Re: [Tinyos-help] can't Blink with 'make micaz sim '

2006-12-12 Thread preeti k
On 12/11/06, Mr. Jonathan A. Gomez [EMAIL PROTECTED] wrote: Hmm... I don't know anything about compiling TOSSIM, but I do understand some of the meaning of your error messages: You got a lot of lines like build/micaz/sim.o(.text+0x2f86): In function `sim_log_add_channel':

Re: [Tinyos-help] can't Blink with 'make micaz sim '

2006-12-12 Thread preeti k
On 12/11/06, Philip Levis [EMAIL PROTECTED] wrote: On Dec 11, 2006, at 8:16 AM, Mr. Jonathan A. Gomez wrote: Hmm... I don't know anything about compiling TOSSIM, but I do understand some of the meaning of your error messages: You got a lot of lines like build/micaz/sim.o(.text+0x2f86):

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-10 Thread Sivan Toledo
TOSSIM finally works for me, but not under cygwin :-) I moved to a Linux virtual machine (running under Windows with MS Virtual PC) that runs Ubuntu (a version of Debian), installed tinyos from the Linux RPM's (after converting them to .debs with a program called alien). I still had to

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-10 Thread Philip Levis
On Oct 10, 2006, at 11:36 AM, Sivan Toledo wrote: TOSSIM finally works for me, but not under cygwin :-) I moved to a Linux virtual machine (running under Windows with MS Virtual PC) that runs Ubuntu (a version of Debian), installed tinyos from the Linux RPM's (after converting them to

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Sivan Toledo
Same here. I built python 2.3 from the sources and copied the libraries to /usr/lib. This resolved the previous linking problems but generated the same error that Carlos is reporting, the unresolved reference [EMAIL PROTECTED] Sivan Carlos Perez wrote: I believe I was able to fix the

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Philip Levis
On Oct 8, 2006, at 11:52 PM, Sivan Toledo wrote: Same here. I built python 2.3 from the sources and copied the libraries to /usr/lib. This resolved the previous linking problems but generated the same error that Carlos is reporting, the unresolved reference [EMAIL PROTECTED] Sivan I'm in

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-09 Thread Sivan Toledo
I understand. I'll try to figure this out and if I find anything, I'll let you know. The weird thing about this is that this command line is telling g++ to build a DLL, so it should not be trying to link to a main() program (or WinMain, which is the same thing I think). I'll try to figure this

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-08 Thread Sivan Toledo
Phil, I double checked that I only installed the cygwin packages, not the Linux one. Here is a list of the RPM's that I installed: [EMAIL PROTECTED] /opt/tinyos-2.x/apps/Blink$ ls /cygdrive/c/temp/Cygwin-Downloads/TinyOS/ avarice-2.4-1.cygwin.i386.rpm

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-08 Thread Sivan Toledo
It seems that there is no shared-object library in the python package of cygwin (neither in the version on that is part of the cygwin bundle on tinyos.net nor in the current versions on cygwin.com), and that there is nothing called cygwin-devel, so I guess that this library might have been

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-08 Thread Carlos Perez
Hi,I'm having the same problem with my python libraries. I tried the configure;make with Python 2.5 and changed my sim-cygwin.extra and sim.extra but had no luck. Now it's complaining about Python.h : No such file or directory. Can you give me some insight into how exactly do I make it find

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-08 Thread Carlos Perez
I believe I was able to fix the library issue. But now I'm getting this error: linking into shared object ./_TOSSIM.dllg++ -fpic -W1,--enabled-auto-image-base build/micaz/pytossim.o build/micaz/sim.o build/micaz/tossim.o -L/python2.4 -lstdc++ - lpython2.4 -o

[Tinyos-help] Can't Blink with make micaz sim

2006-10-07 Thread Sivan Toledo
Hi, I installed TinyOS 2 on a Windows machine using the instructions in http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html. I installed a new copy of Cygwin from the provided tar.gz package (after trying the standard distribution of cygwin, which didn't work because it included

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-07 Thread Philip Levis
On Oct 7, 2006, at 7:47 AM, Sivan Toledo wrote: Hi, I installed TinyOS 2 on a Windows machine using the instructions in http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html. I installed a new copy of Cygwin from the provided tar.gz package (after trying the standard distribution of

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-07 Thread Sivan Toledo
I'm using tinyos-2.0.0beta2-3.cygwin.noarch.rpm which is what the TinyOS installation page specifies. http://www.tinyos.net/dist-2.0.0/tinyos/windows/tinyos-2.0.0beta2-3.cygwin.noarch.rpm I don't think the problem is with the version of python. The command that fails is g++ -shared -fPIC

Re: [Tinyos-help] Can't Blink with make micaz sim

2006-10-07 Thread Philip Levis
On Oct 7, 2006, at 12:02 PM, Sivan Toledo wrote: I'm using tinyos-2.0.0beta2-3.cygwin.noarch.rpm which is what the TinyOS installation page specifies. http://www.tinyos.net/ dist-2.0.0/tinyos/windows/tinyos-2.0.0beta2-3.cygwin.noarch.rpm I don't think the problem is with the version of