[Tinyos-help] sim.extra fixes for mac os x users

Philip Levis pal at cs.stanford.edu
Mon Feb 5 21:49:23 PST 2007


On Feb 5, 2007, at 8:42 PM, Jane wrote:

> I discovered couple of errors in sim.extra for Mac OS X users.
>
> In line 32: ifeq ($(OSTYPE), darwin) should be replaced as ifeq ($ 
> (OSTYPE),
> darwin8.0).
>

What version of OSX are you running? I am running 10.4.8 and:

transience /Users/pal -3-> printenv OSTYPE
darwin

If anything, there should be two tests. I'll look into adding another  
ifeq to test for darwin8.0.


> Line 36 PLATFORM_BUILD_FLAGS=-flat_namespace -undefined supress
> should be replaced by PLATFORM_BUILD_FLAGS=-flat_namespace -undefined
> suppress.
>

Good catch!

Phil


More information about the Tinyos-help mailing list