0 Members and 1 Guest are viewing this topic.
Hmm that reminds me... it would be nice if somebody made a Voxell engine for the Nspire...http://www.ticalc.org/archives/files/fileinfo/325/32519.htmlhttp://www.ticalc.org/archives/files/fileinfo/333/33316.html
By the way, is there a way to use it with OS 3.0.2 ? I think I read this somewhere...
Because I use this OS and I don't want to loose the print() in Lua.
- You are using Student Software to transfer ndless_installer-3.1.0.tco
GCC=`(which arm-elf-gcc arm-none-eabi-gcc arm-linux-gnueabi-gcc | head -1) 2>/dev/null`
GCC=`(which arm-elf-gcc arm-elf-gcc-4.6 arm-none-eabi-gcc arm-linux-gnueabi-gcc | head -1) 2>/dev/null`
nspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c syscalls.cnspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c utils.cnspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c emu.cnspire-ld --light-startup -nostdlib install.o ploaderhook.o ints.o syscalls.o utils.o emu.o -o ndless_core.elfinstall.o:(.data.rel.ro+0x0): undefined reference to `_binary_ndless_installer_bin_3_1_0_ncas_tmp_o_start'install.o:(.data.rel.ro+0x4): undefined reference to `_binary_ndless_installer_bin_3_1_0_cas_tmp_o_start'install.o:(.data.rel.ro+0x8): undefined reference to `_binary_ndless_installer_bin_3_1_0_ncascx_tmp_o_start'install.o:(.data.rel.ro+0xc): undefined reference to `_binary_ndless_installer_bin_3_1_0_cascx_tmp_o_start'install.o:(.data.rel.ro+0x10): undefined reference to `_binary_ndless_installer_bin_3_1_0_ncas_tmp_o_end'install.o:(.data.rel.ro+0x14): undefined reference to `_binary_ndless_installer_bin_3_1_0_cas_tmp_o_end'install.o:(.data.rel.ro+0x18): undefined reference to `_binary_ndless_installer_bin_3_1_0_ncascx_tmp_o_end'install.o:(.data.rel.ro+0x1c): undefined reference to `_binary_ndless_installer_bin_3_1_0_cascx_tmp_o_end'utils.o: In function `ut_read_os_version_index':utils.c:(.text+0xe8): undefined reference to `syscalls_ncas_3_1_0'utils.c:(.text+0xec): undefined reference to `syscalls_cas_3_1_0'utils.c:(.text+0xf0): undefined reference to `syscalls_ncascx_3_1_0'utils.c:(.text+0xf4): undefined reference to `syscalls_cascx_3_1_0'collect2: ld returned 1 exit statusmake[1]: *** [ndless_core.elf] Error 1make: *** [subdirs] Error 1
... is not able to install CX-OS, and TILP isn't as well.