Dear friends, Tinyos have a problem in the compiler because dont detect the overflow of the MCU Memory RAM. For example in a test my program have more than 10K of RAM but the compiler dont show any error and permit compile this program. When start my node the MCU dont function well.
Jorge --- El mié, 15/10/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > De: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Asunto: Tinyos-help Digest, Vol 66, Issue 44 > Para: [email protected] > Fecha: miércoles, 15 octubre, 2008 4:03 > Send Tinyos-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more > specific > than "Re: Contents of Tinyos-help digest..." > > > Today's Topics: > > 1. Re: Tossim stopped compiling after switching > to Ubuntu Hardy > (Romain Thouvenin) > 2. Re: some problem when i execute > "./serial_tun" (guoyuehua.cool) > 3. @team tinyos (joe winifred) > 4. Re: Tinyos-help Digest, Vol 66, Issue 43 (Lakshmi > Pradeep) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Oct 2008 21:22:09 +0200 > From: "Romain Thouvenin" > <[EMAIL PROTECTED]> > Subject: Re: [Tinyos-help] Tossim stopped compiling after > switching to > Ubuntu Hardy > To: "Sarfraz Nawaz" <[EMAIL PROTECTED]> > Cc: tinyos support > <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > I am still unable to compile anything for tossim... > > I tried to clean and reinstall my build-essentials, then > install > tinyos-2.1 (I was using CVS), still the same result... > > I can't see anything else that digging into nesc code > to see where the > paths are taken from and understand what's going on... > So if anybody already know, please let me know. > > Romain > > On Thu, Sep 25, 2008 at 9:15 AM, Sarfraz Nawaz > <[EMAIL PROTECTED]> wrote: > > Even if I invoke nesc1 (not the nescc perl script) > directly, I can see > > it including the previously mentioned directories in > its search path. > > > > /usr/lib/ncc/nesc1 -v BlinkAppC.nc > > > > #include "..." and component search starts > here: > > #include <...> search starts here: > > /usr/local/include/ > > /usr/lib/gcc/i486-linux-gnu/4.2.3/include/ > > /usr/include/ > > End of search list. > > preprocessing BlinkAppC.nc > > > > > > > > On Thu, Sep 25, 2008 at 3:41 AM, Romain Thouvenin > > <[EMAIL PROTECTED]> wrote: > >> Thanks for your input ! > >> > >> Unfortunately, the nesc version doesn't > explain the issue: > >> > >> $nescc --version > >> nescc: 1.3.0 > >> gcc: gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) > >> > >> Is there a nescc expert who knows how the search > directories are determined? > >> > >> /Romain > >> > >> > >> On Wed, Sep 24, 2008 at 2:02 PM, Sarfraz Nawaz > <[EMAIL PROTECTED]> wrote: > >>> Hello Romain, > >>> > >>> Sorry for the late reply but been busy with > other things. I can > >>> compile for tossim on Ubuntu Hardy and the > only difference that I can > >>> see between your verbose output and mine is > that the nesc compiler on > >>> your side fails to include the following > directories in its search > >>> path > >>> > >>> /usr/local/include/ > >>> /usr/lib/gcc/i486-linux-gnu/4.2.3/include/ > >>> /usr/include/ > >>> > >>> I could not see from your verbose output that > which version of nesc > >>> you are using. I am using nesc-1.3.0 and the > nesc compiler includes > >>> the above directories in its search path when > looking for header > >>> files. The file /usr/lib/ncc/deputy_nodeputy.h > includes stddef.h which > >>> is in fact under > /usr/lib/gcc/i486-linux-gnu/4.2.3/include/ which > >>> never gets searched and thus the compiler > starts complaining. > >>> > >>> I think you should check your nesc version and > if it is not 1.3.0 you > >>> could try to upgrade to this version and see > if it solves the problem. > >>> I am attaching a log of the verbose output > from my Ubuntu Hardy when > >>> compiling Blink for tossim. Hope it helps. > >>> > >>> Regards > >>> > >>> On Sun, Sep 21, 2008 at 8:55 PM, Romain > Thouvenin > >>> <[EMAIL PROTECTED]> wrote: > >>>> Sure. > >>>> > >>>> On Sun, Sep 21, 2008 at 12:44 PM, Sarfraz > Nawaz <[EMAIL PROTECTED]> wrote: > >>>>> Romain, > >>>>> > >>>>> If you can post a log of the verbose > output from some application say > >>>>> Blink, then we would be able to see > what is going on. > >>>>> > >>>>> On Sun, Sep 21, 2008 at 8:19 PM, > Romain Thouvenin > >>>>> <[EMAIL PROTECTED]> > wrote: > >>>>>> Hey Andrey! > >>>>>> > >>>>>> Sorry I didn't catch your > first proposal with the dummy example. > >>>>>> It actually compiles, and I've > read that it is normal that the include > >>>>>> directory is not part of the > search dirs. Must be added automatically. > >>>>>> > >>>>>> Thanks also for the tip about the > verbose option. > >>>>>> I found out that with the dummy > example, when the include start > >>>>>> directories are listed, the > /usr/lib/gcc/i486-linux-gnu/4.2.3/include > >>>>>> directory is listed, but not when > I run make micaz sim (in that case, > >>>>>> only ncc- et tinoys-related > directories are listed) > >>>>>> > >>>>>> So the problem seems to be more on > the tinyos side. > >>>>>> > >>>>>> Investigation on going... > >>>>>> > >>>>>> Romain > >>>>>> > >>>>>> On Thu, Sep 18, 2008 at 9:10 PM, > Andrey Gursky <[EMAIL PROTECTED]> wrote: > >>>>>>> Hi Romain! > >>>>>>> > >>>>>>> You could try also the verbose > option for the compiler. > >>>>>>> e.g.: > >>>>>>> $export CFLAGS=-v > >>>>>>> $make micaz sim > >>>>>>> > >>>>>>> The output would be > interesting. And what about the small dummy example that > >>>>>>> uses 2 header files that are > not found? If it also fails could you post the > >>>>>>> output with -v? This should be > also interesting for the Ubuntu team (I > >>>>>>> think). > >>>>>>> > >>>>>>> Andrey > >>>>>>> > >>>>>> > _______________________________________________ > >>>>>> Tinyos-help mailing list > >>>>>> > [email protected] > >>>>>> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > >>>>>> > >>>>> > >>>> > >>> > >> > > > > > ------------------------------ > > Message: 2 > Date: Wed, 15 Oct 2008 08:31:41 +0800 (CST) > From: "guoyuehua.cool" > <[EMAIL PROTECTED]> > Subject: Re: [Tinyos-help] some problem when i execute > "./serial_tun" > To: "swaytha sasi" <[EMAIL PROTECTED]> > Cc: tinyos <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="gbk" > > > firstly thanks for your reply~ > > yeah~I guess the "./serial_tun /dev/ttyUSB0 > telosb" is useful for the mib510 or the other > programming board.My programming board is mib600~it just has > the NIC interface not the usb interface~ so anybody know how > to solve this? > > > > ?2008-10-14?"swaytha sasi" > <[EMAIL PROTECTED]> ??? > > did u try sudo ./serial_tun /dev/ttyUSB0 telosb ? > > > 2008/10/14 guoyuehua.cool <[EMAIL PROTECTED]> > > > hi guys: > > now I am reading the > readme-"code/b6lowpan/tags/release-8-25-2008/readme", > > In the document,when i execute the command line > "./serial_tun /dev/ttyUSB0 telosb" ,the result is > "killed". my programming board is mib600. I guess > i should use other command line. I know little about it. can > anybody encounter same problem .how to realice it on the > mib600~ > > If possible, i hope someone can give me detailed > instruments. thank a lot for your help:) > > > jackg > > 2008.10.14 > > > > > > [??] ???????-???? > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20081015/dca587b3/attachment-0001.htm > > > ------------------------------ > > Message: 3 > Date: Wed, 15 Oct 2008 07:36:02 +0530 (IST) > From: joe winifred <[EMAIL PROTECTED]> > Subject: [Tinyos-help] @team tinyos > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="utf-8" > > Dear Frens, > As u said , i used make micaz sim , (i m > using cygwin and tinyos-1.x) for the Blink Example , It has > created main.exe file within that build folder , Now i need > to simulate the result, for which i know nothing of tinyviz > or graphviz.. as i said previously, i m new to this, kindly > gimme the procedures to simulate it, if any installation s > needed kindly teach me that too, thanks in advance , > Joe > > > > Add more friends to your messenger and enjoy! Go to > http://messenger.yahoo.com/invite/ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20081015/b30459db/attachment-0001.htm > > > ------------------------------ > > Message: 4 > Date: Wed, 15 Oct 2008 02:03:16 -0700 (PDT) > From: Lakshmi Pradeep <[EMAIL PROTECTED]> > Subject: Re: [Tinyos-help] Tinyos-help Digest, Vol 66, > Issue 43 > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi congtrats > Now it is more readable. > > --- On Tue, 10/14/08, > [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > Subject: Tinyos-help Digest, Vol 66, Issue 43 > To: [email protected] > Date: Tuesday, October 14, 2008, 6:58 PM > > Send Tinyos-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more > specific > than "Re: Contents of Tinyos-help digest..." > Today's Topics: > > 1. Re: how to form a group in CTP? (Omprakash Gnawali) > 2. Specifying Topology and Sensing data to TOSSIM > (lasa323) > 3. need java help (Adeel Akhtar) > 4. plz help me (joe winifred) > 5. Re: plz help me (lasanthi Heendaliya) > 6. Ivy (Deputy successor) 1.0 now available... (David > Gay) > 7. Re: need java help (Janos Sallai) > On Thu, Oct 9, 2008 at 7:35 PM, mike smith > <[EMAIL PROTECTED]> wrote: > > Hi, > > i'm trying to implement the clustering > algorithm in tinyos-2.x, > cuz T2 > > does not have any tinyos implementation for > clustering. > > > > i've a following questions: > > > > 1. CTP is the "addree free" anycast > protocol, initially it > forms a set of > > trees and a node sends a data to one of the root node > without specifying > an > > address of root node(i.e by sending to the next hop). > But in my > > implementation of clustering, all the member nodes > needs to send that data > > to a "particular cluster head". Is it > possible to send a data to > a > > particular node in the CTP? How? > > No. You will have to change CTP to be able to do that. > Before you > change it, you have to redesign it. > > > 2. Should i need to modify the CTP library or can a > group be formed using > a > > CTP application like multihopOscilloscope? > > Redesign. > > > 3. In CTP, if the network is static, are the ETX value > change for node > > pairs? > > Yes there can be short term variations. > > - om_p > > > > Hi all, > I am trying to simulate a WSN in TinyOS 2.0.1 and TOSSIM. > So, my first step was specifying the topology and I was able > to do that. > i generated a topology file using the java class > "LinkLayerModel" . it gave the topology in the > format of "source-destination-gain" and i added > them to the radio model. I guess i have created and > specified the topology correctly. > > Then, I want to specify the data to be sensed by nodes > because I wants track the first time that a mote reads a > valid information from the phenomenon. > > I studied? the tutorial with the title "Lesson 5: > Sensing ". the first example shows how to sense > phenomenon in specific time intervals. but my problem is, > who specify those data to be read? and how do i relate them > with nodes? Suppose we sense the temperate.We can sense the > temperature periodically, but different motes may read > different temperatures. So, how do i give these details? > Does anybody have any idea or any references that i can read > and get understand?. > > I am looking forward to hearing from you. Please direct me, > I am new to TinyOS and TOSSIM.? > > Thanks and best regards! > > lasanthi > > > ? > Hi All, > ? i have configured tinyos 2.1 with cygwin.it is running > all application (nesc files) properly, also on hardware > which is micaz mote,but java files are not running?when i > compile any java file it shows lot of errors and not getting > any package?or any class.i think it is not properly > configured i have also set the classpath variable but unable > to run java files.i have configures following path variables > : > > export TOSROOT=/opt/tinyos-2.x > export TOSDIR=$TOSROOT/tos > export > CLASSPATH=C:\tinyos\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;. > export MAKERULES=$TOSROOT/support/make/Makerules > > export PATH="C:\Program > Files\Java\jdk1.6.0_05\bin:$PATH" > > export > CLASSPATH="$CLASSPATH;.;c:/tinyos/cygwin/opt/tinyos-2.x/support/sdk/java/tinyos. > jar" > > i have posted this problem before but unable to solve the > problem, can any body help me out i am facing lot of > problems.... > ? > ? > Best Regards > Adeel > > > > > Hi.. I am new to tinyos.I have installed tinyos-2.x > version. when i tried to > work on make pc i encountered the following error, kindly > help me on this > > > $make clean > $ make pc > compiling Blink to a pc binary > ncc -board=micasb -o build/pc/main.exe -g -O0 -pthread > -target=pc -Wall > -Wshadow -DDEF_TOS_AM_GROUP=0x7d -fnesc-nido-tosnodes=1000 > -fnesc-cfile=build/pc/app.c Blink.nc -lm > Unknown target pc > Known targets for TinyOS directory /opt/tinyos-1.x/tos are: > mica mica128 mica2 mica2dot pc1 > > > > > Add more friends to your messenger and enjoy! Invite them > now. > > make pc works with TinyOS-1 but, not with version 2. Use > the following in order to build a simulation version. > > make micaz sim > then it will create a folder called build and place > generated files in build/micaz/ > > > > On Tue, Oct 14, 2008 at 1:21 PM, joe winifred > <[EMAIL PROTECTED]> wrote: > > > > > Hi.. I am new to tinyos.I have installed tinyos-2.x > version. when i tried to > work on make pc i encountered the following error, kindly > help me on this > > > > $make clean > $ make pc > compiling Blink to a pc binary > ncc -board=micasb -o build/pc/main.exe -g -O0 -pthread > -target=pc -Wall > -Wshadow -DDEF_TOS_AM_GROUP=0x7d -fnesc-nido-tosnodes=1000 > -fnesc-cfile=build/pc/app.c Blink.nc -lm > > Unknown target pc > Known targets for TinyOS directory /opt/tinyos-1.x/tos are: > mica mica128 mica2 mica2dot pc1 > > > > > Add more friends to your messenger and enjoy! Invite them > now. > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > [I'm posting this announcement here as TinyOS 2.1 uses > the Deputy C > extensions to bring safety to TinyOS. Future versions of > safe TinyOS > should be switching to Ivy, and some of you might be > interested in > using Ivy standalone...] > > The first release of the Ivy, a compiler for an extended > dialect of C > which incorporates our Deputy (type-safety), HeapSafe > (memory-management safety) and SharC (sharing safety for > threaded > code) extensions, is now available from > http://ivy.cs.berkeley.edu/ivywiki/index.php/Main/Ivy ! > Each of these > three C extensions can be used independently or in any > combination. > > The platforms supported by this release are Linux and Mac > OS X; > pre-compiled packages are available for x86 Ubuntu and > Fedora 9. > > For discussions/questions/bug reports on Ivy, please use > the existing Deputy > mailing list at > http://hal.cs.berkeley.edu/cgi-bin/mailman/listinfo/deputy. > > -- > David Gay, for the Ivy team > > > > Can you post the error message you're getting when > compiling java code? > Also, can you post the output of the command "echo > $CLASSPATH"? > > Janos > > > On Tue, Oct 14, 2008 at 1:19 PM, Adeel Akhtar > <[EMAIL PROTECTED]> wrote: > > > ? > Hi All, > ? i have configured tinyos 2.1 with cygwin.it is running > all application (nesc files) properly, also on hardware > which is micaz mote,but java files are not running?when i > compile any java file it shows lot of errors and not getting > any package?or any class.i think it is not properly > configured i have also set the classpath variable but unable > to run java files.i have configures following path variables > : > > export TOSROOT=/opt/tinyos-2.x > export TOSDIR=$TOSROOT/tos > export > CLASSPATH=C:\tinyos\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;. > export MAKERULES=$TOSROOT/support/make/Makerules > > export PATH="C:\Program > Files\Java\jdk1.6.0_05\bin:$PATH" > > export > CLASSPATH="$CLASSPATH;.;c:/tinyos/cygwin/opt/tinyos-2.x/support/sdk/java/tinyos. > jar" > > i have posted this problem before but unable to solve the > problem, can any body help me out i am facing lot of > problems.... > ? > ? > Best Regards > Adeel > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20081015/aeccb67f/attachment.htm > > > ------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > End of Tinyos-help Digest, Vol 66, Issue 44 > ******************************************* _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
