[Tinyos-help] Compilation error !!!

2009-05-28 Thread Das Samar
Hi, I'm currently using ubuntu and therefore working with Tinyos platform. After setting the enviorment variable using the following commands: cd tinyos-2.x-contrib source diku/env I tried to compile the CompresionTest application (/opt/tinyos-2.x-contrib/diku/common/apps/CompressionTest) with com

[Tinyos-help] Compilation error

2009-08-17 Thread Daniel Souza Coelho
Hi friends I started to learn Nesc now and I'm trying to compile a NesC aplication with the following configuration file: *includes sensorboard; configuration **app**{ } implementation { components Main, IntToLeds, IntToRfm, appM, TimerC, PhotoTemp, LedsC; Main.StdControl -> appM; Main

[Tinyos-help] Compilation error

2009-11-03 Thread MALINI MANOHARAN
Hi all, I need to interface a vibration sensor with a MicaZ mote.I tried reading the sensor data using Moteworks for the light sensor on MDA100 and that came out successful. So I tried using the same code for reading the new sensor with just the ADC port replaced. (i.e) TOS_ADC_PHOTO_PORT by ADC2

[Tinyos-help] compilation error

2010-10-22 Thread Nida Sahar Syed
Hi   I am using tinyos to save data(which is received from another node) on EEPROM of mote. when I am compiling code there is an error   Parse error at the end of input.   My code is given below:     includes SenseMessage; // header file for message struc     module SenseReceiveM {   provides i

[Tinyos-help] Compilation error

2010-10-22 Thread Nida Sahar Syed
Hi   I am using tinyos to save data(which is received from another node) on EEPROM of mote. when I am compiling code there is an error   Parse error at the end of input.   My code is given below:     includes SenseMessage; // header file for message struc     module SenseReceiveM {   pr

[Tinyos-help] Compilation Error

2011-06-19 Thread adel zalok
Dear Sir, I am getting a very long error when I am trying to compile tinyOS using make micaz or make micaz sim, I have installed everything correctly but I still don't get it. Here is a snippet of the error. In file included from /opt/tinyos-2.1.1/tos/platforms/micaz/hardware.h:52,

[Tinyos-help] compilation error

2007-02-27 Thread fatima cabot
Hi. Whichever application I try to compile (Blink, RadioCountToLeds...) I get this error: 'cannot find Boot' and different type warnings Does anyone have an idea?I'd really appreciate help ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.E

[Tinyos-Help] Compilation error

2007-04-04 Thread pinku bajpai
hello Whenever i am compiling my application with the syntax: make pc i get the error : make***: No rule to make target pc: stop. I have checked makerule file but i am not getting where is the mistake. Please tell me if their are some changes which are required to compile a application on pc. Do

[Tinyos-help] compilation error

2006-05-12 Thread jagan nath
Hi all can any body tell what does this error mean. 1. I'm trying to use TimerjiffyAsync interface, to sample at 3KHz. 2. i have made a copy of TimerJiffyAsyncC.nc and changed the timer from B4 to B5. Does this create a problem. mkdir -p build/telosb compiling Sampling; to a telosb binary ncc

[Tinyos-help] Compilation error CompressionTest !!!

2009-06-15 Thread Das Samar
Hi, I'm currently using Cygwin. After setting the enviorment variable using the following commands: cd tinyos-2.x-contrib source diku/env I tried to compile the CompresionTest application (opt/tinyos-2.x-contrib/diku/common/apps/CompressionTest) with command 'make cc2430em' but it gave the foll

[Tinyos-help] Compilation error CompressionTest !!

2009-06-15 Thread Das Samar
Hi, I'm currently using Cygwin. After setting the enviorment variable using the following commands: cd tinyos-2.x-contrib source diku/env I tried to compile the CompresionTest application (opt/tinyos-2.x-contrib/diku/common/apps/CompressionTest) with command 'make cc2430em' but it gave the foll

Re: [Tinyos-help] Compilation error

2009-08-18 Thread Daniel Souza Coelho
Anybody?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] compilation error

2010-10-22 Thread Urs Hunkeler
Looks like you forgot the final closing curly brace (}). Cheers, Urs On 10/21/2010 08:25 AM, Nida Sahar Syed wrote: > Hi > I am using tinyos to save data(which is received from another node) on > EEPROM of mote. when I am compiling code there is an error > Parse error at the end of input. > My c

Re: [Tinyos-Help] Compilation error

2007-04-04 Thread Michael Schippling
If you're using T2 I think they changed the target name, but I don't remember to what...search on this list or google... MS pinku bajpai wrote: hello Whenever i am compiling my application with the syntax: make pc i get the error : make***: No rule to make target pc: stop. I have checked maker

Re: [Tinyos-help] compilation error

2006-05-12 Thread Cory Sharp
You did not include Main in your application component list. - Cory On 5/12/06, jagan nath <[EMAIL PROTECTED]> wrote: Hi all can any body tell what does this error mean. 1. I'm trying to use TimerjiffyAsync interface, to sample at 3KHz. 2. i have made a copy of TimerJiffyAsyncC.nc and changed

Re: [Tinyos-help] compilation error

2006-05-13 Thread jagan nath
I have included that , I think this error is due to some thing else, my configuration file is like this includes MyADC; configuration Sampling{} implementation { components Main,SamplingM,TimerJiffyAsyncNewC,LedsC,ADCC,FramerM,UART,TimerC; Main.StdC

Fwd: [Tinyos-help] compilation error

2006-05-13 Thread jagan nath
-- Forwarded message -- From: jagan nath <[EMAIL PROTECTED]> Date: May 13, 2006 3:31 PM Subject: Re: [Tinyos-help] compilation error To: Cory Sharp <[EMAIL PROTECTED]> Ok I got it, there was some problem in my make file. jagan On 5/13/06, jagan nath <[

[Tinyos-help] compilation error for cc2430em

2009-11-11 Thread trilok i
hi all, When I try to compile code for cc2430em it is showing below error Unknown target cc2430em Known targets for TinyOS directory /opt/tinyos-2.0.2/tos and the specified include directories are:none. How to resolve this .

[Tinyos-help] Compilation error on simulation

2009-02-13 Thread Ruben Rios
Hi, I still don't know how to solve my problem with a simulation using the SensorMts300C component. The parts of the trace I consider important are the following: In component `Atm128AdcC': /opt/tinyos-2.x/tos/chips/atm128/adc/Atm128AdcC.nc:65: no match In file included from /opt/tinyos-2.x/tos/se

[Tinyos-help] compilation error in motes

2006-04-08 Thread Kanishk Panwar
hello, I am using telos rev B motes and tried compiling Oscilloscpoe application on the motes but it got a timeout error. I am not sure what is wrong with it. Please sugggest. screen shot of the error http://www.kanishkpanwar.com/error.JPG thanks, Kanishk. ==

[Tinyos-help] Compilation Error: section vectors overlap

2009-06-17 Thread Xiaohui Liu
Hi all, I came across the following compiling error on telosB: "msp430-ld: region text is full (build/telosb/main.exe section .text) msp430-ld: section .vectors [ffe0 -> ] overlaps section .text [4000 -> 00010255] msp430-ld: build/telosb/main.exe: section .vectors lma 0xffe0 overlap

Re: [Tinyos-help] compilation error for cc2430em

2009-11-12 Thread Janos Sallai
The 8051 support is in tinyos-2.x-contrib/diku, you might want to read the documentation there about how to set up the environment. Should you run into problems, I suggest that you contact the authors directly. Janos On Thu, Nov 12, 2009 at 12:30 AM, trilok i wrote: > hi all, > > When I

[Tinyos-help] compilation error for iris mote

2010-02-23 Thread trilok i
hi all, When I tried to compile oscilloscope application for iris mote it is throwing following error. But when I compile it for telosb and micaz it compiling fine. What might be the problem . can anyone help me to sort out this problem. I'm using tinyos-2.1.0. mkdir -p build/iris

[Tinyos-help] Compilation error - component not found

2009-04-07 Thread Kim Noble
Apologies if this has been asked before, but I cannot find it on FAQ. Why when I include Crossbow's TimeSyncService component, do I get the 'component not found error', when it is installed at C:\Crossbow\cygwin\opt\MoteWorks\tos\lib\TimeSync TIA Kim This email has been scanned for al

[Tinyos-help] Compilation error in Surge(Urgent)

2007-04-20 Thread Bhagavathy Krishna
Hi, I was trying to install surge application in my tmoteinvent. When i gave the command make tmoteinvent it gives me the following compilation error. When i tried to download and compile the surge from the source forge repository also it give me this error. Where can i get a stable verison.If no

[Tinyos-help] Compilation error in Surge(Urgent)

2007-04-20 Thread Bhagavathy Krishna
Hi, I was trying to install surge application in my tmoteinvent. When i gave the command make tmoteinvent it gives me the following compilation error. When i tried to download and compile the surge from the source forge repository also it give me this error. Where can i get a stable verison.If no

[Tinyos-help] Compilation error in Surge(Urgent)

2007-04-20 Thread Bhagavathy Krishna
Hi, I was trying to install surge application in my tmoteinvent. When i gave the command make tmoteinvent it gives me the following compilation error. When i tried to download and compile the surge from the source forge repository also it give me this error. Where can i get a stable verison.If no

Re: [Tinyos-help] compilation error in motes

2006-04-09 Thread Joe Polastre
make telosb install -Joe On 4/8/06, Kanishk Panwar <[EMAIL PROTECTED]> wrote: > hello, > > I am using telos rev B motes and tried compiling > Oscilloscpoe application on the motes but it got a > timeout error. I am not sure what is wrong with it. > Please sugggest. > screen shot of the error > >

Re: [Tinyos-help] Compilation Error: section vectors overlap

2009-06-17 Thread Eric Decker
".text" is a strange (historical and I don't remember why) reference to code space. Rom/Flash etc. You are overflowing the code space which is 48K. Your previous program 48564 and then you added 100 lines of code and bam! Are you compiling with the optimizer on? If it is then you will have to r

Re: [Tinyos-help] Compilation Error: section vectors overlap

2009-06-18 Thread whulxh
How do I check whether the optimizer is enabled or not? If not, how can I turn it on? Thanks. -Xiaohui On Jun 18, 2009 1:33am, Eric Decker wrote: ".text" is a strange (historical and I don't remember why) reference to code space. Rom/Flash etc. You are overflowing the code space which is

Re: [Tinyos-help] Compilation Error: section vectors overlap

2009-06-18 Thread Eric Decker
add "verbose" to your make line and see what options are being fed to gcc eric On Thu, Jun 18, 2009 at 12:59 PM, wrote: > How do I check whether the optimizer is enabled or not? If not, how can I > turn it on? > Thanks. > > -Xiaohui > > On Jun 18, 2009 1:33am, Eric Decker wrote: > > ".text" is

Re: [Tinyos-help] Compilation Error: section vectors overlap

2009-06-18 Thread whulxh
I tried "make telosb -v" and "make -v telosb", but no addtional information crops up. Any suggestion? -Xiaohui On Jun 18, 2009 9:28pm, Eric Decker wrote: add "verbose" to your make line and see what options are being fed to gcc eric On Thu, Jun 18, 2009 at 12:59 PM, whu...@gmail.com> w

Re: [Tinyos-help] Compilation Error: section vectors overlap

2009-06-18 Thread Eric Decker
"verbose" was in quotes so that you should use it verbatum. so try "make verbose telosb". Then look for the like that starts with "gcc" you can see what targets are supported by the following: "make help" and "make telosb help" If this is a standard unmodified copy of the t2 tree then when yo

Re: [Tinyos-help] Compilation error - component not found

2009-04-07 Thread Michael Schippling
Try putting that directory in your makefile with: PFLAGS += -IC:/Crossbow... (or it might be CFLAGS) I believe forward slashes '/' are the kind to use. MS Kim Noble wrote: > Apologies if this has been asked before, but I cannot find it on FAQ. > Why when I include Crossbow’s TimeSyncService

Re: [Tinyos-help] Compilation error - component not found

2009-04-08 Thread Michael Schippling
ow can I > force the compiler to use the correct Timer interface? > TIA > Kim > > -Original Message- > From: Michael Schippling [mailto:sc...@santafe.edu] > Sent: 07 April 2009 17:58 > To: Kim Noble > Cc: tinyos-help@millennium.berkeley.edu > Subject: Re: [Tinyos-

Re: [Tinyos-help] Compilation error in Surge(Urgent)

2007-05-08 Thread Andrew Redfern
Hi Bhagavathy, If you want to use surge you most use make telosb. I would recommend using delta in boomerang though. Delta is about the same as surge but it has been updated with animproved networking stack. Also on the tmote invent if you do make telosb the leds will not work. If you use del

Re: [Tinyos-help] Compilation error in Surge(Urgent)

2007-05-09 Thread Ming
Hi, I found that TinyOS 2.0.1 is released. I would like to ask whether the Deluge is supported in this released? Thank you. CMing ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/list

[Tinyos-help] Compilation error for PppRouter/BLIP-2.0 with mspgcc4

2011-06-28 Thread Vincent Gay
Hi all, I'm trying to compile PppRouter and UDPEcho from the svn tinyos-main-read-only branch. Target platform is TelosB. I've downloaded and built mspgcc4, then configured my path like this: export PATH=/opt/msp430-gcc-4.4.5/bin/:$PATH, to be sure to use the right version of msp430-gcc. This

[Tinyos-help] Compilation error after installing tinyos-2.1.1 on ubuntu 9.10

2010-05-17 Thread praneeth goud
Hi all, this is the error i am getting after i have installed tinyos on ubuntu. Any solution. Please reply Thanks. r...@praneeth-laptop:/opt/tinyos-2.1.1/apps/Blink# make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkAp

[Tinyos-help] Compilation error"Make:*** no rule to make target pc"

2007-04-03 Thread pinku bajpai
Hii I am working on telemonitoring health system. Codeblue is the application which is also being developed for the same. Whenever i try to compile this application on pc, i get error:" Make:*** no rule to make target pc.stop.". I have tried a lot to compile it on pc, but the same error comes a

Re: [Tinyos-help] Compilation error"Make:*** no rule to make target pc"

2007-04-04 Thread Urs Hunkeler
Hi, What do you want to make exactly on the PC? If you want to compile the code on a PC, and then install it on a mote, you have to specify the type of mote for which you want to compile the code, for instance: make micaz If you want to simulate the code on the PC, you still need to specify the h

Re: [Tinyos-help] Compilation error"Make:*** no rule to make target pc"

2007-04-04 Thread Urs Hunkeler
: Urs Hunkeler <[EMAIL PROTECTED]> >> To: pinku bajpai <[EMAIL PROTECTED]>, >> tinyos-help@Millennium.Berkeley.EDU >> Subject: Re: [Tinyos-help] Compilation error"Make:*** no rule to make >> target pc" >> Date: Wed, 04 Apr 2007 09:51:17 +0200 >>