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

Pages: 1 ... 5 6 [7] 8 9 ... 24
91
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: December 17, 2014, 09:49:50 pm »
Use the beta version: https://tiplanet.org/forum/archives_voir.php?id=104142. Those controls should work.

92
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: December 14, 2014, 02:29:06 pm »
Use the beta version at TI-Planet: https://tiplanet.org/forum/archives_voir.php?id=104142

93
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: December 12, 2014, 10:25:33 pm »
If you're using 3.6, make sure you have the latest version of Ndless. nPDF.tns should work. If you're using 3.1, nPDF.prg.tns should work (you can rename it if you want).

94
General Calculator Help / Re: Undiagnosed Ndless 3.6 System Error
« on: December 04, 2014, 10:09:17 pm »
Boot2 3.1 doesn't work on newer Nspires. Try a newer Boot2 version.

95
Ndless / Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« on: December 04, 2014, 10:07:50 pm »
OK, see this page: http://www.cyberciti.biz/faq/unix-linux-adding-path/
Follow the steps to add the ndless-sdk/bin directory to your PATH. Make it permanent by following the directions at the end. If you don't know which shell you're using, you're probably using bash.

96
Ndless / Re: Problem with ndless sdk on windows 8.1 & ubuntu 14.04
« on: December 03, 2014, 09:03:58 pm »
Try adding the bin directory of the SDK to your PATH.

97
TI-Nspire / Re: ndless-apps.org - List of all native Nspire projects
« on: December 02, 2014, 10:52:37 pm »
I get 502 Bad Gateway again. The cron job would be a good idea.

98
TI-Nspire / Re: GDB debugging on HW?
« on: December 02, 2014, 10:45:34 pm »
Well, the reason I don't use GDB is because it's not supported for the make-prg'd Zehn files (is that still true?), and I use 3.1 for testing stuff (because it's faster, especially with file transfers). If Zehn support is backported to 3.1, I'll probably use it.

99
TI-Nspire / Re: Solarized Theme for Nspire CX
« on: November 19, 2014, 06:00:59 pm »
I have never seen a web presence for a color scheme  O.O

It's a really popular color scheme. I use it for my terminal (Konsole which has Solarized built-in) and Vim. Also I use a solarized for ls colors.

100
TI-Nspire / Re: TI-Nspire emulator
« on: November 16, 2014, 09:00:58 pm »
I haven't tried yet because I have no idea how to grab the ROM from my Nspire... TiLP doens't work :\
TILP can't do it. You have to use polydumper.

101
TI-Nspire / Re: TI-Nspire emulator
« on: November 16, 2014, 12:22:07 pm »
OK, it works fine with the GCC 4.9.something in Debian jessie.

102
TI-Nspire / Re: TI-Nspire emulator
« on: November 14, 2014, 09:23:36 pm »
Strange, I get an ICE trying to compile it with GCC 4.8.
Code: [Select]
../emu.c:206:8: internal compiler error: in update_ssa_across_abnormal_edges, at tree-inline.c:1853
  memset(rom, -1, 0x80000);
        ^

I'll check with the newer version of GCC on my Debian Jessie system and if it doesn't work, I'll report it.

EDIT: Also, you should add armcode_bin.h to .gitignore.

103
TI-Nspire / Re: TI-Nspire emulator
« on: November 11, 2014, 06:26:11 pm »
Nspire-emu is like, the only thing I rely on Wine for atm. :P
I've still got IDA. It's a real PITA to use sometimes.

You might want to try try radare2. You can import the Nspire .idc files using a script called idc2rdb. Although radare2 doesn't have a good GUI and it lacks decompilation support.

In theory you could run X and wine with qemu and binfmt support in a chroot.
If you just want some calculating capabilities similiar to the nspire, there are some apps in the store.
I tried that once, but apparently qemu required a patch for something called "NTPL support" to run wine :P

104
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: November 02, 2014, 07:20:19 pm »
No, it's just school. Especially history :P

105
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: November 02, 2014, 06:36:22 pm »
I haven't been around much mainly because of school.

Anyway, I fixed another bug yesterday that triggered a crash on exit half the time, introduced by one of critor's bug fixes, which was a workaround for the fact that the Nspire's malloc returns a buffer that is 4-byte aligned, not 8. The screen buffer has to be 8-byte aligned. Now Vogtinator did a similar workaround in the SDK so programs don't have to deal with it. The only drawback is that now malloc allocates an extra 8 bytes for each call. It's not that much, though.

Pages: 1 ... 5 6 [7] 8 9 ... 24