Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mohammed Elborolossy

Pages: [1] 2
1
Ndless / Ndless 3.9 for OS 3.9 available NOW
« on: March 05, 2015, 06:25:30 pm »
Finally Nspire 3.9 available for OS 3.9
It is in Beta version.
The link : http://www.unsads.com/projects/nsptools/downloader/download/release/10

2
Ndless / Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« 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

3
Ndless / 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

4
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 20, 2014, 05:11:00 pm »
Then your PATH isn't set up correctly.
I'm sorry for late
Is there a specific path ?

5
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 20, 2014, 06:33:35 am »
There is an error that nspire-tools command not found ?

6
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 20, 2014, 06:11:37 am »
Quote
Try the .prg.tns file.
Already try and it didn't open any thing.

Quote
Leave the "<>" out.
Can you write a helloworld prog in c++ and mention the steps from terminal or using an exist CPP file
I am very sorry about asking alot

7
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 06:59:32 pm »
I'm sorry to say that i can't run any program till now
i follow the tutorial as i said before
in the sample example the tns file obtained but not working on the emulator
When I try to make a prog. and write : nspire-tools new <main> "main is my program name that error appear

bash: syntax error near unexpected token `newline'
What is the problem ??
I write a code on codeblocks and eclipse but how to complete after that ?




8
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 05:03:53 pm »
Yeah, like that. The second path doesn't exist, though.
I think it's solved now
I'm very thankful for your effort with me
The last question where I will write my code ( will I write a c++ on any ide or Terminal?)

9
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 04:57:10 pm »
You didn't set PATH correctly. It has to include ndless-sdk/bin.
How to include the path?
I write it like this :
mohammed@mohammed-HP:~$ export PATH="/home/mohammed/Ndless/ndless-sdk/toolchain/install/bin:/home/mohammed/Ndless/ndless-sdk/toolchain/bin:${PATH}"
I put the Ndless in Home file
/home/mohammed/Ndless/ndless-sdk

10
Lua / Re: Can i run EEPRO (ti-89) on Ti nspire cx cas ?
« on: November 19, 2014, 04:31:24 pm »
How to connect the calculator in ubuntu?
What is the program that i can write lua in ubuntu?
Thanks in advance

11
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 04:16:16 pm »
Another Error  :/

make[1]: Leaving directory `/home/mohammed/Ndless/ndless-sdk/libsyscalls'
make all in libndls...
make[1]: Entering directory `/home/mohammed/Ndless/ndless-sdk/libndls'
nspire-gcc -Os -nostdlib -Wall -Werror -Wextra -c any_key_pressed.c
make[1]: nspire-gcc: Command not found
make[1]: *** [any_key_pressed.o] Error 127
make[1]: Leaving directory `/home/mohammed/Ndless/ndless-sdk/libndls'
make: *** [all] Error 1

12
Lua / Re: Can i run EEPRO (ti-89) on Ti nspire cx cas ?
« on: November 19, 2014, 03:51:03 pm »
Thanks for response and reply
I will start learning and if I success in make TPN part i will upload it.

13
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 02:52:22 pm »
I'm sorry for disturbance
but with each step there a lot of errors
There is an Error with luna.o


the result after write "make" :

make all in ndless-sdk...
make[1]: Entering directory `/home/mohammed/Ndless/ndless-sdk'
make all in tools...
make[2]: Entering directory `/home/mohammed/Ndless/ndless-sdk/tools'
make all in luna...
make[3]: Entering directory `/home/mohammed/Ndless/ndless-sdk/tools/luna'
gcc -W -Wall -DUSE_FILE32API   -c -o luna.o luna.c
luna.c:1:33: fatal error: openssl/opensslconf.h: No such file or directory
 #include <openssl/opensslconf.h>
                                 ^
compilation terminated.
make[3]: *** [luna.o] Error 1
make[3]: Leaving directory `/home/mohammed/Ndless/ndless-sdk/tools/luna'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/mohammed/Ndless/ndless-sdk/tools'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/mohammed/Ndless/ndless-sdk'
make: *** [all] Error 1

14
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 02:31:55 pm »
It's called "libtinfo-dev" in Ubuntu.


PS: Please don't double-port, the Modify button is there for a reason.

I'm sorry for that.

The download complete and Done
What is the next?
I can't understand this code
when i write it in the terminal and change the path there no thing done
i skip to the next code "make"
the result is : "make: *** No targets specified and no makefile found.  Stop."

15
Calculator C / Re: How to get input from user in ndless sdk ?
« on: November 19, 2014, 02:10:48 pm »
this is the last lines in the Terminal :
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/home/mohammed/Ndless/ndless-sdk/toolchain/build'
make: *** [all] Error 2

Pages: [1] 2