0 Members and 3 Guests are viewing this topic.
Thank you for your response, and this will surely resolve the problem, cause I'm with the GCC 4.4x .I'm looking forward to installing GCC 4.5x on ubuntu 10.04, any sugestions ?
It still does, this is another issue currently without solution. Fortunately the faster installation makes this less painful.(but notice that this is a feature you won't find in any calculator shell. Ndless v1.x got you used to it )
One issue: After installing Ndless on the emulator, it will not let me send files to it (it says "Unknown OS Version")
sleep() isn't setting the timer counter reset value back properly (reading 900D0000 gets its current value, not its reset value)
But, I couldn't manage to run asm/C progs which worked perfectly before with Ndless 1.7.
Quote from: ExtendeD on November 23, 2010, 04:30:02 pmIt still does, this is another issue currently without solution. Fortunately the faster installation makes this less painful.(but notice that this is a feature you won't find in any calculator shell. Ndless v1.x got you used to it )Which feature? Requiring a re-install every reboot? Because for me Ndless 1.0 did not uninstall itself after rebooting.
Quote from: Levak on November 23, 2010, 07:08:50 pmBut, I couldn't manage to run asm/C progs which worked perfectly before with Ndless 1.7.So you noticed that:- The installation fails for you without computer and USB 3.0 is required- The program loader doesn't work.I forgot to give the CAS address for ins_lowmem_hook_addrs in install.c, but this is probably not the cause of the problem. I didn't take the time for CAS tests, did you try it on nspire_emu?
It requires USB 3.0? If someone has an old computer, like my Intel Celeron, which has some USB 2.0 and the original version, does that means they cannot use Ndless?
// OS-specific// call to the dialog box display warning about low memoryunsigned const ins_lowmem_hook_addrs[] = {0x10012F24, 0x10012E6C};
// after the inflate loop, we want to simulate a null-return check and quitstatic unsigned const s2_tizip_hook_addrs[] = {0x1019708C, 0x101990A4};
bs_stack_unwind_addrs: .long 0x101975FC, 0x10197700 .long 0x10199614, 0x10199718
Quote from: DJ Omnimaga on November 24, 2010, 12:38:11 pmIt requires USB 3.0? If someone has an old computer, like my Intel Celeron, which has some USB 2.0 and the original version, does that means they cannot use Ndless?... you didn't follow the topic I made tests on the old beta, and FOR ME, JUST FOR ME BECAUSE NOBODY CONFIRMED, I had to be connected to an high-speed USB port (I showed on a picture).Some had to hot-plug the TI Nspire while installing Ndless (it didn't work for me, this was an example)
Omnimaga est un site Internet dédié à la programmation de jeux vidéos sur calculatrices graphiques TI, sur PC et la création de musique. En plus des programmes de notre groupe de programmeurs, nous offrons aussi les meilleurs jeux de rôles (RPG) disponibles pour toutes les marques de calculatrices graphiques. Nous avons aussi un salon de discussion IRC (en anglais seulement) pour ceux qui aime le clavardage. Notre but est d'offrir un environnement de discussion amical pour tout programmeur désirant apprendre, offrir ou recevoir de l'aide, montrer leur travail ou simplement discuter. Pour garantir un tel environnement, nous avons écrit une charte que tous les membres du forum et du canal d'Omnimaga doit suivre:Ce forum de discussion et le salon de clavardage sont disponible pour tout le monde comme privilège. Par contre, soyez informés que les messages publiés par les membres ne représentent pas nécessairement la vision ou l'opinion de la communauté d'Omnimaga et même si nous nous assurons que le forum ne contienne pas de contenu entrant en infraction avec ces règlements, nous ne somme pas parfait et ce contenu peut parfois passer innaperçu. N'hésitez pas à nous signaler les cas d'abus s'il y a lieu. Les comportements et contenus suivants ne sont pas permis sur le forum ni le canal IRC #omnimaga:1: Messages agressifs, provocateurs (communément appelés "trolls"), insultants et discriminatoires envers une personne ou un groupe de personnes.2: Commentaires négatifs/agressifs/destructifs injustifié envers le projet d'un membre (comme dénigrer un jeu entier juste pour sa taille de fichier, le nombre de fichiers ou le langage de programmation utilisé même si le jeu est excellent) dans le but de le décourager.
Does the Nspire OS contain the realloc routine? I'd imagine this could be a very useful routine to have.