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

Pages: 1 ... 4 5 [6] 7 8 ... 55
76
Ndless / Re: Ndless bFLT loader
« on: April 01, 2013, 04:29:49 pm »
The loader has actually been integrated to Ndless's trunk a while ago but I'm getting the same error when linking to nSDL. Without any solution I can't release the update.

77
Calculator C / Re: [problem] TI NSPIRE C compile error
« on: March 13, 2013, 11:38:56 am »
simonepsp: I suppose you are trying to build Ndless itself. Do you plan to add features to Ndless? Did you try first to build a standard TI-Nspire program to check if the

Your error may come from a bad PATH environment variable setup.
The Ndless SDK is a zero-setup compilation chain, you don't need to install MSYS or YAGARTO, nor set yourself environment variables. Make sure to follow the latest tutorial: http://ndlessly.wordpress.com/native-development-intro/

78
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: January 15, 2013, 05:22:22 pm »
lkj, maybe assert_ndless_rev() would help getting rid of those "not latest Ndless revision" issues?

79
nSDL / Re: nSDL 1.0.2—A very fast & robust graphics library
« on: January 08, 2013, 03:55:00 am »
ExtendeD I really would like you to fix the relocation issues, it's unbelievably horrible (but I suppose you know more than well enough the feeling I'm feeling right now, so no hurry).

Sorry about that. I really need tangrs to debug the issue with the bFLT loader and nSDL.

80
TI-Nspire / Re: A viewer of PDF
« on: January 03, 2013, 05:14:19 pm »
tangrs's bFLT support has actually already been integrated into Ndless's SVN trunk, but seems to conflict when linking with nSDL.
As I don't know much about the bFLT format and the linker's magic I'm unfortunately stuck, any help is welcome.

81
TI-Nspire / Re: A viewer of PDF
« on: January 03, 2013, 04:59:17 pm »
'making' from the Ndless Editor is possible, just open a console with Tools > Ndless SDK console.

82
nSDL / Re: nSDL 1.0.2—A very fast & robust graphics library
« on: January 03, 2013, 07:26:17 am »
Isn't your strflc() similar to strrchr(...) - argv[0]?

83
TI-Nspire / Re: [C] F-Zero : trackSpire
« on: January 03, 2013, 07:22:37 am »
Nice start :)

84
News / Re: Ticalc.org launches POTY 2012
« on: December 25, 2012, 04:11:51 am »
Few featured programs, few votes... Does POTY still means anything?

85
Ndless / Re: General Ndless Questions and Support
« on: December 24, 2012, 04:14:25 am »
It seems correct. Are you sure that this is the piece of code which crashes?
Also can you try without refresh_osscr()?

86
News / Re: Ticalc.org launches POTY 2012
« on: December 17, 2012, 05:12:31 pm »
Ndless 3.1 was featured though. Maybe ticalc's policy is not to nominate a program that already won a poll.

87
Calculator C / Re: How to Remove Newlib Syscalls?
« on: November 24, 2012, 08:07:04 am »
Try to add the GCC switch -nostdlib to your Makefile.
Maybe Newlib 1.20 has changed several things now incompatible with Ndless (Ndless should be compatible with Newlib 1.19).

88
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 04:12:02 pm »
Wow nice. I heard some students talking about this! They aren't even into calculators!

My blog post about it was echoed by Slashdot and is in the top Linux topics on Reddit, and this may have helped.

89
Nice project :)

It's really not hard to implement, I have no idea why those emulators haven't done that yet..

I am not sure it's that easy.
I your case I suppose that the Android phone acts as a USB host and implements TI's protocol.
In the case of an emulator it would have to interface with TI's specific USB controller I/O ports, then forward this to the computer USB port as a host. And maybe this wouldn't be possible if TI's protocol requires the emulated calculator to act as a USB device.

90
Lua / Re: The animal crossing team.
« on: November 17, 2012, 03:26:32 pm »
You actually don't need to install MSYS anymore to develop for Ndless.
Did you try the latest standalone Ndless SDK that includes everything you need to edit, build et test your C programs?

Pages: 1 ... 4 5 [6] 7 8 ... 55