Omnimaga

Omnimaga => Our Projects => Ndless => Topic started by: Mohammed Elborolossy on December 03, 2014, 05:44:21 pm

Title: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
Post by: Mohammed Elborolossy on December 03, 2014, 05:44:21 pm
Hi
I try to write a programs in c++ lang. to my nspire cx cas on ndless sdk and I try on windows and ubuntu and both didn't work right
On windows the tns file created but it is very big about 4 Mega and when i try to open it on calc it stop working and I have to reset the calc
On Ubuntu after install all the things (libs. , ndless sdk) , open the terminal and write c++ code using nspire-tools the result that (nspire-tools not found)
I'm sure that the file exist
What is the solution ??
Thanks in advance
Title: Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
Post by: Legimet on December 03, 2014, 09:03:58 pm
Try adding the bin directory of the SDK to your PATH.
Title: Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
Post by: Mohammed Elborolossy on December 03, 2014, 11:15:44 pm

Try adding the bin directory of the SDK to your PATH.
First thanks for reply
Second : please explain more (Windows or Ubuntu)
I want to clear that i follow this tutorial in installation on Ubuntu : http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux
I prefer windows but if on linux easier it's OK
I need the answer step by step not a general answer
Thanks in advance
Title: Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
Post by: Legimet on December 04, 2014, 10:07:50 pm
OK, see this page: http://www.cyberciti.biz/faq/unix-linux-adding-path/
Follow the steps to add the ndless-sdk/bin directory to your PATH. Make it permanent by following the directions at the end. If you don't know which shell you're using, you're probably using bash.