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 Python version. By the way,
this has been fixed in the latest code base (TinyOS SVN repository).
If you already have the correct Python version in sim.extra, then you
may perhaps have to install the python-dev package on your host (sudo
apt-get install python-dev"

@Tejovanth:
>> i get some very big text when i put in just "make micaz"
You may not have installed the required toolchain components (AVR GCC,
binutils,...) or may not have configured your environment correctly
(environment variables, PATH,...).
Post an example of the build output (your "very big text")  to let us
better understand what goes wrong.

Regards,
     Romain

On Tue, Jul 12, 2011 at 12:58 PM, TJ <[email protected]> wrote:
> 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 <[email protected]> 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 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 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 -tossim
>> -fnesc-nido-tosnodes=1000 -fnesc-simulate
>> -fnesc-nido-motenumber=sim_node\(\) -fnesc-gcc=gcc -Wall -Wshadow
>> -Wnesc-all -target=micaz -fnesc-cfile=simbuild/micaz/app.c
>> -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 --param
>> max-inline-insns-single=100000 -DIDENT_APPNAME=\"BlinkAppC\"
>> -DIDENT_USERNAME=\"jyoti\" -DIDENT_HOSTNAME=\"jyoti-Compaq-51\"
>> -DIDENT_USERHASH=0x2afd704dL -DIDENT_TIMESTAMP=0x4e1c25d5L
>> -DIDENT_UIDHASH=0x81462d9aL -Wno-nesc-data-race BlinkAppC.nc
>> -fnesc-dump=components -fnesc-dump=variables -fnesc-dump=constants
>> -fnesc-dump=typedefs -fnesc-dump=interfacedefs -fnesc-dump=tags
>> -fnesc-dumpfile=app.xml
>>  compiling Python support and C libraries into pytossim.o, tossim.o,
>> and c-support.o
>> g++ -c  -shared -fPIC -o simbuild/micaz/pytossim.o -g -O0
>> -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"jyoti\"
>> -DIDENT_HOSTNAME=\"jyoti-Compaq-51\" -DIDENT_USERHASH=0x2afd704dL
>> -DIDENT_TIMESTAMP=0x4e1c25d5L -DIDENT_UIDHASH=0x81462d9aL
>> /opt/tinyos-2.1.1/tos/lib/tossim/tossim_wrap.cxx -I/include/python2.5
>> -I/opt/tinyos-2.1.1/tos/lib/tossim -DHAVE_CONFIG_H
>> /opt/tinyos-2.1.1/tos/lib/tossim/tossim_wrap.cxx:139: fatal error:
>> Python.h: No such file or directory
>> compilation terminated.
>> make: *** [sim-exe] Error 1
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to