Hi all, I have tried following the official tutorial http://docs.tinyos.net/index.php/Installing_TinyOS-2.x_on_Mac_OS_X_(Snow_Leopard), and have tried that as well http://docs.tinyos.net/index.php/Installing_tinyos-2.x_on_Mac_OS_X_(Tiger_&_Leopard)and http://research-machine.blogspot.com/2010/01/how-to-install-tinyos-2-on-macosx-106.html
I have this: MacOS 10.6.4 gcc44 nesc 1.3.2 (with http://hinrg.cs.jhu.edu/git/?p=ports.git) msp430-binutils-tinyos msp430-gcc-tinyos msp430-libc-tinyos (for MSP430) avr-binutils-tinyos avr-gcc-tinyos avr-libc-tinyos avrdude-tinyos (for AVR) tinyos source from google code I'm able to run succesfully ./Bootstrap, but when I type make, this is what I get: Making all in platforms Making all in mica Making all in cc1000-channelgen make[3]: Nothing to be done for `all'. Making all in uisp Making all in src make all-am make[5]: Nothing to be done for `all-am'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. Making all in msp430 Making all in motelist make[3]: Nothing to be done for `all'. Making all in pybsl Making all in serial make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in tinyos Making all in java Making all in env make[3]: Nothing to be done for `all'. Making all in serial g -O2 -bundle "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers" \ -o libtoscomm.jnilib NativeSerial_darwin.cpp NativeSerial_darwin.cpp: In member function 'void NativeSerial::errno_wrap(bool, const char*)': NativeSerial_darwin.cpp:88: error: 'strerror' was not declared in this scope NativeSerial_darwin.cpp: In static member function 'static std::string NativeSerial::getTOSCommMap()': NativeSerial_darwin.cpp:515: error: 'getenv' was not declared in this scope make[3]: *** [libtoscomm.jnilib] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Anyway, even if I don't make the tools, I've been able to compile the Blink application, but just for micaz motes, cause if I try telosb, I get something like this: http://pastebin.com/VeuyCCkv - I have also tried compiling the msp430-tools myself (not the ones from macports) but it's exactly the same Another weird thing that I have noticed is that even the exactly same code of BlinkToRadio app installed from MacOS to a micaz node (without any errors nor compiling or installing), doesn't do anything, but if I install it with a Linux machine, it just works... Could anyone help me with this? Thank you very much in advanced
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
