Are you using the stable 2.1.2 release from https://github.com/tinyos/tinyos-release or the latest code from the main trunk https://github.com/tinyos/tinyos-main?
If you're using the release version, might be worth checking your PYTHONPATH environment variable is set correctly: printenv PYTHONPATH it should be: $PYTHONPATH:$TOSROOT/support/sdk/python:$PYTHONPATH If you're using the latest code from the main trunk, I'm not sure what to suggest because there's a completely new build system which I haven't studied (see the readme text on the tinyos-main GitHub page) which doesn't rely on environment variables. PS If you're interested, I've just written an install guide for configuring a TinyOS dev virtual machine on Ubuntu using Vagrant - might give you some ideas: https://www.linkedin.com/pulse/installing-tinyos-ubuntu-using-vagrant-james-allen ________________________________ From: [email protected] <[email protected]> on behalf of arsaraiva <[email protected]> Sent: 17 January 2017 09:05:15 To: [email protected] Subject: Re: [Tinyos-help] TinyOS with TOSSIM Hello Eric, I'm using TinyOS 2.1.2, openjdk version 1.8.0_111 and Python 2.7.12 on Ubuntu 16.04 x64. If you know a more stable previous version, please tell me, because I am new to TinyOS and I do not know your options well. I believe the problem may be in the Python variable that is not being found, for the first lines of the output are: @note: ~ / tinyos-main / apps / Blink $ make micaz yes Mkdir -p simbuild / micaz Make: python2.72-config: Command not found Make: python2.72-config: Command not found Make: python2.72-config: Command not found But following the TOSSIM appendix A, it did not work. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/TinyOS-with-TOSSIM-tp25048p25052.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
