[Tinyos-help] Installation Error

2012-09-21 Thread Gcina Dludla
Hi, When i try to compile the Blink application, I am presented with the following errors: root@TinyOSBeginner:/opt/tinyos-2.1.1/apps/Blink# make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall

Re: [Tinyos-help] Installation Error

2012-09-21 Thread Eric Decker
You are running the old 2.1.1 tree with a newer compiler. 4.5.3 in this case. Bad bad bad. (not you, the situation). First, since you are just starting out, switch to 2.1.2 which has been out for about a month. It is good. Also update to the 4.6.3 toolchain. On Fri, Sep 21, 2012 at 2:34

[Tinyos-help] [Tinyos Help] Installation of TinyViz

2011-10-28 Thread Omkar raiker
hello.. may i know about the installation of tinyviz .. i am using ubuntu 10. I have already installed tinyos 2.x Please help.. Thank you.. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] installation procedure

2011-09-30 Thread Rakshitha GB
Hi Sir/Mam, i want the procedure to install tinyos in ubuntu. kindly help me.. regards Rakshitha ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] installation procedure

2011-09-30 Thread Eric Decker
start with the tutorials. While not super organized there is enough information to get you started. docs.tinyos.net On Thu, Sep 29, 2011 at 11:09 PM, Rakshitha GB rakshitha...@gmail.comwrote: Hi Sir/Mam, i want the procedure to install tinyos in ubuntu. kindly help me.. regards

[Tinyos-help] Installation of tinyOS tools

2011-05-20 Thread vinod kumar
I tired installing tinyos-tools-1.2.4-2.cygwin.i386.rpm after installing nesc-1.2.7a-1.cygwin.i386.rpm. It has given an error--- Failed Dependencies: nesc =1.2.7 is needed by tinyos-tools-1.2.4-2 Even I have installed the same. Whatever combination of the versions I use,its giving

Re: [Tinyos-help] Installation error on Mac OS X

2011-04-01 Thread Yusnaidi Md Yusof
Hi Urs, So sorry I have been away from office the last two days. I have removed the java in the subdir line of Makefile.am I have removed the three lines containing /tinyos/java in the configure.acfile. I have removed the java dir in the /tools/tinyos/java dir. (I guess what you meant here is

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-30 Thread Urs Hunkeler
Hi Yusnaidi, Thanks for the information. The approach that I am suggesting is not very clean, normally it would be better to try to fix the problems that you are having, but since my PowerBook is too old for the newest Mac OS X, I cannot reproduce your errors or compare with my system. I

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-28 Thread Yusnaidi Md Yusof
Hi Urs, Yes, I have removed the '-n' in line 109 of the configure.ac file. These are the outputs of the command execution: 1. ./Bootstrap -- + aclocal + autoconf + '[' -d config-aux ']' + automake -a -c + set -x + cd platforms/mica/uisp + ./bootstrap + rm -f

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Yusnaidi Md Yusof
Hi Urs, I have set the classpath accordingly and when I issue command 'echo $CLASSPATH', I got the following output: :/Users/yusnaidi/tinyos-2.x/support/sdk/java. I guess that is correct, which I assume the system knows to find the tinyos.jar classfile in following that path. Do I? Then, I also

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Urs Hunkeler
Hi Yusnaidi, You need to add the tinyos.jar file in the class path. If you do not specify the .jar file, Java will only look for class files in the given directory, it will not automatically add the .jar files. Replace the path to your tinyos directory with the absolute path to the tinyos.jar

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Yusnaidi Md Yusof
port of the machine? Did the 'make' can't find the 'libtoscomm.jnilib' file? etc... Please help me... thanks Yusnaidi Message: 1 Date: Wed, 23 Mar 2011 23:52:16 + From: errordevelo...@gmail.com Subject: Re: [Tinyos-help] Installation error on Mac OS X To: tinyos

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Yusnaidi Md Yusof
Hi Urs, I have changed the classpath to use the explicit classpath. I also had saved the tinyos.jar file the one you gave in the link to /tinyos-2.x/support/sdk/java/. I have checked the classpath by issuing command echo $CLASSPATH and got the following output:

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Urs Hunkeler
Hi Yusnaidi, It looks like you have not installed everything. My suggestions only work to avoid problems with Java, i.e., with the newest tinyos.jar file you do not need to compile the TinyOS Java native libraries yourself. You still need a complete TinyOS installation to compile the TinyOS

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Yusnaidi Md Yusof
Hi Urs, Yes, I did. I have followed the same link to do the installation. This is what is did: 1. I have installed the developer tools. 2. I have installed the Macports/Darwin Ports. 3. I have installed the Stow. 4. I have installed the Tinyos-2.x source from the git. 5. I have installed the

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Urs Hunkeler
Hi Yusnaidi, Yes, you should have nesc installed. And yes, this probably means there is a problem with the installation somewhere. On my Mac the ncc binary is in /stow/bin. If it's not there, check whether the compiled version is in /stow/repository/nesc-1.3.0/bin. If it's not there, then

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-25 Thread Urs Hunkeler
Hi Yusnaidi, Ok, the original error message that you showed is caused by the part compiling the Java native libraries. However, in this step you should also have compiled and installed other TinyOS tools, e.g., ncc. Maybe we can go over this part of the installation (installing the tinyos-2.x

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-24 Thread Urs Hunkeler
Hi Yusnaidi, I don't know about your problem, as I currently don't have a Mac OS X system with the latest OS to play with. However, I did compile the libraries for different systems, and the libraries included in the latest tinyos.jar should support Mac OS X on PPC, Intel 32-bit and Intel

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-24 Thread Yusnaidi Md Yusof
Hi Urs, What I meant was I got so many error messages after issuing the './configure', 'make', and 'sudo make install' commands. Do I missed settings any enviroment variables possibly? or etc... I am a bit confuse where I can use the tinyos.jar file. I have uncompressed the file and found that

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-24 Thread Yusnaidi Md Yusof
: errordevelo...@gmail.com Subject: Re: [Tinyos-help] Installation error on Mac OS X To: tinyos-help@millennium.berkeley.edu Message-ID: 20110323235216.ga30...@00110101.home Content-Type: text/plain; charset=us-ascii On Wed, Mar 23, 2011 at 11:11:39PM +, Yusnaidi Md Yusof wrote: g++ -O2

[Tinyos-help] Installation error on Mac OS X

2011-03-23 Thread Yusnaidi Md Yusof
Hi, I really stucked here. Please give me a help... I want to install tinyos-2.x (downloaded from git source) onto my Mac OS X snow leopard. I have successfully install all the macports, AVR tools, etc but when come to a stage to 'make' and 'make install' in the $TOSROOT/tools dir, I got the

Re: [Tinyos-help] Installation error on Mac OS X

2011-03-23 Thread errordeveloper
On Wed, Mar 23, 2011 at 11:11:39PM +, Yusnaidi Md Yusof wrote: g++ -O2 -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers \ -o libtoscomm.jnilib NativeSerial_darwin.cpp NativeSerial_darwin.cpp: In member function 'void NativeSerial::errno_wrap(bool, const char*)':

[Tinyos-help] Installation on Debian from official .deb packages a mess?

2011-01-11 Thread Nicos Gollan
Hi, First, there are file conflicts with distribution packages: * gcc-avr * avrdude * binutils-avr Those are required by some packages in the TinyOS repository, instead of the *-tinyos packages. So that requires quite a bit of manual interaction, and likely breaks things because

Re: [Tinyos-help] Installation on Debian from official .deb packages a mess?

2011-01-11 Thread Philip Levis
On Jan 11, 2011, at 1:35 AM, Nicos Gollan wrote: Hi, First, there are file conflicts with distribution packages: * gcc-avr * avrdude * binutils-avr Those are required by some packages in the TinyOS repository, instead of the *-tinyos packages. So that requires quite a bit of manual

[Tinyos-help] Installation on Debian from official .deb packages a mess?

2011-01-10 Thread Nicos Gollan
Hi, I just went through the installation of 2.1.1 as described on the Wiki on a Debian system (tracking unstable). First, there are file conflicts with distribution packages: * gcc-avr * avrdude * binutils-avr Those are required by some packages in the TinyOS repository, instead of the

Re: [Tinyos-help] Installation on Debian from official .deb packages a mess?

2011-01-10 Thread Philip Levis
On Jan 10, 2011, at 2:19 AM, Nicos Gollan wrote: Hi, I just went through the installation of 2.1.1 as described on the Wiki on a Debian system (tracking unstable). First, there are file conflicts with distribution packages: * gcc-avr * avrdude * binutils-avr Those are required by

Re: [Tinyos-help] Installation problems

2010-10-02 Thread Urs Hunkeler
Hi, While there might be problems with the Java configuration, the error log shown in the original e-mail clearly is not a Java problem. Did you copy a PlatformLedsC.nc file into your local build project or modify it somewho? (you mention the tutorial) Otherwise, the error looks like a

Re: [Tinyos-help] Installation problems

2010-10-02 Thread Urs Hunkeler
Hi, While there might be problems with the Java configuration, the error log shown in the original e-mail clearly is not a Java problem. Did you copy a PlatformLedsC.nc file into your local build project or modify it somewho? (you mention the tutorial) Otherwise, the error looks like a

[Tinyos-help] Installation problems

2010-10-01 Thread CJ Davies
I have begun a project that involves using data collected by Tmote Sky units (telosb platform, MSP430 + CC2420) but am having problems installing the TinyOS development environment/compiling the first application. = I have installed; local/nesc 1.3.1-1 local/ncc 2.8-1

Re: [Tinyos-help] Installation problems

2010-10-01 Thread wasif masood
I think this warning is imp: -- WARNING: CLASSPATH may not include '.' (that is, the symbol for the current working directory). Please add '.' to your CLASSPATH or you may experience configuration problems. Please trying setting you CLASSPATH as : export

[Tinyos-help] [TinyOS-Help] Installation Problem on Cygwin

2010-05-12 Thread jasvinder singh
Hi, I am trying to install TinyOs on Cygwin, but get the following message when I try to install avr-binutils rpm -ivh --ignoreos avr-binutils-2.15tinyos-3.cygwin.i386.rpm Preparing...### [100%] 1:avr-binutils

[Tinyos-help] Installation procedure for TinyOS 1.1.15

2009-06-02 Thread bharat naik
Hi, I am currently trying to install TinyOS 1.1.15 on a Windows Vista box. I am unsure as to how to proceed. Should I first install TinyOS 1.1.0 and then upgrade to TinyOS 1.1.15 or follow the instructions as given in

[Tinyos-help] INstallation Help!

2009-04-27 Thread homayun Feyzbakhsh
Dear All I have installed cygwin on windows XP platform. I have used the manual installation procedure for windows with RPM as outlined in installing tiny os 2.1. I have encountered several problems to install Tinyos2 as follows and I would appreciate it if someone could help me to resolve

Re: [Tinyos-help] INstallation Help!

2009-04-27 Thread aldo
I have the same problems as hf. I hope that someone can help us :-) 2009/4/27 homayun Feyzbakhsh homay...@yahoo.ca Dear All I have installed cygwin on windows XP platform. I have used the manual installation procedure for windows with RPM as outlined in installing tiny os 2.1. I have

[Tinyos-help] Installation question

2008-08-17 Thread Terence Joseph
Hi I'm trying to install TinyOS 2.1 on Vista home premium (the first time I've used Vista). After installing cygwin and running it it comes up with the following: Copying skeleton files. These files are for the user to personalise their cygwin experience. These will never be overwritten.

Re: [Tinyos-help] Installation question

2008-08-17 Thread Philip Levis
On Aug 17, 2008, at 2:55 PM, Terence Joseph wrote: Hi I'm trying to install TinyOS 2.1 on Vista home premium (the first time I've used Vista). After installing cygwin and running it it comes up with the following: Copying skeleton files. These files are for the user to personalise

Re: [Tinyos-help] Installation Problem on Cygwin

2008-05-29 Thread Ashay Dhamdhere
, 2008 3:58 PM To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Installation Problem on Cygwin Use the update (or force if you are really mean) options? HTH, Paul ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] Installation Problem on Cygwin

2008-05-27 Thread Ashay Dhamdhere
Hi, I am trying to install TinyOs on Cygwin, but get the following message when I try to install avr-binutils rpm -ivh --ignoreos avr-binutils-2.15tinyos-3.cygwin.i386.rpm Preparing...### [100%] 1:avr-binutils

[Tinyos-help] installation

2008-05-16 Thread Saugat Joshi
I get the error message every time I try to execute(paul's suggestion did not work) make tmote The error message is Couldn't execute msp430-gcc make: *** [exe0] Error 2 when I write which msp430-gcc it gives me /opt/msp430/bin/msp430-gcc I am not being able to figure out what is going wrong

Re: [Tinyos-help] installation

2008-05-16 Thread Paul Stickney
My money is that 1) /opt/msp430/bin is not in $PATH verify: echo $PATH 2) you do not have the execute permission verify: ls -l `which msp430-gcc` 3) (this is cygwin and a VC dll) dependency is missing verify: strace `which msp430-gcc` (If you are on cygwin, make sure to check #3).

[Tinyos-help] installation prob again

2008-05-16 Thread Saugat Joshi
Hi, I am still stuck with the message, and I provide below the path and all comments for mspgcc Error message: Couldn't execute msp430-gcc make: *** [exe0] Error 2 Now I check for correct installation,with following results 1.echo $PATH

Re: [Tinyos-help] installation prob again

2008-05-16 Thread Sarfraz Nawaz
Have you tried to execute msp430-gcc directly? For example, doing msp430-gcc --version displays the following message on my setup msp430-gcc (GCC) 3.2.3 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even

[Tinyos-help] iNSTALLATION PROBLEM

2008-05-15 Thread Saugat Joshi
Hi I think that the installation of tinyos-2.x is ok.However,I am having the folling problem.I get the following message when I try like::make tmote Couldn't execute msp430-gcc make: *** [exe0] Error 2 Below is the more briefing about what appears in the terminal. I have also included my

Re: [Tinyos-help] iNSTALLATION PROBLEM

2008-05-15 Thread Paul Stickney
Also, do verify $PATH is what you think it should be. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] iNSTALLATION PROBLEM

2008-05-15 Thread Paul Stickney
Couldn't execute msp430-gcc That is the problem: Install the msp430 tools as explained by the installation guide. If you think you have (successfully), find the msp430-gcc file and add it to your $PATH. If the msp430-gcc file is not to be found, then it hasn't been installed correctly.

Re: [Tinyos-help] Installation help

2008-03-17 Thread Nilesh Mishra
Hi, I suppose the USART is multiplexed between the radio and the SPI so connecting it won't be a problem, you will need to acquire the bus though using the proper arbiter before calling SPI functions. Another way can be to use the I2C pins on the header and using a I2C to SPI converter (it is

Re: [Tinyos-help] Installation help

2008-03-11 Thread miriam herraiz
Hi all, My doubt is about the SPI interface of tmote sky. I going to use a power meter which have also SPI interface, so I pretend to connect both using that, but I am not sure if I can use the SPI of tmote because I read this is used by the radio. anybody knows if there is a free pin in

[Tinyos-help] Installation of boot loader overwrites the existing mote application.

2008-03-11 Thread kou ksk
Hi, I am trying to install bootloader on a mote for In-network Reprogramming. TinyOS 1.0.1 I used following set of commands: uisp -dprog=mib510 -dserial=/dev/ttyS0 -dpart=ATMega128 --wr_fuse_h=0xd1 uisp -dprog=mib510 -dserial=/dev/ttyS0 -dpart=ATMega128 --erase uisp -dprog=mib510

[Tinyos-help] Installation of boot loader overwrites the existing mote application.

2008-03-07 Thread kou ksk
Hi, I am trying to install bootloader on a mote for In-network Reprogramming. TinyOS 1.0.1 I used following set of commands: uisp -dprog=mib510 -dserial=/dev/ttyS0 -dpart=ATMega128 --wr_fuse_h=0xd1 uisp -dprog=mib510 -dserial=/dev/ttyS0 -dpart=ATMega128 --erase uisp -dprog=mib510

Re: [Tinyos-help] Installation help

2008-02-26 Thread miriam herraiz
Hi all, can anybody tell me how can I read data from adc port and send that data via radio to the base node I think I did an application to use the adc port and read the data but I don't know how to send it thanks, Miriam ___ Tinyos-help mailing

[Tinyos-help] Installation help

2008-02-22 Thread Ari Chinna
I have installed tinyos-2.x , graphviz v-2.16 following the procedure as below... Kindly whether the following procedure is correct and how can i check whether my installion is successful? Please help after reading this *Step 1*: Install Java SDK from Sun website. It should be jdk 1.5/1.6.

[Tinyos-help] Installation problem tinyos-1.1.11-3is.exe

2007-09-22 Thread Farhana Khan
Hi, I installedtinyos-1.1.11-3is.exe , to upgrade to Tinyos 1.15 . I get the following error whenever I invoke cygwin. I even installed fresh windows xp pro(Acer Laptop) but could not resolve this problem. If someone knows how to resolve this problem, kindly guide.

[Tinyos-help] installation with MicaZ

2007-05-09 Thread CASTEL Myriam
Hi, I'm using the micaz motes with the version 1.11 of TinyOS. To install the programm Blink on the mote, I type: make micaz install mib510,COM1 ou make micaz insatll mib510,/dev/ttyS0. But I have an error: probably the AVR MCU is not in the RESET state. Check it out and run me again. Can

Re: [Tinyos-help] installation with MicaZ

2007-05-09 Thread Munaretto, Daniele
i think u need to check if the mote is well connected On Wed, 2007-05-09 at 15:09 +0200, CASTEL Myriam wrote: Hi, I'm using the micaz motes with the version 1.11 of TinyOS. To install the programm Blink on the mote, I type: make micaz install mib510,COM1 ou make micaz insatll

Re: [Tinyos-help] installation with MicaZ

2007-05-09 Thread Phong Nguyen
This is your uisp binary which fails, try to execute uisp -dprog=mib510 -dpart=ATmega128 --rd_fuses to see if you can access to your programming board. I have meet the same problem with my micaz motes on cygwin, and finally it have only worked on linux with tinyos-1.1.15. To make it works on

Re: [Tinyos-help] installation with MicaZ

2007-05-09 Thread Phong Nguyen
This is your uisp binary which fails, try to execute uisp -dprog=mib510 -dpart=ATmega128 --rd_fuses to see if you can access to your programming board. I have meet the same problem with my micaz motes on cygwin, and finally it have only worked on linux with tinyos-1.1.15. To make it works on

[Tinyos-help] installation problem of tinyos2.x

2007-04-29 Thread Embedded Lab
hi, while installing tinyos 2.x , rpm -ivh msp430tools-baserpm error : failed dependency /bin/sh Plz help me in debugging it. thanks, Poonam ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] installation problem of tinyos2.x

2007-04-29 Thread Philip Levis
On Apr 29, 2007, at 2:46 PM, Embedded Lab wrote: hi, while installing tinyos 2.x , rpm -ivh msp430tools-baserpm error : failed dependency /bin/sh Plz help me in debugging it. Please check the archives. This comes up pretty often. Phil

[Tinyos-help] installation problems

2007-04-11 Thread Andrija Huzjak
make pc doesnt work, what did i miss to install? on the other hand make micaz works.. [EMAIL PROTECTED] Blink]# make pc /opt/tinyos-2.x/support/make/Makerules:166: *** Usage: make target extras make target help Valid targets: all clean eyesIFX eyesIFXv1 eyesIFXv2 intelmote2

Re: [Tinyos-help] installation problems

2007-04-11 Thread Philip Levis
On Apr 11, 2007, at 12:34 PM, Andrija Huzjak wrote: make pc doesnt work, what did i miss to install? on the other hand make micaz works.. Please read the TinyOS 2.0 tutorial on TOSSIM. Simulations are now platform-specific. Only micaz is currently supported, though. So you type make

Re: [Tinyos-help] installation problems

2007-02-28 Thread Tony Mancill
Philip Levis wrote: On Feb 26, 2007, at 4:42 AM, fatima cabot wrote: Hi. I've followed every instruction in the tutorial according to Tinyos2 Linux (Ubuntu) installation. I have had some problems with rpm packets (transforming into deb). But eventually, i have managed to installed every rpm

Re: [Tinyos-help] installation problems

2007-02-27 Thread Philip Levis
On Feb 26, 2007, at 4:42 AM, fatima cabot wrote: Hi. I've followed every instruction in the tutorial according to Tinyos2 Linux (Ubuntu) installation. I have had some problems with rpm packets (transforming into deb). But eventually, i have managed to installed every rpm without erros.

[Tinyos-help] installation problems

2007-02-26 Thread fatima cabot
Hi. I've followed every instruction in the tutorial according to Tinyos2 Linux (Ubuntu) installation. I have had some problems with rpm packets (transforming into deb). But eventually, i have managed to installed every rpm without erros. However, I have no 'tools' directory Does anyone know

[TinyOS-Help] Installation problem

2007-02-01 Thread Min Guo
After installation the tinyos on Debian of IBM T43P (I installed graphviz-2.12-1.src.rpmhttp://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.12-1.src.rpmin the last step), I got following warning when execute the tos-check-env : WARNING: The graphviz (dot) version found by tos-check-env is

Re: [TinyOS-Help] Installation problem

2007-02-01 Thread Chad Metcalf
That's fine. You can safely ignore that error. Chad On 2/1/07, Min Guo [EMAIL PROTECTED] wrote: After installation the tinyos on Debian of IBM T43P (I installed graphviz-2.12-1.src.rpmhttp://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.12-1.src.rpmin the last step), I got following

RE: [Tinyos-help] Installation error, what to do?

2006-09-26 Thread Giri Baleri
: Tuesday, September 26, 2006 2:57 AM To: Tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Installation error, what to do? Hi all, I have installed tinyos1.1.0. When I try to update the package with this command rpm --force --ignoreos -Uvh tinyos-1.1.10Jan2005cvs-1.cygwin.noarch.rpm I

[Tinyos-help] Installation error, what to do?

2006-09-26 Thread sundaresh sundaralingam
Servey,Thanks for the speedy reply. :)I just downloaded nesC version 1.2.7a from sourceforge. Installation went on fine. But when I updated to the Jan2005 version it gave me the same error again.I tried updating to the package which you suggested and this is the error i received : error:

Re: [Tinyos-help] installation query

2006-09-11 Thread preeti k
i haven't modified the file but it still doe not seem to workOn 9/11/06, sougata sen [EMAIL PROTECTED] wrote:have u modified the AM.h file because it is showing a parse error in AM.h. check if u have done some changes in that On 9/9/06, preeti k [EMAIL PROTECTED] wrote: Hi,I gave the 'make

Re: [Tinyos-help] installation query

2006-09-11 Thread preeti k
yes, toscheck completes without any errorsOn 9/10/06, Tarun Bansal [EMAIL PROTECTED] wrote: Have you gone through these tests: http://www.tinyos.net/tinyos-1.x/doc/tutorial/verifyhw.htmlTarun___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDU

RE: [Tinyos-help] installation query

2006-09-11 Thread Ben Kelley
:17To: preeti kCc: tinyos-help@Millennium.Berkeley.EDUSubject: Re: [Tinyos-help] installation query have u modified the AM.h file because it is showing a parse error in AM.h. check if u have done some changes in that On 9/9/06, preeti k [EMAIL PROTECTED] wrote: Hi,I gave

[Tinyos-help] installation query

2006-09-10 Thread Tarun Bansal
Have you gone through these tests: http://www.tinyos.net/tinyos-1.x/doc/tutorial/verifyhw.html Tarun ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] installation query

2006-09-10 Thread sougata sen
have u modified the AM.h file because it is showing a parse error in AM.h. check if u have done some changes in that On 9/9/06, preeti k [EMAIL PROTECTED] wrote: Hi,I gave the 'make pc ' command by going to the application stored at ../tinyosdir/tinyos1.x/apps/Blink.But the file did not compile

Re: [Tinyos-help] installation query

2006-09-09 Thread preeti k
Hi,I gave the 'make pc ' command by going to the application stored at ../tinyosdir/tinyos1.x/apps/Blink.But the file did not compile and i got the following error (it is quite long but i am pasting it for your reference) [EMAIL PROTECTED] Blink]# make pc compiling Blink to a pc binaryncc -o

[Tinyos-help] installation query

2006-09-08 Thread preeti k
Hello there..i have been trying to install tinyos1.x on fedora core 5 . I need to use tossim as well. i typed 'make pc ' on the prompt to get tossim running but i could not. Can anyone help pleasePreeti ___ Tinyos-help mailing list

Re: [Tinyos-help] installation query

2006-09-08 Thread Philip Levis
On Sep 8, 2006, at 7:03 AM, preeti k wrote: Hello there.. i have been trying to install tinyos1.x on fedora core 5 . I need to use tossim as well. i typed 'make pc ' on the prompt to get tossim running but i could not. Can anyone help please You need to provide more details on your

Re: [Tinyos-help] installation query

2006-09-08 Thread [EMAIL PROTECTED]
make pc just compiles your program for your PC's architecture. I suggest you to go through TOSSIM manual. Manjunath On Fri, 8 Sep 2006, preeti k wrote: Hello there.. i have been trying to install tinyos1.x on fedora core 5 . I need to use tossim as well. i typed 'make pc ' on the

Re: [Tinyos-help] installation query

2006-09-08 Thread Sumit Gupta
Hi, make pc is a command to compile which will store the compiled binary file in build folder in your computer. For example: If you want to compile application Blink stored in ../tinyos-1.x/apps/Blink/ then you need to give following command: make platform thus for tossim (or PC platform), it

[Tinyos-help] Installation Issues

2006-03-11 Thread Deepa Mahajan
I have received a lot of warning when running the toscheck, and am completely unaware of how to resolve these issues. I looked through the archive, and checked my cygwin installer to see if I forgot to install something. Does anyone know what I need to do to resolve the following warnings

Re: [Tinyos-help] Installation error: bash: /dev/null: No such file or directory on XP Embedded

2006-02-09 Thread balvis
I tried to make a file with that name, but it doesn't work. I don't how to resolve this problem. Ing.Alessandro Balvis Centro Ricerche ENEL - Pisa [EMAIL PROTECTED] interesting, maybe the embedded version has given up on the whole fake /dev thing You could try making a file with that

[Tinyos-help] Installation error: bash: /dev/null: No such file or directory on XP Embedded

2006-02-08 Thread balvis
Hy, I installed the tinyos (tinyos-1.1.0-1is.exe) in a system with Windows XP Embedded SP2 Version 2002 and I encountered this error at the first time that I started the Cygwin bash shell: bash: /dev/null: No such file or directory bash: /dev/null: No such file or directory [EMAIL PROTECTED] ~ $

[Tinyos-help] Installation error: bash: /dev/null: No such file or directory on XP Embedded

2006-02-08 Thread balvis
Hy, I installed the tinyos (tinyos-1.1.0-1is.exe) in a system with Windows XP Embedded SP2 Version 2002 and I encountered this error at the first time that I started the Cygwin bash shell: bash: /dev/null: No such file or directory bash: /dev/null: No such file or directory [EMAIL PROTECTED] ~ $

Re: [Tinyos-help] Installation error: bash: /dev/null: No such file or directory on XP Embedded

2006-02-08 Thread Michael Schippling
interesting, maybe the embedded version has given up on the whole fake /dev thing You could try making a file with that name but (assuming it works) you'd have to go truncate it fairly frequently. MS [EMAIL PROTECTED] wrote: Hy, I installed the tinyos (tinyos-1.1.0-1is.exe) in a system