Re: [Tinyos-help] Compile error in rfxlink - TestTimerSync with LPL.

2011-06-20 Thread Janos Sallai
Hi Wojciech, The problem seems to be a name conflict. If you copy over the file /opt/tinyos-2.x/tos/lib/rfxlink/layers/LowPowerListeningLayerP.nc to apps/tests/TestTimerSync and replace all the LISTEN strings with, for instance, LPL_LISTEN, the code will compile. I'll try to hunt down where this

Re: [Tinyos-help] Compile error in rfxlink - TestTimerSync with LPL.

2011-06-20 Thread Wojciech Bober
Hi Janos, Thanks for your reply! I would like to point out that I'm trying to compile tests/TestTimerSync rather than test/TestFtsp/FtspLpl. Besides I can't compile my own code which uses TMilli timers in TimeSyncC and does not use 32khz timer. I tried to compile the code as you advised (note

Re: [Tinyos-help] Compile error in rfxlink - TestTimerSync with LPL.

2011-06-17 Thread Janos Sallai
Wojciech: For some strange reason, test/TestFtsp/FtspLpl requires 32khz clock resolution, instead of the default millisecond timer. (It wires TimeSync32khzC instead of TimeSyncC.) When you compile with "make telosb cc2420x", only millisecond and microsecond precision timestamping is provided. To e

Re: [Tinyos-help] Compile error

2009-07-19 Thread Michael Schippling
It would help if you indicated where lines 113 and 118 are... According to google, char 0226 is: Unicode Character 'LATIN CAPITAL LETTER A WITH DOT ABOVE' (U+0226) so it might be one of those 'A's in the variable names you have. You could try retyping, moving, or changing the names to see. Also y

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Tiny User
esday, April 23, 2008 9:21 PM > *To:* Chao Sun > *Cc:* Tinyos-help@millennium.berkeley.edu > *Subject:* Re: [Tinyos-help] Compile Error in TOSSIM > > > > Which platform are you working? I am using Windows XP + Cygwin. > > I think other people may be more helpful than me. > > Ittip

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Chao Sun
Sun Cc: Tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Compile Error in TOSSIM Which platform are you working? I am using Windows XP + Cygwin. I think other people may be more helpful than me. Ittipong On 23/04/2008, Chao Sun <[EMAIL PROTECTED]> wrote: Ittipong Khemapech

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Ittipong Khemapech
Which platform are you working? I am using Windows XP + Cygwin. I think other people may be more helpful than me. Ittipong On 23/04/2008, Chao Sun <[EMAIL PROTECTED]> wrote: > > Ittipong Khemapech wrote: > > > As I have been away from TOSSIM 1 for several months, I think you should > > try: > >

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Chao Sun
Ittipong Khemapech wrote: > As I have been away from TOSSIM 1 for several months, I think you > should try: > > COMPONENT=Blink > PFLAGS += -I%T/platform/pc/CC1000Radio > include ../Makerules > > Hope this helps. > > Ittipong > > On 23/04/2008, *Chao Sun* <[EMAIL PROTECTED] >

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Ittipong Khemapech
As I have been away from TOSSIM 1 for several months, I think you should try: COMPONENT=Blink PFLAGS += -I%T/platform/pc/CC1000Radio include ../Makerules Hope this helps. Ittipong On 23/04/2008, Chao Sun <[EMAIL PROTECTED]> wrote: > > Ittipong Khemapech wrote: > > > It should be useful if you s

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Chao Sun
Ittipong Khemapech wrote: > It should be useful if you show what the Makefile says. > > Ittipong > > On 22/04/2008, *Chao Sun* <[EMAIL PROTECTED] > > wrote: > > Hi all, > > While using the command "make pc" to compile Blink in tinyos-1.x, I > received a error

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Ittipong Khemapech
It should be useful if you show what the Makefile says. Ittipong On 22/04/2008, Chao Sun <[EMAIL PROTECTED]> wrote: > > Hi all, > > While using the command "make pc" to compile Blink in tinyos-1.x, I > received a error message like this > > mkdir -p build/pc > compiling Blink to a pc binary

Re: [Tinyos-help] compile error

2007-11-07 Thread Peizhao Hu
it is a common problem with the nesC binary. Make sure you have it installed. please check on mailing list archive for more information. regards; Peizhao 汪付强 wrote: > tinyos forum: >hello! > When I compile blink code in tinyos, I got the error message that ncc is > not found: > > mkdir -

Re: [Tinyos-help] compile error!

2007-10-18 Thread Faisal Aslam
You should do following two things. 1) Check your path setting. It includes TOSROOT, TODIR, MAKERULES etc. They should be as described in http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html 2) Try to "make" more than once. It is strange but sometime it works. I also get lots of errors

Re: [Tinyos-help] Compile Error / No Targets / TinyOs 2.x

2007-10-07 Thread Jan Gäbler
Hello together, i use the default Makefiles shiped within the tinyos-2.x distribution. You can find these two files below (one from the ../apps/Blink directory and from the main ../apps/ directory). Makefile in ../apps/Blink: COMPONENT=BlinkAppC include $(MAKERULES) Makefile in ../apps:

Re: [Tinyos-help] Compile Error / No Targets / TinyOs 2.x

2007-10-05 Thread raysaikat
What's your MAKEFILES? Sent via BlackBerry from T-Mobile -Original Message- From: Jan Gäbler <[EMAIL PROTECTED]> Date: Fri, 05 Oct 2007 15:16:49 To:tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Compile Error / No Targets / TinyOs 2.x Hallo together, I have recently insta

RE: [Tinyos-help] Compile Error in Surge Example

2007-03-22 Thread Wong Kenny
Sorry for my foolish question. The error is caused by simple syntax error. Regards, Kenny From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 22 Mar 2007 05:46:15 -0700Subject: [Tinyos-help] Compile Error in Surge Example Hi all,When I would like to compile a surge example from "/opt/tiny

Re: [Tinyos-help] compile error for micaz sim (T2)

2006-11-30 Thread Philip Levis
On Nov 29, 2006, at 8:23 PM, venkatesh s wrote: I checked it, it has both python2.3 and python2.4. I think python- dev package is not installed on cygwin. Can i know where do i get this package?? I have one for linux, but it didnt work.. Also searced in the net but failed to get one!!

Re: [Tinyos-help] compile error for micaz sim (T2)

2006-11-29 Thread venkatesh s
I checked it, it has both python2.3 and python2.4. I think python-dev package is not installed on cygwin. Can i know where do i get this package?? I have one for linux, but it didnt work.. Also searced in the net but failed to get one!! On 11/29/06, Philip Levis <[EMAIL PROTECTED]> wrote: O

Re: [Tinyos-help] compile error for micaz sim (T2)

2006-11-29 Thread Philip Levis
On Nov 29, 2006, at 5:45 AM, venkatesh s wrote: The module files are being generated, but its the problem of the python tool. I am using python 2.4 version. I got the same error when used Python 2.3 version also.. Can anyone Help me out?? Whoops -- didn't get this far. Can you check whet

Re: [Tinyos-help] compile error for micaz sim (T2)

2006-11-29 Thread Philip Levis
On Nov 29, 2006, at 5:45 AM, venkatesh s wrote: Hi all, I am using T2 under cygwin. I compiled the Blink application for TOSSIM. But it gives a list of error at the end. Please read the part of the TOSSIM tutorial that talks about Python versioning. Phil _

RE: [Tinyos-help] Compile Error --------- FIXED

2006-10-04 Thread Anuradha Eragani
As an FYI. I have identified the reason for the ClassNotFoundException that I mailed you before. The simdriver.jar file doesn't include the class files from /tools/java/net/tinyos/message/avrmote directory. The fix for this problem is to modify the Makefile of /tools/java/net/tinyos/message/s

RE: [Tinyos-help] Compile Error

2006-10-04 Thread Anuradha Eragani
I have compiled the tools/java directory tree but again resulted in 100 errors. I'm attaching the output of the "make" that resulted in the errors. Thanks Anu ^ C:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\Downloader.java:108: cannot resolve sym

Re: [Tinyos-help] Compile Error

2006-10-04 Thread Michael Schippling
Well, "obviously", net.tinyos.message.avrmote.TOSMsg is either not compiled into a class file or not in your CLASSPATH. Did you compile the whole tools/java directory tree? MS Anuradha Eragani wrote: The NullPointerException was occurring due some plugin path not being set and some plugins.list

RE: [Tinyos-help] Compile Error

2006-10-04 Thread Anuradha Eragani
The NullPointerException was occurring due some plugin path not being set and some plugins.list file not being available. But this exception got fixed when I compiled all the files in opt\tinyos-1.x\tools\java\net\tinyos\sim folder which generated simdriver.jar file (this file wasn’t there

Re: [Tinyos-help] Compile Error

2006-10-03 Thread Michael Schippling
I believe you got warnings from a TOS compile, but the error is from a Java program that seems to be at a much higher level. Just my opinion... Can you look at line 77 of PluginManager.java? MS Anuradha Eragani wrote: Inspite of this compile error, (since they r a bunch of warnings) I went ahe

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Inspite of this compile error, (since they r a bunch of warnings) I went ahead and ran the application in the TOSSIM simulator using TinyViz and I’m getting NullPointerException. Does the warnings have anything to do with this exception??   SIM: Random seed is 125000 java -Dpython.cached

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Bryn Smith
: Wednesday, 4 October 2006 5:59 AM To: 'Matthew S. Nassr'; tinyos-help@Millennium.Berkeley.EDU Subject: RE: [Tinyos-help] Compile Error Yes, I did upgrade from 1.1.0 to 1.1.11 and then to 1.1.15. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Yes, I did upgrade from 1.1.0 to 1.1.11 and then to 1.1.15. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew S. Nassr Sent: Tuesday, October 03, 2006 2:51 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Compile Error Did you

Re: [Tinyos-help] Compile Error

2006-10-03 Thread Matthew S. Nassr
Did you upgrade to 1.1.11 before going to 1.1.15? I think you can't just go from 1.1.0 to 1.1.15. If you knew that, disregard this... Hi All, I recently upgraded TinyOS on my machine from 1.1.0 to 1.1.15 and since then, I'm encountering the following message when I'm trying to compile an appli

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-06 Thread Ming
y, July 05, 2006 20:42 To: Adam Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [TinyOS-help] Compile Error for SurgeTelos   Thank you for you kind reply. I have tried to export TOSMARK_PATH, but the problem is still appear. Are there any other problem cause the Error? On 7/5/06, Adam &

RE: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Ben Kelley
of tinyos?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ming Sent: Wednesday, July 05, 2006 20:42 To: Adam Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [TinyOS-help] Compile Error for SurgeTelos   Thank you for you kind reply. I have tried to export

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Ming
--From: [EMAIL PROTECTED][mailto: [EMAIL PROTECTED]] On Behalf Of JoePolastreSent: Wednesday, July 05, 2006 9:19 AMTo: MingCc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [TinyOS-help] Compile Error for SurgeTelosFor some reason it isn't finding %T/lib/MultiHopLQIOn 7/4/06, Ming <[E

RE: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Adam
-help] Compile Error for SurgeTelos For some reason it isn't finding %T/lib/MultiHopLQI On 7/4/06, Ming <[EMAIL PROTECTED]> wrote: > Hi everyone > > When I try to compile the SurgeTelos on the Telos verB, I get the > following error. How can I solve it? > > > # make

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Joe Polastre
For some reason it isn't finding %T/lib/MultiHopLQI On 7/4/06, Ming <[EMAIL PROTECTED]> wrote: Hi everyone When I try to compile the SurgeTelos on the Telos verB, I get the following error. How can I solve it? > # make telosb > mkdir -p build/telosb > compiling Surge to a telosb binary > n