Thanks to Matthew Bradbury that with just one line altered in the file
sim.extra, solved my problem and some more people.
Thank you Matthew.
So that you still have the same problem, just change the line:
PYTHON_VERSION ?= $(shell python --version 2>&1 | sed 's/Python
2\.\([0-9]\)\.[0-9]+\{0,1\}/2.\1/')
by
PYTHON_VERSION ?= $(shell python --version 2>&1 | sed 's/Python
\([0-9]\)\.\([0-9]\)\.[0-9]+\{0,1\}.*/\1.\2/')
--
View this message in context:
http://tinyos-help.10906.n7.nabble.com/TinyOS-with-TOSSIM-tp25048p25054.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