[Tinyos-help] make micaz sim error

2013-03-25 Thread Suresh Kumar Das
When I compile my program it's showing the following error. From last couple of days I am trying to solve the error but unable to succeed. Please help me. In component `SMACAppC.AMSenderC.SenderC.AMQueueEntryP': /opt/tinyos-2.1.1/tos/system/AMQueueEntryP.nc: In function `Send.sendDone': /opt/tinyo

Re: [Tinyos-help] make micaz sim problem

2013-03-12 Thread 任万春
Hi, You can try modify "PYTHON_VERSION=2.*" to "PYTHON_VERSION=2.7" in "$TOSROOT/support/make/sim.extra" At 2013-03-12 23:13:35,mjmohiud...@cdac.in wrote: >i have phython 2.7.2+ version > >but when i do > >make micaz sim on Blink application > > >iam getting error > >mkdir -p simbuild/micaz > p

[Tinyos-help] make micaz sim problem

2013-03-12 Thread mjmohiuddin
i have phython 2.7.2+ version but when i do make micaz sim on Blink application iam getting error 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 -g -O0 -tos

[Tinyos-help] make micaz sim compile error

2012-11-23 Thread jocelyn kevorkian
Hello guys ! I am totally new to tinyos and i'm trying to compile the Blink application for a simulation by using the command : make micaz sim Unfortunately it yields lots of errors which seem to be link errors : mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema

Re: [Tinyos-help] make micaz sim error

2012-08-15 Thread ramakrishna reddy
Add sdk/java path in tinyos to the CLASSPATH Try this in cygwin export CLASSPATH=".;C:/cygwin/opt/tinyos-2.x/support/sdk/java;$CLASSPATH" On Tue, Aug 14, 2012 at 1:17 PM, rajesh mukherjee < rajeshmukherjee@gmail.com> wrote: > respectecd sir, > I am new to tinyos and have installe

Re: [Tinyos-help] make micaz sim error

2012-08-15 Thread ramakrishna reddy
Add sdk/java path in tinyos to the CLASSPATH Try this in cygwin export CLASSPATH=".;C:/cygwin/opt/tinyos-2.x/support/sdk/java;$CLASSPATH" On Tue, Aug 14, 2012 at 1:17 PM, rajesh mukherjee < rajeshmukherjee@gmail.com> wrote: > respectecd sir, > I am new to tinyos and have installe

[Tinyos-help] make micaz sim error

2012-08-14 Thread rajesh mukherjee
respectecd sir, I am new to tinyos and have installed tinyos-2.x in my laptop.when i try to compile apps/Blinks , make micaz sim, it is showing that successfuly build tossim libray. but when going to compile apps/RadioCountToLeds by make micaz sim it is showing the folowing error Administrator@xp

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread Romain Bornet
Hi, > /usr/lib/ncc/nesc_nx.h:16:22: error: inttypes.h: No such file or directory The first message seems to indicate that you don't have the AVR toolchain installed or not correctly. Therefore inttypes.h for AVR is not found. Verify that you have the AVR toolchain installed. For a quick test, sim

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread TJ
@Romain I installed tinyos from the wiki link for automatic installation on debian systems. http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages I am using Ubuntu 10.10 The snippet of the error (the error is nearly 1500 lines long

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread Romain Bornet
Hi, @jyoti: your error with "python2.5-config" has already been answered on the list and is most probably related to a hardcoded Python version in sim.extra. have a look at https://www.millennium.berkeley.edu/pipermail/tinyos-help/2011-June/051651.html to find out where you should replace the Pyt

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread TJ
I got the same error too.. And i get some very big text when i put in just "make micaz" Always Yours Tejovanth Tj n Spook On Tue, Jul 12, 2011 at 4:22 PM, jyoti suman wrote: > i have installed tinyos-2.1.1 on ubuntu 10.10.now i am facing a problem > > /opt/tinyos-2.1.1/apps/Blink$ make micaz

[Tinyos-help] make micaz sim error

2011-07-12 Thread jyoti suman
i have installed tinyos-2.1.1 on ubuntu 10.10.now i am facing a problem /opt/tinyos-2.1.1/apps/Blink$ make micaz sim mkdir -p simbuild/micaz make: python2.5-config: Command not found make: python2.5-config: Command not found make: python2.5-config: Command not found placing object files in simbu

[Tinyos-help] make micaz sim :error

2011-05-27 Thread vinod kumar
I think you also faced the same error earlier on cygwin/windows.Even I hae installed everything fine.Please help me out.My error is: --- make micaz sim mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=1

[Tinyos-help] make micaz sim :error

2011-05-26 Thread vinod kumar
mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb -DIDENT_PROGRAM_NAME= \"BlinkAppC\" -DIDENT_USER_ID=\"nguyenvp\" -DIDENT_HOSTNAME=\"mi2500961\" -

Re: [Tinyos-help] make micaz sim error

2011-04-20 Thread Prathap Mathiyalagan
Hi There is pre installed Xubuntu with Tinyos (xubuntos) and ubuntu (with tinyos pre installed) it is perfectley working fine try this link's to solve your problem u can use xubuntos using VMware player or Virtual box in Linux or windows plateform ... check all Three links and choose which is

[Tinyos-help] make micaz sim error

2011-04-20 Thread 崔晓宗
I complie Blink and the following error happened. But I compile BaseStation, it worked very good. My platform is Ubuntu 9.10 , tinyos 2.1.1, with python 2.6.5 Blink$ make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkA

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-27 Thread Jatindera Walia
I hope Phil can take a look at the command 'make micaz sim' on cygwin 1.7.2+ In short to fix the issue, change the following from _READ_WRITE_RETURN_TYPE _EXFNPTR(_read, (struct _reent *, _PTR, char *, int)); to _READ_WRITE_RETURN_TYPE _EXFUN((*_read),

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
After further fiddling around, I found out the following: _READ_WRITE_RETURN_TYPE gets resolved to int||long from ChangeLog @ cygwin-1.7.2-2-src\cygwin-1.7.2-2\newlib\ChangeLog 2009-12-17 Jerker Back * libc/include/_ansi.h: Add new _EXFNPTR macro for using with function pointer arguments

Re: [Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
errata : the cygwin version should be (to 1.7.7-1 from 1.7.1-1) instead of (to 2.721 from 2.573.2.3). for different versions of reent.sys On Sat, Sep 25, 2010 at 9:04 PM, Jatindera Walia wrote: > Decided to upgrade my environment with clean/fresh install to latest > version of cygwin (to 2.721

[Tinyos-help] make micaz sim, cygwin 2.721, /usr/include/sys/reent.h, compilation error from ncc

2010-09-25 Thread Jatindera Walia
Decided to upgrade my environment with clean/fresh install to latest version of cygwin (to 2.721 from 2.573.2.3) and tinyos ( to 2.1.1-3 from 2.0.1 ) over the weekend and ran into a problem. The problem has been reported before but no resolution has been posted. I have found a workaround but not su

Re: [Tinyos-help] make micaz sim error

2010-03-16 Thread Ziadyassin
mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling MultihopOscilloscopeAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\) -Wa

Re: [Tinyos-help] 'make micaz sim' errors

2010-03-16 Thread Ziadyassin
Hii I am facing this error with make micaz sim : "mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling MultihopOscilloscopeAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 -fnes

[Tinyos-help] make micaz sim

2010-02-02 Thread Jim Voulgarakis
Hello All, I am still having problems with make micaz sim. I am running cygwin under Window XP. My environment variable definitions are below as well as the response I get to "make micaz sim". I have defined the variables as both User and System. Does anyone have an ideas why I am get

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-28 Thread Jim Voulgarakis
...@sownet.nl] Sent: Monday, January 25, 2010 3:44 AM To: Jim Voulgarakis Cc: tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory Use $(variable) in Makefiles when the variable name is longer than a single

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-28 Thread Jim Voulgarakis
OT/support/make/Makerules -Original Message- From: George, Mike [mailto:stephen.geo...@neo.tamu.edu] Sent: Wednesday, January 27, 2010 11:38 PM To: Jim Voulgarakis Subject: Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory Jim,

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-28 Thread Jim Voulgarakis
know how you did it. -Original Message- From: Michiel Konstapel [mailto:m.konsta...@sownet.nl] Sent: Thursday, January 28, 2010 4:07 AM To: Jim Voulgarakis Cc: tinyos-help Subject: RE: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory What doe

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-28 Thread Michiel Konstapel
2010 4:41 > To: Michiel Konstapel > Cc: tinyos-help@millennium.berkeley.edu > Subject: RE: [Tinyos-help] make micaz sim : Makefile:2: > OSROOT/support/make/Makerules: No such file or directory > > I have not written any other files. I am only using those that were > installed

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-27 Thread Jim Voulgarakis
Voulgarakis Cc: tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory Use $(variable) in Makefiles when the variable name is longer than a single letter, else it'll expand $TOSROOT as $T (which is empty) O

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-25 Thread Michiel Konstapel
@millennium.berkeley.edu > Subject: Re: [Tinyos-help] make micaz sim : Makefile:2: > OSROOT/support/make/Makerules: No such file or directory > > Thank you Tarun, > > I made the changes suggested. It did get rid of the first warning as > you > mentioned. Changing the TOSROOT

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-24 Thread Jim Voulgarakis
Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory The link: http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html Mentions that you should configureTOSROOT variable as: TOSROOT

Re: [Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-24 Thread tarun sharma
The link: http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html Mentions that you should configureTOSROOT variable as: TOSROOT /opt/tinyos-2.x TOSDIR and MAKERULES use this variable to define the respective paths. also C:\tinyos\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar;

[Tinyos-help] make micaz sim : Makefile:2: OSROOT/support/make/Makerules: No such file or directory

2010-01-24 Thread Jim Voulgarakis
I am new to TinyOS and Tossim. I have installed the software by following the instructions at http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_o n_your_host_OS_with_RPMs. 1. Installing a Java 1.6 JDK. Java is the most common way of interacting with mote base stat

[Tinyos-help] 'make micaz sim' errors

2009-07-24 Thread Matthew Bell
Hi, I have recently installed TinyOS, and I want to use TOSSIM. I've had a look in the archives but none of them seem to give a real solution.. Basically 'make micaz sim' works a few of the applications given but not for others (like RadioCountToLeds/RadioSenseToLeds) The errors given are eithe

[Tinyos-help] make micaz sim and errors

2009-07-06 Thread CrazyPenguin
Hello all, I am new to tinyos and I am a debian user. I have installed tinyos in debian through apt sourcelist,and tos-check-env is without any errors.But when I type make micaz sim in /opt/tinyos-2.1.0/apps/Blink this directory , it give me lots of error information(if I type make micaz, make mic

Re: [Tinyos-help] make micaz sim error

2009-04-15 Thread Poonam Hiwal
Hi , i think for cygwin the make command is make micaz sim-cygwin Did u tried it? --Poonam On Tue, Apr 14, 2009 at 9:54 AM, Himanshu Shivam wrote: > hi everyone, > > I am new to tinyos. i followed the installation wiki for tinyos 2.1 through > cygwin and rpm. > on doing "make micaz sim" i got

[Tinyos-help] make micaz sim error

2009-04-14 Thread Himanshu Shivam
hi everyone,   I am new to tinyos. i followed the installation wiki for tinyos 2.1 through cygwin and rpm. on doing "make micaz sim" i got the error:   unknown target micaz Known target for tinyos directory /opt/tinyos-2.x/tos and the specified directories are: none. make: *** [sim-exe] error 2  

[Tinyos-help] make micaz sim fail

2008-03-12 Thread Paul
Hi all I recently started to use Tinyos 2.0.2. However, I got this error while compiling. $ make micaz sim /opt/tinyos-2.x/support/make/avr/avr.rules:2: *** missing separator. Stop. -- ncc --version ncc: 1.2.4 nescc: 1.2.8a gcc: gcc (GCC) 3.3.3 (cygwin special) py

[Tinyos-help] make micaz sim error. Help!

2008-02-25 Thread Ari Chinna
Hi... I have installed tinyos-2.x and cygwin. I linked the java file $ cd /opt/tinyos-2.x $ ln -s /cygdrive/programfiles/java/jadk1.5.0_14/bin/javac/bin/javac But when i type micaz sim i get error 127 $ cd /opt/tinyos-2.x/apps/radioCountToLeds $ make micaz sim i get error as follows mkdir -p b

Re: [Tinyos-help] 'make micaz sim' goes wrong under Ubuntu 7.04

2007-10-19 Thread Jeongyeup Paek
You need ubuntu package 'build_essentials' do sudo apt-get install build-essential sudo apt-get install alien sudo alien -i avarice-2.4-1.i386.rpm sudo alien -i avr-insight-6.3-1.i386.rpm sudo alien -i avr-binutils-2.15tinyos-3.i386.rpm sudo alien -i avr-libc-1.2.3-1.i386.rpm sudo alien -i avr-gc

Re: [Tinyos-help] 'make micaz sim' goes wrong under Ubuntu 7.04

2007-10-13 Thread Chad Metcalf
You're install is incomplete. Please install per the instructions found on this site: http://www.5secondfuse.com/tinyos/install.html Or install XubunTOS either in LiveCD or VMware image (also available at the above link) Chad On 10/13/07, Derek Tarm <[EMAIL PROTECTED]> wrote: > > Hi, all. I new

[Tinyos-help] 'make micaz sim' goes wrong under Ubuntu 7.04

2007-10-13 Thread Derek Tarm
Hi, all. I newly install the Ubuntu 7.04 and then install TOS2 by these command: sudo apt-get install tinyos-msp430 sudo apt-get install tinyos-avr and then set some environment variable 'make micaz' and 'make telosb' work fine. but 'make micaz sim' got a nearly 1000 lines of errors. I am trying ha

Re: [Tinyos-help] make micaz sim compiled with warnings

2007-03-18 Thread Philip Levis
Don't worry about those warnings. I hope to clean up the code for 2.0.1 so they go away. It basically just involves renaming some variables. Phil On Mar 18, 2007, at 2:40 PM, Faisal Karim wrote: Hi all Appendix A of tutorial 11 is very usefull and after giving some time to it I compiled

[Tinyos-help] make micaz sim compiled with warnings

2007-03-18 Thread Faisal Karim
Hi all Appendix A of tutorial 11 is very usefull and after giving some time to it I compiled the Blink for TOSSIM but still some warnings are there, shd one ignore them or is there any hack around them as well. Following is my output $ make micaz sim mkdir -p build/micaz placing object files i

Re: [Tinyos-help] make micaz sim compilation problem (declaration of 'link' shadows global declaration)

2007-01-22 Thread Philip Levis
On Jan 22, 2007, at 9:37 AM, Antonio wrote: Hi, we are two Italian students, novice to tinyOS world. We have installed tinyOS and nesC in a WindowsXP PC, so we had to install cygwin first. We followed with attention the installation guide we have found in this site. Then , to test if our

[Tinyos-help] make micaz sim install,1 ?

2007-01-08 Thread preeti k
Hi, I am trying to run 'BlinkToRadio' given in tutorials. I compile saying 'make micaz sim install,1' to compile the application for tossim and install one node .Is this right? I get undefined reference errors like.. /cygdrive/c/DOCUME~1/sb/LOCALS~1/Temp/cc9KMKdj.o(.text+0x239)

Re: [Tinyos-help] make micaz sim error on BlinkToRadio

2006-12-24 Thread Philip Levis
This is the important part of the error message: On Dec 23, 2006, at 3:05 PM, miki ven wrote: /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2483:4: error: #error "This python version requires to use swig with the '- classic' option" The version of Python you have installed is not compatibl

[Tinyos-help] make micaz sim error on BlinkToRadio

2006-12-23 Thread miki ven
Dear All, I am trying to compile the "BlinkToRadio" module in tutorial 3 of TinyOS 2.0. The compilation runs smooth for a "make micaz", but not for simulation. I use Fedora core 6.0. Can anyone tell me what the problem is? When i try making the file for simulation (tossim), i get the following

[Tinyos-help] make micaz sim and make pc

2006-12-19 Thread umar hafeez
Hi, For app Blink in tinyos, working on xubuntu (ubuntu variant distro) As far mas make micaz sim was concerned in tinyos-2.x (after following chad metcalfe's guide (5secondfuse.com) I got errors in g++ command not found.. Thus installing g++ from adept fixed this. Now switching back to tinyo

Re: [Tinyos-help] make micaz sim - how to modify make file?

2006-12-18 Thread Philip Levis
On Dec 18, 2006, at 12:33 PM, Louise Avila wrote: Hi, I have gotten similar errors as another poster about undefined references to python libraries when running make micaz sim on Windows/cygwin. I am not sure how to fix the makefile and/or the sim.extra file. I tried to add the path to /lib/

[Tinyos-help] make micaz sim - how to modify make file?

2006-12-18 Thread Louise Avila
Hi, I have gotten similar errors as another poster about undefined references to python libraries when running make micaz sim on Windows/cygwin. I am not sure how to fix the makefile and/or the sim.extra file. I tried to add the path to /lib/python2.3, but it still isn't working. If someone ha

Re: [Tinyos-help] make micaz sim

2006-12-14 Thread preeti k
Thanks for the reply. Well the version number i have set is 2.3 ie 'PYTHON_VERSION=2.3' Also i tried to search for the python library files . In my case /usr/lib is empty, there is absolutely no file in there. But i tried to search for files like libpython2.3.dll etc and found them at /bin Copy

Re: [Tinyos-help] make micaz sim

2006-12-13 Thread Philip Levis
On Dec 13, 2006, at 9:24 AM, Philip Levis wrote: On Dec 12, 2006, at 11:22 PM, preeti k wrote: Hi, I am trying to run tossim on tinyos2.x using cygwin. I ran the command 'make micaz sim' , but this throws numerous 'undefined_reference' errors like say ***

Re: [Tinyos-help] make micaz sim

2006-12-13 Thread Mr. Jonathan A. Gomez
I bow to whomever else wishes to advise you, for I do not use CYGWIN, but here are my two cents. Did you set the version to 2.3.4? Maybe it would help you to specify 2.3 as the version number? Since that's the version number suffix on the support directory, it might presumably be your libr

Re: [Tinyos-help] make micaz sim

2006-12-13 Thread Philip Levis
On Dec 12, 2006, at 11:22 PM, preeti k wrote: Hi, I am trying to run tossim on tinyos2.x using cygwin. I ran the command 'make micaz sim' , but this throws numerous 'undefined_reference' errors like say ** **

Re: [Tinyos-help] make micaz sim

2006-12-13 Thread Philip Levis
On Dec 12, 2006, at 11:22 PM, preeti k wrote: Hi, I am trying to run tossim on tinyos2.x using cygwin. I ran the command 'make micaz sim' , but this throws numerous 'undefined_reference' errors like say ** **

[Tinyos-help] make micaz sim

2006-12-12 Thread preeti k
Hi, I am trying to run tossim on tinyos2.x using cygwin. I ran the command 'make micaz sim' , but this throws numerous 'undefined_reference' errors like say * /opt/tinyos-2.x/tos/lib/tossim/tossim

[Tinyos-help] make micaz sim doesn't work

2006-12-07 Thread preeti k
i am trying to run the sample Blink application on tinyos2.x using cygwin. but i get the folowing error $ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o build/micaz/sim.o -g

Re: [Tinyos-help] make micaz sim for BaseStation application in TinyOS-2.x developement codes failed

2006-07-18 Thread Liu Haibin
On 7/15/06, Philip Levis <[EMAIL PROTECTED]> wrote: On Jul 14, 2006, at 2:29 AM, Liu Haibin wrote:> Hi,>> I downloaded the development Tinyos-2.x codes. I got an error when> I compiled the BaseStation application.>> [EMAIL PROTECTED] BaseStation]$ make micaz sim> mkdir -p build/micaz>   placing ob

Re: [Tinyos-help] make micaz sim for BaseStation application in TinyOS-2.x developement codes failed

2006-07-14 Thread Liu Haibin
I want to run in simulation some application like Surge in TinyOS 1.x. But 2.x doesn't have Surge, so I guess BaseStation in 2.x is the closest.Does it take a lot of time and effort to port 1.x applications to 2.x? Is there anyone who is already doing it? Regards,HaibinOn 7/15/06, Philip Levis <[EM

Re: [Tinyos-help] make micaz sim for BaseStation application in TinyOS-2.x developement codes failed

2006-07-14 Thread Philip Levis
On Jul 14, 2006, at 2:29 AM, Liu Haibin wrote: Hi, I downloaded the development Tinyos-2.x codes. I got an error when I compiled the BaseStation application. [EMAIL PROTECTED] BaseStation]$ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app

[Tinyos-help] make micaz sim for BaseStation application in TinyOS-2.x developement codes failed

2006-07-14 Thread Liu Haibin
Hi,I downloaded the development Tinyos-2.x codes. I got an error when I compiled the BaseStation application.[EMAIL PROTECTED] BaseStation]$ make micaz simmkdir -p build/micaz  placing object files in build/micaz   writing XML schema to app.xml  compiling BaseStationC to object file sim.oncc -c -sh