[Tinyos-help] micaz sim

2010-04-01 Thread Shyam Sahu
Hi. I have encountered a problem while compiling the BLINK app s...@ubuntu:~/tinyos/apps/Blink$ *make micaz sim* mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o

[Tinyos-help] Micaz Sim

2015-04-11 Thread sercan vançin
Hi. I face a problem related to compiling the Blink application using tossim in tinyos-2.1.2 .İ typed the "make micaz sim " command but i got errors like below. sercan@sercan:/opt/tinyos-2.1.2/apps/Blink$ make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XM

Re: [Tinyos-help] micaz sim

2010-04-01 Thread Kaisen Lin
You might want to install the "build-essential" package Kaisen - "Shyam Sahu" wrote: > Hi. I have encountered a problem while compiling the BLINK app > > s...@ubuntu:~/tinyos/apps/Blink$ make micaz sim > mkdir -p simbuild/micaz > placing object files in simbuild/micaz > writing XML schema

Re: [Tinyos-help] Micaz Sim

2015-04-11 Thread 俞杰
t;; Date: 2015年4月11日(星期六) 晚上8:21 To: "tinyos-help@millennium.berkeley.edu"; Subject: [Tinyos-help] Micaz Sim Hi. I face a problem related to compiling the Blink application using tossim in tinyos-2.1.2 .İ typed the "make micaz sim " command but i got errors like below. serc

Re: [Tinyos-help] Micaz Sim

2015-04-13 Thread sercan vançin
Hi, İ think you are right in that it cant find any folder in 'usr/bin/ncc'. But How can install ncc and solve this problem ? From: never...@gmail.com To: ser_3...@hotmail.com; tinyos-help@millennium.berkeley.edu Subject: Re:[Tinyos-help] Micaz Sim Date: Sun, 12 Apr 2015 03:01:16 +

Re: [Tinyos-help] Micaz Sim

2015-04-13 Thread sercan vançin
i found ncc folder in 'opt/tinyos-2.x/tools/tinyos/ncc ' and when i type 'which ncc' command , it returns nothing and it dosnt errror,too. From: ser_3...@hotmail.com To: tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] Micaz Sim Date: Mon, 13 Apr 2015 12:50:5

Re: [Tinyos-help] Micaz Sim

2015-04-13 Thread Davide Molteni
it dosnt errror,too. From: ser_3...@hotmail.com To: tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] Micaz Sim Date: Mon, 13 Apr 2015 12:50:51 +0300 Hi, İ think you are right in that it cant find any folder in '

[Tinyos-help] micaz sim command error

2008-02-22 Thread Ari Chinna
when i type the following command $ cd /opt/tinyos-2.x/apps/RadioCountToLeds $ make micaz sim it produces error stating mkdir -p build/micaz javac RadioCountMsg.java make: javac: Command not found make: *** [RadioCountMsg.class] Error 127 SOmeone kindly help me on this. Your response is greatly

Re: [Tinyos-help] micaz sim command error

2008-02-22 Thread Yi-Tao Wang
It looks like you don't have java installed or your environment variable doesn't have the javac directory in it. On Fri, Feb 22, 2008 at 12:44 AM, Ari Chinna <[EMAIL PROTECTED]> wrote: > > when i type the following command > $ cd /opt/tinyos-2.x/apps/RadioCountToLeds > $ make micaz sim > > it prod