0 Members and 2 Guests are viewing this topic.
I'm guessing different addresses/layout need to be found for CAS Touchpad.
int main(void){.. unsigned intmask = TCT_Local_Control_Interrupts(0);.. TCT_Local_Control_Interrupts(intmask); return 0;}
utils_light_thumb_os-1.7.o: In function `ut_calc_reboot':utils.c:(.text+0xcc): undefined reference to `__builtin_unreachable'
arm-none-linux-gnueabi-objcopy -O binary ndless_core.elf ndless_core.binstage2_hexsize=`wc -c ndless_stage2.bin | cut -f1 -d' ' | xargs printf '%04x'` \ && test -n "$stage2_hexsize" \ && echo -e -n "\x${stage2_hexsize:2:2}\x${stage2_hexsize:0:2}\x00\x00" > ../calcbin/ndless_resources.tns/bin/sh: Bad substitutionmake[1]: *** [ndless_resources.tns] Error 2make[1]: Leaving directory `/home/cs/trunk/arm'make: *** [subdirs] Error 1
#define KEY_NSPIRE_UP KEYTPAD_(0x1C, 0x040, 0x18, 0x040)#define KEY_NSPIRE_RIGHT KEY_(0x14, 0x008)#define KEY_NSPIRE_DOWN KEY_(0x14, 0x080)#define KEY_NSPIRE_LEFT KEYTPAD_(0x1C, 0x010, 0x18, 0x020)
Tried installing the build from page 7 on my Nspire, but without success. After 50 popups of "format not supported" errors and reboots, I gave up. I made sure not to have any special characters in folder names, and even tried with the calc plugged and unplugged into the PC, without results. Am I missing something?Info:Nspire non-CAS TouchpadOS 2.0.1 (modified version with TNOC without boot2 and examples - maybe this is the problem?)Old HW version (no power bug on OS 1.1)
Actually, the arrow and click keys cannot be checked the same way as the other keys on the touchpad. That mapping is actually for some sort of touchpad prototype which is supported by the OS (which is what nspire_emu uses, and thus where this faulty key mapping comes from).