[Tinyos-help] problem make micaz sim

2011-07-20 Thread malika abbadi

Hi ,thanks andrew for your rely, i have problem running Blink. Make micaz sim I 
work with windows xp/cygwinPlease help.Here cygwin command and response. $ cd 
c:cygwin/opt/tinyos-2.x/apps/Blink malika@a1b110 
/cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink$ make micaz simmkdir -p 
build/micaz  placing object files in build/micaz  writing XML schema to 
app.xml  compiling BlinkAppC to object file sim.oncc -c -DUSE_DL_IMPORT 
-fpic  -o build/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 
-fnesc-simulate -fnesc-nido-motenumber=sim_node\(\)   -finline-limit=10 
-Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c 
-board=micasb -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"malika\" 
-DIDENT_HOSTNAME=\"a1b110\" -DIDENT_USERHASH=0x9cf8983eL 
-DIDENT_TIMESTAMP=0x4e1c2600L -DIDENT_UIDHASH=0x078a3834L -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.xmlUnknown 
target micazKnown targets for TinyOS directory $TOSROOT/tosand the specified 
include directories are:none.make: *** [sim-exe] Error 2 malika@a1b110 
/cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink$ ncc --versionncc: 1.2.4Unknown 
target micaKnown targets for TinyOS directory $TOSROOT/tosand the specified 
include directories are:none. malika@a1b110 
/cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink$ which ncc/usr/bin/ncc___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] problem make micaz sim

2011-07-21 Thread malika abbadi
Grateful for your reply ramana,i have installed avr & msp430 tools. with this 
command "rpm -ivh rpmfile" for the first tool file 
: msp430tools-base-0.1-20050607.cygwin.i386.rpmfor others command rpm -ivh 
--nodeps rpmfile.
"""$ rpm -ivh msp430tools-python-tools-1.0-1.cygwin.noarch.rpmerror: Failed 
dependencies:        msp430tools-base >= 0.1 is needed by 
msp430tools-python-tools-1.0-1
malika@a1b110 ~/rpms$ rpm -ivh --nodeps 
msp430tools-python-tools-1.0-1.cygwin.noarch.rpm""""for configuration , path : 
/opt/msp430/bin:$PATH i have no folder bin in msp430 which is not in opt but in 
tinyos-2.x/tools/platform and in tinyos-2.x/tos/chipsthe same error of make 
micaz sim persist.
thanks.
--- En date de : Jeu 21.7.11, Ramana Reddy  a écrit :

De: Ramana Reddy 
Objet: Re: [Tinyos-help] problem make micaz sim
À: "malika abbadi" 
Cc: "tinyos help" 
Date: Jeudi 21 juillet 2011, 6h56


Did you install the drivers code for msp430 and avr. Install those.
On Wed, Jul 20, 2011 at 7:50 PM, malika abbadi  wrote:



Hi ,
thanks andrew for your rely, i have problem running Blink. Make micaz sim
 
I work with windows xp/cygwinPlease help.
Here cygwin command and response.
 $ cd c:cygwin/opt/tinyos-2.x/apps/Blink
 
malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
$ make micaz simmkdir -p build/micaz
  placing object files in build/micaz
  writing XML schema to app.xml
  compiling BlinkAppC to object file sim.o
ncc -c -DUSE_DL_IMPORT -fpic  -o build/micaz/sim.o -g -O0 -tossim -fnesc-nido-to
snodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\)   -finline-limit
=10 -Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -
board=micasb -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"malika\" -DIDENT_H
OSTNAME=\"a1b110\" -DIDENT_USERHASH=0x9cf8983eL -DIDENT_TIMESTAMP=0x4e1c2600L -D
IDENT_UIDHASH=0x078a3834L -Wno-nesc-data-race BlinkAppC.nc   -fnesc-dump=compone
nts -fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs -fnesc-dump
=interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml
Unknown target micaz
Known targets for TinyOS directory $TOSROOT/tos
and the specified include directories are:none.
make: *** [sim-exe] Error 2
 malika@a1b110
 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink$ ncc --version
ncc: 1.2.4
Unknown target micaKnown targets for TinyOS directory $TOSROOT/tos
and the specified include directories are:
none. 
malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
$ which ncc
/usr/bin/ncc
___

Tinyos-help mailing list

Tinyos-help@millennium.berkeley.edu

https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] problem make micaz sim

2011-07-20 Thread Ramana Reddy
Did you install the drivers code for msp430 and avr. Install those.
On Wed, Jul 20, 2011 at 7:50 PM, malika abbadi  wrote:

>
> Hi ,
>
> thanks andrew for your rely,
>
> i have problem running Blink. Make micaz sim
>
>
>
> I work with windows xp/cygwin
>
> Please help.
>
> Here cygwin command and response.
>
>
>
> $ cd c:cygwin/opt/tinyos-2.x/apps/Blink
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ 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 -DUSE_DL_IMPORT -fpic  -o build/micaz/sim.o -g -O0 -tossim
> -fnesc-nido-to
>
> snodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\)
> -finline-limit
>
> =10 -Wall -Wshadow -Wnesc-all -target=micaz
> -fnesc-cfile=build/micaz/app.c -
>
> board=micasb -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"malika\"
> -DIDENT_H
>
> OSTNAME=\"a1b110\" -DIDENT_USERHASH=0x9cf8983eL
> -DIDENT_TIMESTAMP=0x4e1c2600L -D
>
> IDENT_UIDHASH=0x078a3834L -Wno-nesc-data-race BlinkAppC.nc
> -fnesc-dump=compone
>
> nts -fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs
> -fnesc-dump
>
> =interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml
>
> Unknown target micaz
>
> Known targets for TinyOS directory $TOSROOT/tos
>
> and the specified include directories are:
>
> none.
>
> make: *** [sim-exe] Error 2
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ ncc --version
>
> ncc: 1.2.4
>
> Unknown target mica
>
> Known targets for TinyOS directory $TOSROOT/tos
>
> and the specified include directories are:
>
> none.
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ which ncc
>
> /usr/bin/ncc
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] problem make micaz sim

2011-07-21 Thread Ramana Reddy
Some times the path might be locates a different place. just find.
and my sincere advice is try on ubuntu, its more easy and friendly.
or start from the scratch in windows.

On Thu, Jul 21, 2011 at 2:31 PM, malika abbadi  wrote:

> Grateful for your reply ramana,
> i have installed avr & msp430 tools.
> with this command "rpm -ivh rpmfile" for the first tool file
> : msp430tools-base-0.1-20050607.cygwin.i386.rpm
> for others command rpm -ivh --nodeps rpmfile.
>
> """
> *$ rpm -ivh msp430tools-python-tools-1.0-1.cygwin.noarch.rpm*
> *error: Failed dependencies:*
> *msp430tools-base >= 0.1 is needed by
> msp430tools-python-tools-1.0-1*
> *
> *
> *malika@a1b110 ~/rpms*
> *$ rpm -ivh --nodeps msp430tools-python-tools-1.0-1.cygwin.noarch.rpm*
> """"
> for configuration , path : /opt/msp430/bin:$PATH
> i have no folder bin in msp430 which is not in opt but in
> tinyos-2.x/tools/platform and in tinyos-2.x/tos/chips
> the same error of make micaz sim persist.
>
> thanks.
>
> --- En date de : *Jeu 21.7.11, Ramana Reddy * a
> écrit :
>
>
> De: Ramana Reddy 
> Objet: Re: [Tinyos-help] problem make micaz sim
> À: "malika abbadi" 
> Cc: "tinyos help" 
> Date: Jeudi 21 juillet 2011, 6h56
>
>
>
> Did you install the drivers code for msp430 and avr. Install those.
> On Wed, Jul 20, 2011 at 7:50 PM, malika abbadi 
> http://mc/compose?to=malika_a...@yahoo.fr>
> > wrote:
>
>
> Hi ,
>
> thanks andrew for your rely,
>
> i have problem running Blink. Make micaz sim
>
>
>
> I work with windows xp/cygwin
>
> Please help.
>
> Here cygwin command and response.
>
>
>
> $ cd c:cygwin/opt/tinyos-2.x/apps/Blink
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ 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 -DUSE_DL_IMPORT -fpic  -o build/micaz/sim.o -g -O0 -tossim
> -fnesc-nido-to
>
> snodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\)
> -finline-limit
>
> =10 -Wall -Wshadow -Wnesc-all -target=micaz
> -fnesc-cfile=build/micaz/app.c -
>
> board=micasb -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"malika\"
> -DIDENT_H
>
> OSTNAME=\"a1b110\" -DIDENT_USERHASH=0x9cf8983eL
> -DIDENT_TIMESTAMP=0x4e1c2600L -D
>
> IDENT_UIDHASH=0x078a3834L -Wno-nesc-data-race BlinkAppC.nc
> -fnesc-dump=compone
>
> nts -fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs
> -fnesc-dump
>
> =interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml
>
> Unknown target micaz
>
> Known targets for TinyOS directory $TOSROOT/tos
>
> and the specified include directories are:
>
> none.
>
> make: *** [sim-exe] Error 2
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ ncc --version
>
> ncc: 1.2.4
>
> Unknown target mica
>
> Known targets for TinyOS directory $TOSROOT/tos
>
> and the specified include directories are:
>
> none.
>
>
>
> malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink
>
> $ which ncc
>
> /usr/bin/ncc
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu<http://mc/compose?to=Tinyos-help@millennium.berkeley.edu>
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help