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 5 ... 24
31
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:56:51 pm »
I have never done this on Windows myself, so I don't know what to do if you get a BSOD from running that script.
This stuff is very easy to configure on GNU/Linux, if you have an installation somewhere.

32
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:18:36 pm »
Did build_toolchain.sh finish successfully? I doubt it finished that quickly.

33
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:08:03 pm »
Code: [Select]
make install-gcc && cd .. && rm -rf build/* && touch .built_gcc_step1
You forgot the make.

34
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 07:01:21 pm »
Run make install-gcc && cd .. && rm -rf build/* && touch .built_gcc_step1.

Then go to the toolchain directory and run ./build_toolchain.sh

35
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:25:27 pm »
all-gcc, not all-gc

36
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:20:43 pm »
cd to build before running that.

37
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:13:52 pm »
OK, so it failed on GCC step 1. If you cd to build and run "make all-gcc" what is the output?

38
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 06:01:10 pm »
If you run "ls -a" what do you get?

39
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:22:42 pm »
I don't understand your question, those are the packages you have to install. What difficulties are you running into?

40
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:16:40 pm »
These ones:
php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, openssl-dev, make, texinfo, zlib-devel, wget

41
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:14:43 pm »
No, you just have to install the extra packages. To do that, you have to run the Cygwin installer again. But it won't get rid of your installation, it will just add whatever you tell it to add.

42
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 04:09:27 pm »
https://hackspire.org/index.php/C_and_assembly_development_introduction#On_Windows

You have to install the dependencies listed:
Quote
php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, openssl-dev, make, texinfo, zlib-devel, wget

43
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 03:48:29 pm »
Also, what OS are you using?

44
TI-Nspire / Re: New TI-Nspire emulator: Firebird Emu
« on: December 18, 2016, 09:57:03 am »
Did you install the required packages? You have to install qt57base and qt57declarative. And according to the information on the PPA page, "Source /opt/qt57/bin/qt57-env.sh to set the correct environment."
The build folder, after running qmake, should at least contain the Makefile.

45
TI-Nspire / Re: New TI-Nspire emulator: Firebird Emu
« on: December 14, 2016, 12:37:57 pm »
Yes, I use Firebird on Debian testing, which has Qt 5.7. The only change you have to make is add -no-pie to the linking flags, because Firebird does not support PIE.
If you're using Ubuntu 16.04, try downloading Qt from the website: https://www.qt.io/

EDIT: You can use the PPA https://launchpad.net/~beineri/+archive/ubuntu/opt-qt571-xenial

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