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 ... 16 17 [18] 19 20 ... 55
256
Once set up, a project simply needs a 'make' to compile. This is a standard for C development.

257
Btw just tried Ndless on my clickpad too with gbc4nspire and NESpire. Like on the CX, first install attempt crashed the Nspire, but then it froze again after reboot and then I tried installing Ndless again after pulling a battery and it worked fine on the second attampt.

DJ_O, do you remember if it froze on the main screen or on this screen? http://ourl.ca/14934/279906

258
TI-Nspire / Re: ndless ideas
« on: January 24, 2012, 01:35:17 pm »
What would you like to compress? The documents are already compressed by the OS.

259
TI-Nspire / Re: TI-Nspire emulator
« on: January 24, 2012, 01:24:36 pm »
Thanks, but I solved it by myself ;)
I only need to know how to open a document or ndless in the emulator?

regards Wayne

Set the target directory, use the Connect option, then use the Send file option.

260
nSDL / Re: SDL for the TI-Nspire
« on: January 23, 2012, 04:01:14 pm »
I think totorigolo was busy with nRGBlib and hasn't started much work on it.

Good luck hoffa with your project. Don't hesitate to ask if you need Ndless to provide anything currently not available.

261
General Calculator Help / Re: Nspire CX CAS got sick after Ndless 3
« on: January 23, 2012, 02:30:59 pm »
For those with the same issue, could you please check whether the following alternative procedure found by simonsimons34 works for you?

  • Hold the the following keys at boot time: Esc+Menu+Minus
  • This brings the diagnostics menu. Then run the NAND tests (I don't know which option it is)
  • Exit the diags software. The OS will hopefully boot normally.

262
Anyone having problems with the installation of Ndless can now check the Troubleshooting Guide and post here if still stuck.

263
In nspire-gcc, nspire-as and nspire-ld please replace
Code: [Select]
GCC=`(which arm-elf-gcc arm-none-eabi-gcc arm-linux-gnueabi-gcc | head -1) 2>/dev/null`with
Code: [Select]
GCC=`(which arm-elf-gcc arm-elf-gcc-4.6 arm-none-eabi-gcc arm-linux-gnueabi-gcc | head -1) 2>/dev/null`when installing arm-elf-gcc and binutils through MacPorts, it adds the version number..

This really depends on the system and the GCC version, and will always break.
You'd rather make a symbolic link to arm-elf-gcc on your system.

264
General Calculator Help / Re: Nspire CX CAS got sick after Ndless 3
« on: January 22, 2012, 06:10:34 am »
I've tried with installing the newest OS (both from their homepage and the safe copy on my computer) but

What happens exactly after OS reinstallation?

265
Can you make sure that:
- OS v3.1.0.392 is installed on your calculator
- Your are copying ndless_resources.tns to a top-level directory named 'ndless' (mind the case)
- You are using Student Software to transfer ndless_installer-3.1.0.tco

266
News / Re: nPlayer for Nspire CX
« on: January 22, 2012, 05:14:14 am »
I have planned to support file associations in Ndless. This will make easier to run ROM files with emulators or videos with nPlayer without additional menu (i.e. running directly .nvid files). I'm not sure how to manage the configuration though.

267
Calculator C / Re: C++ Nspire
« on: January 22, 2012, 04:30:54 am »
tangrs can also tell you more about this: http://blog.tangrs.id.au/?p=712

268
TI-Nspire / Re: TI-Nspire emulator
« on: January 20, 2012, 01:40:00 pm »
Thanks again Goplat, Ndless wouldn't have been possible without it.

269
Ndless / Re: ELF Loader for Ndless - (now ready for non-dev use)
« on: January 20, 2012, 11:52:38 am »
OK, good luck with this.

270
Ndless / Re: [nRGBlib] W.I.P - Colorful librairy for Ndless 3.1
« on: January 19, 2012, 04:49:55 pm »
Thanks totorigolo :) Also make sure to put it in your first post.

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