[Tinyos-help] Compiling toscomm and getenv

2011-07-04 Thread roman
Dear all, In order to launch our Java-based TinyOS front-end system* in a 64 bits Windows environment, it seems I need to compile getenv and toscomm. How I can comple these dlls in the latest version of TOS2? Thanks! Rodrigo *A small in-house project in our lab. ___

Re: [Tinyos-help] Compiling toscomm and getenv

2011-07-05 Thread Urs Hunkeler
Hi Rodrigo, You would need to compile the tools in $TOSROOT/tools directory. If I remember correctly, this directory is not installed by default on Windows. You can find the contents of this directory in the subversion repository. I am not too familiar with Windows and I have never worked on a

Re: [Tinyos-help] Compiling toscomm and getenv

2011-07-06 Thread Rodrigo Roman
Hi Urs, Thanks for pointing out the location of the tools :-). Still, compiling a 64-bit version of the libraries for Win32 under cygwin is not a trivial task, and in the end I had to use the 32-bit version of the JDK. Cheers, Rodrigo El 05/07/2011 10:00, Urs Hunkeler escribió: > Hi Rodrigo, >