Re: [Tinyos-help] Can you please help me to deal with my first programming problem

2009-03-28 Thread Ittipong Khemapech
Please have a look at TinyOS Tutorial lesson 3 and 4: Lesson 3: http://docs.tinyos.net/index.php/Mote-mote_radio_communication Lesson 4: http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder Ittipong 2009/3/28 An Feng fen...@umail.iu.edu Hello All, Is there any

[Tinyos-help] BUILD/PC/MAIN.EXE not found

2009-03-28 Thread wafa jaballah
Hello all I'm a new in programming in TinyOS and I have a question about compiling an application. In fact, I want to check the platforms supported by this applications using the following command : *$ make tos.th system-wide* Makerules:165: *** mica pc all tos.th system-wide Usage: make

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-28 Thread Omprakash Gnawali
On Fri, Mar 27, 2009 at 1:33 AM, Mehmet Akif Antepli akifante...@gmail.com wrote: Hello Omprakash, In the READMe.txt under apps/tests/TestNetwork there is the following expression; There are scripts on net2 website to parse the debug messages sent by the nodes. i couldn't find them. Could

Re: [Tinyos-help] BUILD/PC/MAIN.EXE not found

2009-03-28 Thread Michael Schippling
Looks like you don't have the NESCC compiler installed, or more likely, in your PATH: *make: ncc: Command not found Try this: type ncc you should get something like: ncc is /usr/bin/ncc If not look for ncc in /usr/bin and elsewhere and search this list for advice on setting your

Re: [Tinyos-help] BUILD/PC/MAIN.EXE not found

2009-03-28 Thread wafa jaballah
Hello ! I have checked : the nesc compiler is installed and configured also in my PATH. I have still the problem of : - MAIN.EXE is not found in build/pc - ncc not found. What it is probably the origin of these errors, though I have nesc Installed? Best

Re: [Tinyos-help] BUILD/PC/MAIN.EXE not found

2009-03-28 Thread Michael Schippling
Did you do the type ncc and get something valid? The error indicates that the makefile can't find ncc MS wafa jaballah wrote: Hello ! I have checked : the nesc compiler is installed and configured also in my PATH. I have still the problem of : - MAIN.EXE is not found in build/pc