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 ... 51 52 [53] 54 55
781
Ndless / Ndless 1.7 for TI-Nspire
« on: September 19, 2010, 11:29:56 am »
Ndless combines a resident program and utilities to open the TI-Nspire to third-party C and assembly development.

Ndless 1.7 is the latest stable release compatible with OS 1.7. This version is currently not compatible with the TI-Nspire Touchpad.
This topic is dedicated to discussions about this version.

Possible enhancements and known issues are available on the tracker.

You may browse the Development resources on Hackspire to start your own programs.

To build and hack into Ndless 1.7, follow src/doc/Ndess-Development.txt.

Ndless v1.1.1 is still available but support is dicontinued.



Issues to be confirmed:

If you happen to come across one of them, please report it.

  • (apcalc) Installation lost when turning the TI-Nspire on:
    Even though the calculator was not reset.  Reinstalling Ndless fixes this.

  • (critor) Reboot when turning the TI-Nspire on:
    'particles' was run before turning it off.



Your help is needed:

- Post any bug report, source-level if possible
- Help us to extend the list of supported syscalls
- Any details, diagnostic or patch which would help fixing the defects identified is extremely valuable

782
TI-Nspire / Re: Nspire Raycaster
« on: September 19, 2010, 11:18:38 am »
It's planned but not a priority.

Has anyone encountered the same reboot issue as qazz42?

783
TI-Nspire / Re: Nspire Raycaster
« on: September 18, 2010, 05:41:15 am »
Information on the development version of Ndless is available here: http://www.unitedti.org/forum/index.php?showtopic=9284

784
General Calculator Help / Re: ndless help
« on: September 12, 2010, 05:53:22 am »
Are you using Ndless 1.1?

Try to use Ndless 1.0 ( http://ti.bank.free.fr/index.php?mod=archives&ac=voir&id=1645  ) with Computer Link 1.3 instead of 1.4. It appears Ndless 1.1 fails to work on some configurations.

785
General Calculator Help / Re: Nspire OS v. 1.7
« on: September 12, 2010, 04:29:03 am »
(edit: cross post)

786
Calculator C / Re: Post your Nspire routines here!
« on: September 12, 2010, 03:21:50 am »
fb39ca4: sure, this is in the todo list.

787
News / Re: Nspire 2.1 out, don't install it!
« on: September 12, 2010, 03:14:10 am »

788
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 05:49:04 pm »
For the moment yes, but making it persistent could be possible in the future.

789
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 05:14:43 pm »
DJ  Omnimaga: you'll need an on-calc installation, only once after a reset.

790
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 09:18:24 am »
The installation procedure doesn't depend on a computer-side installer anymore.

791
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 09:02:27 am »
apcalc: Sorry for the annoyance for some of you. I prefer focusing on the next release which gets rid of the installer instead of trying to debug these issues.

792
Calculator C / Re: Post your Nspire routines here!
« on: September 10, 2010, 04:13:53 pm »
This is really weird. Would you be able to share a test case showing the problem, with its source code?

793
Calculator C / Re: Post your Nspire routines here!
« on: September 09, 2010, 02:49:00 pm »
gcc will sometimes emit calls to memset or memcpy functions if you initialize or assign large structures. Having them as macros won't help. I think we need to have real memset and memcpy functions in the library (even if all they do is call the OS functions).

In the next release of Ndless, OS calls will be defined as static inline functions. I'm not sure how GCC will react in this case.

794
You may try Ncubate's save state feature, although I didn't try it with a 84+ emulation: http://ourl.ca/6877

795
Calculator C / Re: Post your Nspire routines here!
« on: September 08, 2010, 03:22:50 pm »
when I tried it on Trapped, it complained of undefined references to memset and memcpy)!!
This is odd: this means you are using stdlib's memset/memcpy instead of the TI-Nspire OS's.
Does the .c which memsets/memcopies includes <os.h>?

Pages: 1 ... 51 52 [53] 54 55