Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric, thanks for reply. for me Blink is running since it did not required sim but to other where TOSSIM is required for command $make micaz sim. As a case also i see in other posts as well. its failing (image attached)

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread azeey
I believe you are correct about g++ being required to build the sim target. To install g++ from the Ubuntu repositories, you must first have the repository specified in your /etc/apt/sources.list file. It would be really helpful if you can send us the contents of this file so we can better

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Hi addisu, already used sudo apt-get update as described above. GCC is there also as descibed above but g++ is not there. I have checked sources.list also. /etc/apt/sources.list coppied to a.txt attached. a.txt http://tinyos-help.10906.n7.nabble.com/file/n23628/a.txt -- View this message in

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread Addisu Z. Taddese
That explains your problems. Your sources.list indicates that you are on Ubuntu 9.10 (Karmic Koala), which has reached its end of life. http://fridge.ubuntu.com/2011/05/26/ubuntu-9-10-karmic-koala-end-of-life-reached-on-april-30-2011/ My suggestion would be to upgrade to Ubuntu 10.04 per the

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread Eric Decker
Now I understand what is going on. TOSSIM is written in c++. I haven't spent any time in the simulator so that is why I didn't understand what was going on. In the future, please include the exact command line that you are using when building. That will help us replicate what you are trying

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric, started post from saying running RadioCountToLeds For which command ($ make micaz sim ) so I am not running Blink through TOSSIM. Also I am fully aware that TOSSIM is written in c++ as per documentation.. you can read from previous my posts .. I was trying to run RadioCountToLeds For which