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 ... 15 16 [17] 18 19 ... 55
241
News / Re: nDoom 2.1 adds PWAD support for thousands of games!!!
« on: February 01, 2012, 02:27:28 pm »
Apparently using the USB port in Ndless games will never be possible or it will take over 10 years before it's doable, because it's overly complicated to figure out. On the 84+ people have yet to be able to make USB multiplayer games.

I wouldn't say this. We had hints in the previous OS versions that some parts of the *BSD USB stack was used. Finding the entry points and using them would be much more easier than directly interacting with the I/O ports.

242
TI-Nspire / Re: NGL — TI-Nspire Graphics Library
« on: January 30, 2012, 04:53:13 pm »
Could you post one of the files you cannot send with nspire_emu? nspire_emu doesn't read the content of the files so there isn't any reason why it doesn't work.

243
TI-Nspire / Re: NGL — TI-Nspire Graphics Library
« on: January 30, 2012, 03:31:32 pm »
hoffa, will you still continue to try the SDL port?

Quote
either the resulting binary cannot be sent to the calculator

What do you mean exactly?

or then that GCC doesn't compile the code (with some undefined reference's to memcpy).

See http://www.unsads.com/projects/nsptools/ticket/27 .
I'll quickly fix it if it's a blocking problem for you.

245
General Calculator Help / Re: Nspire CX CAS got sick after Ndless 3
« on: January 28, 2012, 02:11:39 pm »
Well if you don't describe what goes wrong we can't help you.

246
Calculator C / Re: Linking static libraries on the TI-Nspire
« on: January 28, 2012, 03:17:57 am »
Make always sure to use "nspire-gcc -c" to compile, and "nspire-ld" separately to link to avoid your initial error.

247
Can anyone confirm that the issue isn't specific to Logo98's calculator?

248
are there any libraries to communicate with external devices
USB is not yet supported, but you can directly interact with the UART for RS232:
 http://hackspire.unsads.com/wiki/index.php/Memory-mapped_I/O_ports#90020000_-_Serial_UART

249
General Calculator Help / Re: Nspire CX CAS got sick after Ndless 3
« on: January 27, 2012, 12:42:11 pm »
I'm not sure to understand your question, but the user guide may be what you need: http://ndlessly.wordpress.com/ndless-user-guide/

250
Calculator C / Re: Linking static libraries on the TI-Nspire
« on: January 26, 2012, 04:17:08 pm »
Here is an update of the Ndless SDK for you that should fix this (r526):
- Add _TINSPIRE
- Add missing syscalls stub for newlib

251
News / Re: Fill your CX with Doom!
« on: January 26, 2012, 01:45:02 pm »
Extending nspire_emu to detect it shouldn't be too hard.

252
News / Re: Fill your CX with Doom!
« on: January 26, 2012, 01:12:42 pm »
Yes, but reading from it would be also possible (for pixel testing or fading for instance), but not recommended as it can cause the screen shift.

253
News / Re: Fill your CX with Doom!
« on: January 26, 2012, 12:46:13 pm »
To make things clear:
Program that directly read the screen buffer might encounter this issue, on all hardware. I'm not sure why though.
Changing this in Ndless's Particles demo did fix the issue. critor, you should also check this in nDoom. nspire_emu should help you.

254
Calculator C / Re: Linking static libraries on the TI-Nspire
« on: January 26, 2012, 12:42:34 pm »
"nspire-gcc test.c libSDL.a -Iinclude -lc -lgcc"

Could you try instead:
nspire-gcc -c test.c -Iinclude
nspire-ld test.o -lSDL

255
steelfirez, what do you by "opening the file in the student software"? Are you trying to send a file to your TI-Nspire or run a program from Student Software (the latter is not possible)?

Pages: 1 ... 15 16 [17] 18 19 ... 55