Talk:Tmote Macintosh install

From TinyWiki

Jump to: navigation, search

recommend removing line 9, adding the patch, since the patched build doesnt seem to work nice anymore.

so maybe add command to checkout just the latest version of that file? The latest build-msp script works fine with only 2 tweeks that the user has to edit cp -a -> cp -r is listed twice in the file they can be changed


Also there is a usefull article on getting avr to work on tinyos. http://www.inf.ethz.ch/personal/muellren/tinyosonmac.html

Notice that this does not quite work. The problem is that MacOS X does not come with a objdump. However, this is not a problem sice we build the avr-binutils. Edit the avr Makerule file ~/TinyOS/support/make/avr/avr.rules. Change

byte: FORCE

  @objdump -h $(MAIN_EXE) |   ...

to

byte: FORCE

  @$(OBJDUMP) -h $(MAIN_EXE)  | ...

can add the same change as well it helps cormac

Personal tools