[Tinyos-help] TinyOS on OS X
Chad Metcalf
metcalfc at gmail.com
Wed May 3 14:40:41 PDT 2006
Just to add into the mix this what I (and others at Mines) have done
differently to get things working with Tmote Sky's on Mac.
- Get the javax.comm files from here
https://prdownloads.sourceforge.net/jmri/JavaCommInstaller2.hqx?use_mirror=easynews
- Build java tools
* $ cd $TOSROOT/tools/java/jni
* $ cc -bundle
"-I/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Headers"
-o libgetenv.jnilib -framework JavaVM net_tinyos_util_Env.c
* $ sudo cp libgetenv.jnilib
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/.
* $ cd $TOSROOT/tools/java
* # Edit Makefile so it looks like this
* $ cat Makefile
# Top-level Makefile for tools/java
SUBDIRS = org net #jni
#INSTALLDIRS = jni
ROOT = .
include $(ROOT)/Makefile.include
Cheers
Chad
On 5/3/06, Matt Welsh <mdw at eecs.harvard.edu> wrote:
> Folks,
>
> I quickly threw together a web page with all the steps (I think!)
> that I used to get TinyOS working on Mac OS X on Intel:
>
> http://www.eecs.harvard.edu/~mdw/proj/tinyos-macos
>
> This supports both programming motes and using serialforwarder
> on Intel Macs. There are a few steps I am not 100% sure about,
> so if you have any updates please let me know.
>
> There are now at least three web pages for TinyOS on MacOS floating
> around. I don't particularly want to maintain this and am happy to
> use (e.g.,) the CENTS Wiki site instead once I get access to it.
> But for now, this is what I have figured out in case you find it useful.
>
> Ideally we could get support for MacOS into the next TinyOS and NesC
> revision so these pages will be obsolete.
>
> Thanks for all of your input and help.
>
> Matt
>
>
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
More information about the Tinyos-help
mailing list