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
