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

Pages: 1 ... 39 40 [41] 42 43 44
601
Calculator C / Nspire C text output/input
« on: March 12, 2010, 03:35:10 pm »
Is there any way to output/input text on the Nspire when programming in C?

602
Calculator C / Re: Compiling C for Nspire
« on: March 12, 2010, 11:12:11 am »
I'm not sure. It seems both of them are gcc's, though.

603
Calculator C / Re: Compiling C for Nspire
« on: March 11, 2010, 06:54:50 pm »
According to the DEV.txt, just open a MSYS shell in the folder your code is in.
If you edit the original Ndless demo, you can just edit main.c and then run "make" in the src folder. I use Linux, though, so I don't know how MSYS works. Presumably its just a command shell like the Windows DOS prompt.
If MSYS is just a bash shell like the site said it was, these commands will build the demo:
Code: [Select]
cd <NSPIRE_DIRECTORY>/src/arm/demo
make

604
That beta release looks very interesting. Too bad its been 6 years since the beta testing, so its impossible to get it anymore :(. Does anyone here still have a copy (not that I'm asking anyone to post pirated copies of Mirage OS, of course)?

605
Well, Mirage is quite nice as it is right now; its small, fast, featureful, and bug-free, so there's really no point in making a new version.
What annoyed me about DCS was that it shows all programs by default. At one point, I had something like 70+ programs on my 84+, so things became rather hard to manage.

606
Calculator C / Re: Compiling C for Nspire
« on: March 10, 2010, 09:15:34 pm »
Right now, I just use the Makefile that came with Ndless and modify it as necessary.

607
The current toolchain is already reasonably simple to set up. Its just not all in one place, that's all.
Now, better libraries and more functions is another thing...

608
Computer Projects and Ideas / Re: Castle Storm II
« on: March 09, 2010, 11:46:46 pm »
lol, definitely a n00b!

609
Computer Projects and Ideas / Re: Castle Storm II
« on: March 09, 2010, 10:36:16 pm »
What cases don't work right now?

610
Well, the thing that became Ndless existed since January, so TI has had plenty of time to prepare (after all, it was public knowledge that Ndless required certain flaws in OS 1.1 to function).

611
Has anyone tried whether the old keypad + new Nspire combination re-enables the maintenance menu?

612
Calculator C / Re: Compiling C for Nspire
« on: March 09, 2010, 08:09:05 pm »
I don't actually know since I'm running Linux, but there's no reason it shouldn't since it doesn't involve drivers or strange hardware.

613
Calculator C / Re: Compiling C for Nspire
« on: March 09, 2010, 07:50:50 pm »
Sorry if I sounded rude; I really meant "there's useful stuff in the readme but I'm too lazy to type it here". Also, I just realized the document I got the development information from was Ndless-v1.0/src/doc/Dev.txt, which has step-by-step instructions on how to install YAGARTO, as well as various Eclipse plugins if you're into IDEs and such. That should be all you need to get started on Windows.
If you are running Linux, there are a couple posts on UTI that will help you (see, for example, this).

614
Arggh! So this is TI's response to Ndless; instead of taking legal action, they just make a new Nspire.
I wonder if they will still sell the old non-touchpad Nspires.

615
Calculator C / Re: Compiling C for Nspire
« on: March 09, 2010, 06:30:17 pm »
Read the Ndless readme!
On Linux, all I had to do was install arm-elf-gcc, binutils (for ARM), and newlib.
On Windows, I think you want to install Yagarto, which is an ARM toolchain for Windows.

Pages: 1 ... 39 40 [41] 42 43 44