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 - Legimet

Pages: 1 [2] 3 4 ... 24
16
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: July 12, 2017, 01:57:05 pm »

17
Ndless / Re: ndless sdk
« on: July 12, 2017, 01:55:24 pm »
There are no up-to-date precompiled packages for any platform. Few of us use Windows, so it would be tough to provide one for Windows. That said, if someone wants to make one, feel free to do so!

Did you try installing g++? What happens if you try that?

18
Ndless / Re: ndless sdk
« on: June 19, 2017, 05:26:00 pm »
Perhaps it does. Someone with Windows would have to test it and update the instructions if necessary.

19
Ndless / Re: ndless sdk
« on: June 18, 2017, 01:41:41 pm »
Is this link done in a way that cygwin libraries can't handle?

Unfortunately, Git on Windows doesn't enable support for symlinks by default because of differences between Windows symlinks and POSIX symlinks: https://github.com/git-for-windows/git/wiki/Symbolic-Links

20
Ndless / Re: ndless sdk
« on: June 16, 2017, 12:37:05 pm »
It has nothing to do with genzehn. Did you install gcc-g++ (the C++ compiler) in cygwin? I think that is the issue.

Make sure you have all of the dependencies in the list given on https://hackspire.org/index.php/C_and_assembly_development_introduction
Quote
php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, make, zlib-devel, wget
You can install these with the cygwin installer.

Also, you still need to fix the zehn.h symlink, but it is located in ndless-sdk/tools/genzehn. You need to replace it with the file in ndless-sdk/include.

21
Ndless / Re: ndless sdk
« on: June 12, 2017, 02:01:21 pm »
So that means that it failed when building binutils.

Can you post the complete log of what happens when you run build_toolchain.sh?

22
Ndless / Re: ndless sdk
« on: June 10, 2017, 06:58:02 pm »
Can you list the dotfiles (files whose names start with .) in the directory containing build_toolchain.sh?

23
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: April 25, 2017, 05:31:53 pm »
I'm not really sure, I'll have to check.

24
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: April 22, 2017, 08:21:22 pm »
It "works" on classic, but generally runs out of memory so it's not very usable. You can try it, though.

25
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: March 10, 2017, 01:18:19 pm »
nPDF should work on OS 4.4, since it doesn't use any custom syscalls. I am planning an update at some point, but don't currently have the time.

26
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: March 09, 2017, 03:47:14 pm »
This is why:
Yes, it's a custom sycall, that is the binary needs to be updated with new addresses every time a new OS comes out... I'll see when I have time for that.

27
Calculator C / Re: C++ on Nspire-way through eye of a needle?
« on: February 19, 2017, 11:21:16 pm »
I think if you're using Windows 10, there is an "Ubuntu subsystem" that you can use.

28
TI Calculators / Re: Downgrading a TI-Nspire CAS Touchpad to OS 3.6
« on: January 16, 2017, 01:36:02 pm »
You can install Ndless and use nsNandMgr to remove the downgrade protection, then install OS 3.6. You can also use nBoot+ControlX  or nLaunchy which can automatically install Ndless for you.

29
General Calculator Help / Re: Thermodynamic Cycles Program
« on: December 27, 2016, 05:13:55 pm »
Yes, you can use C++. Did you get the SDK working?

30
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 08:03:09 pm »
You can file an issue at https://github.com/ndless-nspire/Ndless/issues. I think @Vogtinator has an actual Windows machine, so he might be able to help you better than I can.

Pages: 1 [2] 3 4 ... 24