[Tinyos-help] compile error with mica2 mote

2013-04-11 Thread Myint, Soe (Student)
hello, I am trying to program a Mica2 mote with MIB510CA bard, i have tried with so many ways but i couldn't success to program it. My OS is Ubuntu 12.04 and TiniyOS version is 2.1.2. I can program Mica2mote with Mib510CA board by using TinyOS-2.1.1 . But i don't know why, i can't program

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

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

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

2011-06-17 Thread Wojciech Bober
Hi, I can't compile TestTimerSync with cc2420x stack and LPL enabled. I'm using the latest svn source. Could someone please confirm the issue? Below is the compilation output. The makefile is modified with CFLAGS += -DLOW_POWER_LISTENING. I've check LowPowerListeningLayerP.nc:92, but I can't see

[Tinyos-help] Compile error

2009-07-19 Thread Omar Losi
Hi all, i kindly ask for your help about some compile time error of my application: 1) RoutingP.nc::In function FUtility: RoutingP.nc:113: syntax error before character 0226 RoutingP.nc:118: syntax error before character 0226 This is my code: float FUtility(float a, float BSX [], float BSY []) {

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

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 ncc -o

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] mailto:[EMAIL PROTECTED] wrote: Hi all, While using the command make pc to compile Blink in tinyos-1.x, I received a error message like

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 show

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] mailto:[EMAIL PROTECTED] wrote:

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
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 wrote

Re: [Tinyos-help] Compile Error in TOSSIM

2008-04-23 Thread Tiny User
:* 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 wrote: As I have been away from TOSSIM 1 for several

[Tinyos-help] Compile Error in TOSSIM

2008-04-22 Thread Chao Sun
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 ncc -o build/pc/main.exe -g -O0 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d

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 -p

[Tinyos-help] compile error

2007-11-07 Thread 汪付强
tinyos forum: hello! When I compile blink code in tinyos, I got the error message that ncc is not found: mkdir -p build/micaz compiling Blink to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=micaz

[Tinyos-help] compile error!

2007-10-18 Thread Bo Xu
Dear all: I compiled a file using command make mica2 , but I have got the following mistake: Do you have any idea how to solve the problem? [EMAIL PROTECTED] /cygdrive/c/cygwin/opt/tinyos-1.x/contrib/xbow/apps/TOSBase $ make mica2 mkdir -p build/mica2 compiling TOSBase to a mica2

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
:49 To:tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Compile Error / No Targets / TinyOs 2.x Hallo together, I have recently installed tinyos-2.x on my fedora7 system, according the manual from the tinyos homepage. this works overall fine, but i'm unable to compile the simple Blink

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

2007-10-05 Thread Jan Gäbler
Hallo together, I have recently installed tinyos-2.x on my fedora7 system, according the manual from the tinyos homepage. this works overall fine, but i'm unable to compile the simple Blink application. During compiling, i will receive the followning output:

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

[Tinyos-help] Compile Error when trying to get location information in Tossim

2007-03-30 Thread vasanth rajamani
HiI had posted this earlier, but I just realized the format was not readable. My understanding is that the only way to Location information in TOSSIM is by using the FakeLocation componentfound in TestTinyViz. Is there any other way?I tried using FakeComponent and am getting a compile

[Tinyos-help] compile error when using Fakelocation

2007-03-29 Thread vasanth rajamani
HiMy understanding is that the only way to Location information in TOSSIM is by using the FakeLocation componentfound in TestTinyViz. Is there any other way?I tried using FakeComponent and am getting a compile error.Here is how my wiring diagram looksInside myComponent.nc

[Tinyos-help] Compile Error in Surge Example

2007-03-22 Thread Wong Kenny
Hi all, When I would like to compile a surge example from /opt/tinyos-1.x/apps/Surge. The following error message is shown. Could anyone give me a hand? Thaks. $ make pcmkdir -p build/pccompiling Surge to a pc binaryncc -o build/pc/main.exe -g -O0 -I%T/lib/Route -I%T/lib/Queue

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

[Tinyos-help] Compile ERROR by make micaz sim

2006-12-13 Thread Ming
I am trying to compile the tossim by make micaz sim. But it display followings: avr-gcc: unrecognized option `-shared' avr-gcc: unrecognized option `-tossim' and finally i get following error: build/micaz/sim.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status

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 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

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 wasnt there

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
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 --------- 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

[Tinyos-help] Compile Error

2006-10-03 Thread Anuradha Eragani
Hi All, I recently upgraded TinyOS on my machine from 1.1.0 to 1.1.15 and since then, Im encountering the following message when Im trying to compile an application. I noticed that all of them are warnings but was wondering if I need to change anything while compiling. All Im doing is

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

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 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 Matthew S

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 Im getting NullPointerException. Does the warnings have anything to do with this exception?? SIM: Random seed is 125000 java

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-06 Thread Ming
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 [EMAIL PROTECTED] wrote

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 ncc -o

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 telosb mkdir -p build/telosb

Re: [TinyOS-help] Compile Error for SurgeTelos

2006-07-05 Thread Ming
: [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 [EMAIL PROTECTED] wrote

[TinyOS-help] Compile Error for SurgeTelos

2006-07-04 Thread Ming
Hi everyoneWhen I try to compile the SurgeTelos on the Telos verB, I get the following error. How can I solve it? # make telosbmkdir -p build/telosb compiling Surge to a telosb binaryncc -o build/telosb/main.exe -O -I%T/lib/MultiHopLQI -DSEND_QUEUE_SIZE=8 -DMHOP_LEDS -Wall -Wshadow