[Tinyos-2.0wg] Re: tinyos-2-0-0-beta2-candidate
Philip Levis
pal at cs.stanford.edu
Wed Jul 5 15:50:44 PDT 2006
On Wed, 2006-07-05 at 14:25, Kristin Wright wrote:
> > That wasn't the problem. The problem was that Serial.java was built
> > after stuff which uses it was compiled. On your 2nd attempt,
> > Serial.java already existed, so it worked (look for the invocation of
> > ncg in the first build.out posted). I thought somebody had changed the
> > Makefile to make this work, though?
> >
>
> Hmmm. I do believe I cleaned before my successful run. I, too, recall
> the makefile sequence working.
Yes, I changed the net/tinyos/Makefile like so:
SUBDIRS = packet message sf $(shell find . -maxdepth 1 -type d | tail -n
+2 | grep -v /CVS | grep -v packet | grep -v message | grep -v sf)
So you build packet, then message, then serial forwarder, then
everything else.
> > The remaining error reports the lack of Makefile in the sim directory.
> > Phil tagged the java file there with the beta2 branch tag, but not the
> > Makefile. Phil did you want this in, or out?
>
> Well, I've already built and uploaded both windows and linux as well
> as untarred it to it's snapshot location, etc., so unless this is
> critical I'd root for out.
I wanted it in, but not having it in is not a show-stopper. If we have
to do another iteration on the RPM for serious issues, then we can
include it, but I don't think it's enough to warrant a new RPM. This is
a beta, after all.
Phil
More information about the Tinyos-2.0wg
mailing list