Thanks a lot Fabien for your answer, but there is not another way? because I'm not sure that cygwin 1.7 will work fine with me
--- En date de : Mer 17.2.10, Fabien CHRAIM <[email protected]> a écrit : > De: Fabien CHRAIM <[email protected]> > Objet: Re: [Tinyos-help] make telosb problem > À: "ghada zaibi" <[email protected]> > Cc: [email protected] > Date: Mercredi 17 février 2010, 10h19 > Hey Ghada, > I am not really sure but I think that you installed cygwin > somewhere in Program Files, right? > So the problem is that you don't want any spaces in the > path. I would suggest you try re-installing cygwin on > C:\cygwin\ > > > That way you won't have any spaces in your environment > variable and it will hopefully work. > > Hope that helps, > Fabien. > > On Tue, Feb 16, 2010 at 11:30 PM, > ghada zaibi <[email protected]> > wrote: > > > Hi Fabien, > > This is what I found in my path: > > $ echo $PATH > > /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program > Files/CollabNet/ > > Subversion Server:/cygdrive/c/Program > Files/Java/jdk1.6.0_17/bin:/cygdrive/c/PRO > > GRA~1/ATT/Graphviz/bin:/cygdrive/c/PROGRA~1/ATT/Graphviz/bin/tools:/cygdrive/c/P > > ROGRA~1/ATT/Graphviz/bin:/cygdrive/c/PROGRA~1/ATT/Graphviz/bin/tools:/usr/bin:/u > > sr/local/bin:/cygdrive/c/mspgcc/bin:/cygdrive/c/Program > Files/Microsoft Visual S > > tudio/Common/Tools/WinNT:/cygdrive/c/Program > Files/Microsoft Visual Studio/Commo > > n/MSDev98/Bin:/cygdrive/c/Program Files/Microsoft Visual > Studio/Common/Tools:/cy > > gdrive/c/Program Files/Microsoft Visual > Studio/VC98/bin:/opt/msp430/bin:/usr/loc > > al/bin > > I try this command export > PATH=/opt/msp430/bin:/opt/jflashmm:$PATH > > but there is no changes. > > Thanks a lot > > Ghada > > > > > > --- En date de : Mer 17.2.10, Fabien CHRAIM <[email protected]> > a écrit : > > > > > De: Fabien CHRAIM <[email protected]> > > > Objet: Re: [Tinyos-help] make telosb problem > > > À: "ghada zaibi" <[email protected]> > > > Cc: [email protected] > > > Date: Mercredi 17 février 2010, 3h03 > > > Ghada, > > > Is your mspgcc in your environment variable? > > > This might be too obvious so please excuse me: > > > (you can view your PATH variable by typing: echo > $PATH) > > > try this command: export > > > PATH=/opt/msp430/bin:/opt/jflashmm:$PATH > > > > > > > > > > > > Then try to make telob again. > > > Fabien. > > > > > > On Tue, Feb 16, 2010 at 1:05 PM, > > > ghada zaibi <[email protected]> > > > wrote: > > > > > > > > > > > > > > > > > > Hi Fabien, > > > > > > I just install rpm with tinyos and I don't modify > > > manualy any folder. I create a makelocal file in which > I add > > > PFLAGS += -mingw-gcc, I don't know how to fix the > error > > > > > > > > > > > > Ghada > > > > > > > > > > > > --- En date de : Mar 16.2.10, Fabien CHRAIM <[email protected]> > > > a écrit : > > > > > > > > > > > > > De: Fabien CHRAIM <[email protected]> > > > > > > > Objet: Re: [Tinyos-help] make telosb problem > > > > > > > À: "ghada zaibi" <[email protected]> > > > > > > > Cc: [email protected] > > > > > > > Date: Mardi 16 février 2010, 19h37 > > > > > > > Hi Ghada, > > > > > > > Did you manually change the mspgcc that comes > with > > > tinyos? > > > > > > > Or did you just use whatever came with the .rpm > > > files? > > > > > > > Also, did you add PFLAGS += -mingw-gcc to > Makerules? > > > or > > > > > > > some other file? > > > > > > > > > > > > > > Fabien. > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, Feb 16, 2010 at 3:06 AM, > > > > > > > ghada zaibi <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > I'm using Tinyos 2.1 with cygwin 1.5, I want > to > > > compile > > > > > > > the RadioCountToLeds TinyOS example for TelosB > but I > > > have a > > > > > > > problem with make telosb this is the messgae that > I > > > get: > > > > > > > > > > > > > > $ make telosb > > > > > > > > > > > > > > mkdir -p build/telosb > > > > > > > > > > > > > > mig python -target=telosb > > > > > > > > -DIDENT_APPNAME=\"RadioCountToLed\" > > > > > > > -DIDENT_USERNAME=\ > > > > > > > > > > > > > > "hella\" > > > > > > > > -DIDENT_HOSTNAME=\"PC-de-hella\" > > > > > > > -DIDENT_USERHASH=0xb5649817L -DIDENT_T > > > > > > > > > > > > > > IMESTAMP=0x4b7a71c9L -DIDENT_UIDHASH=0xd09b0fc3L > > > > > > > -python-classname=RadioCountMsg > > > > > > > > > > > > > > RadioCountToLeds.h radio_count_msg -o > > > RadioCountMsg.py > > > > > > > > > > > > > > msp430-gcc.exe: /usr/lib/ncc/tdspecs: No such > file or > > > > > > > directory > > > > > > > > > > > > > > failed to parse message file RadioCountToLeds.h > > > > > > > > > > > > > > make: *** [RadioCountMsg.py] Error 1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I found in this mailing list that for this error > I > > > should > > > > > > > create a makelocal file and add > > > > > > > > > > > > > > PFLAGS += -mingw-gcc > > > > > > > > > > > > > > to my Makelocal file in tinyos-2.x/support/make, > but > > > the > > > > > > > error persist > > > > > > > > > > > > > > how can I fix it > > > > > > > > > > > > > > Thanks a lot > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > > > 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
