Author Topic: Problem with ndless sdk on windows 8.1 & ubuntu 14.04  (Read 5034 times)

0 Members and 1 Guest are viewing this topic.

Offline Mohammed Elborolossy

  • LV2 Member (Next: 40)
  • **
  • Posts: 25
  • Rating: +0/-0
    • View Profile
Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« 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

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« Reply #1 on: December 03, 2014, 09:03:58 pm »
Try adding the bin directory of the SDK to your PATH.

Offline Mohammed Elborolossy

  • LV2 Member (Next: 40)
  • **
  • Posts: 25
  • Rating: +0/-0
    • View Profile
Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« Reply #2 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

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« Reply #3 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.