[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':

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 installed

[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

[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

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 jyoti@gmail.com wrote: i have installed tinyos-2.1.1 on ubuntu 10.10.now i am facing a problem

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

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

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,

[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

[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\ -DIDEN

[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

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

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\(\)

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 h_shi...@yahoo.com wrote: hi everyone, I am new to tinyos. i followed the installation wiki for tinyos 2.1 through cygwin and rpm. on doing make

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

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 compatible

[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