tinyos would be installed not under the home directory, but rather in /opt/tinyos-1.x. Try making in that. -kw
----- Original Message ----- From: "Clifford Federspiel" <[EMAIL PROTECTED]> To: "Arun Agrahara Somasundara" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 12:33 AM Subject: [Tinyos-users] Re: [Tinyos-help] make error > I removed tinyos using the install shield and installed 1.1.0 from here: > > http://webs.cs.berkeley.edu/tos/dist-1.1.0/tinyos/windows/ > > After the installation finished there was no tinyos-1.x directory under the > home director, so I downloaded it from CVS using these commands at the > cygwin prompt: > > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos login > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos co tinyos-1.x > > Now when I try to make mica2dot in the blink director I get this: > > [EMAIL PROTECTED] ~/tinyos-1.x/apps/blink > $ make mica2dot > compiling Blink to a mica2dot binary > ncc -o build/mica2dot/main.exe -Os -board=basicsb -target=mica2dot -Wall > -Wshad > ow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -finline-limit=100000 > -fnesc-cfile=build/m > ica2dot/app.c Blink.nc -lm > Blink.nc:72: component SingleTimer not found > BlinkM.nc:66: expected component `SingleTimer', but got component 'BlinkM' > Blink.nc:73: cannot find `StdControl' > Blink.nc:75: cannot find `Timer' > make: *** [build/mica2dot/main.exe] Error 1 > > What now? > > At 06:47 PM 9/25/2003 -0700, Arun Agrahara Somasundara wrote: > >Try downloading a new copy from CVS. > > > >Arun > > > >On Thu, 25 Sep 2003, Clifford Federspiel wrote: > > > > > My Makerules file has this line: > > > > > > PLATFORMS = mica mica128 mica2 mica2dot pc rene2 motor atmega8 > > > > > > It must be some other problem. > > > > > > Cliff Federspiel > > > > > > At 04:38 PM 9/25/2003 -0700, Metin K wrote: > > > >Dear Clifford, > > > > > > > >I think this problem is related with the 'Makerule' > > > >file under the apps (Actually 'known targets are pc, > > > >mica, mica128, rene2' indicates that you use really an > > > >old version). The known platforms were defined in this > > > >file(Makerule) with PLATFORMS variable. Just add > > > >mica2dot there. Then save it and compile again. I hope > > > >it will work. > > > > > > > >Metin KOC > > > >The Network Labaratory(TNL) > > > >Computer Engineering Department > > > >Yeditepe University > > > >http://cse.yeditepe.edu.tr/tnl > > > > > > > > > > > >--- Clifford Federspiel <[EMAIL PROTECTED]> > > > >wrote: > > > > > When I try to compile blink using "make mica2dot" I > > > > > get the following error: > > > > > > > > > > compiling Blink to a mica2dot binary > > > > > ncc -o build/mica2dot/main.exe -Os -board=basicsb > > > > > -target=mica2dot -Wall > > > > > -Wshad > > > > > ow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all > > > > > -finline-limit=100000 > > > > > -fnesc-cfile=build/m > > > > > ica2dot/app.c Blink.nc -lm > > > > > unknown target mica2dot > > > > > (known targets are pc, mica, mica128, rene2) > > > > > make: *** [build/mica2dot/main.exe] Error 2 > > > > > > > > > > Why doesn't it recognize mica2dot as a known target? > > > > > > > > > > Cliff Federspiel > > > > > > > > > > > > > > > Clifford Federspiel, Ph.D. > > > > > Research Specialist, Center for the Built > > > > > Environment > > > > > 390 Wurster Hall, #1839, Berkeley, CA, 94720-1839 > > > > > Tel: 510-643-1209 / FAX: 510-643-5571 / > > > > > [EMAIL PROTECTED] > > > > > http://arch1.ced.berkeley.edu:8012/~cfedersp/ > > > > > > > > > > _______________________________________________ > > > > > Tinyos-help mailing list > > > > > [EMAIL PROTECTED] > > > > > > > > >http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-help > > > > > > > > > > > >__________________________________ > > > >Do you Yahoo!? > > > >The New Yahoo! Shopping - with improved product search > > > >http://shopping.yahoo.com > > > >_______________________________________________ > > > >Tinyos-help mailing list > > > >[EMAIL PROTECTED] > > > >http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-help > > > > > _______________________________________________ > Tinyos-users mailing list > [EMAIL PROTECTED] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users > _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
