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 ... 44 45 [46] 47 48 ... 55
676
« on: November 30, 2010, 04:52:27 pm »
I wanted to take my chance with particles, but now, I get this errors : (...) /tmp/ccd8YOWW.s: Assembler messages: /tmp/ccd8YOWW.s:38: Error: lo register required -- `ldmfd sp!,{r0}' /tmp/ccd8YOWW.s:44: Error: selected processor does not support Thumb mode `stmfd sp!,{r0}' [/b]
Would this mean GCC is trying to build particles in Thumb mode? Why? Can you build Ndless itself with your version of GCC without any problems?
677
« on: November 29, 2010, 04:33:15 pm »
(4) Choose a nice file extension, and submit a patch for Ndless to support extension association (the general idea is described here) I would gladly integrate Even a patch for a part of the feature would really help.
678
« on: November 29, 2010, 04:11:09 am »
I would also be interested by the source code, I like Goplat's coding style, there's always something to learn with it.
679
« on: November 28, 2010, 03:42:21 pm »
680
« on: November 28, 2010, 02:15:46 pm »
squalyl, who hosts the services used for the development of Ndless, have publicly open the access to the Trac enhancement and issue tracking system. -> http://www.unsads.com/projects/nsptoolsYou can now more easily: - Find causes and workarounds for the issues you come accross - Report problems - Be notified when they get fixed - Suggest features and comment on them - Get a view of the roadmap (but I would need feedback on the current tickets to build one) Levak, we could try to discuss about your errors there if you create a new ticket.
681
« on: November 28, 2010, 05:52:42 am »
critor: thanks for the report, please tell me more if you happen to see it again. I've got the NSpire Touchpad, so i can't try this, but i would and tell you about it extended.
oh, extended, the bugs you are getting, are them in nCubate or in hardware?
I personally get a 100% success rate for the installation on nspire_emu/Ncubate. Actually I wonder if ExtendeD had any luck with Ndless 2.0 lately?
Sorry, not yet. Can NCubate emulate Touchpad Keypad, by the way?
Yes, use the /K3 option of nspire_emu/Ncubate. hy, i just installed ndless, it works fine, thanks!! but the problem is: when i am installing, it only works in maybe 1 out of 4 attempts...the other times it just reboots, or i have to reboot manually my firmware is 1.1.2741
jabem, where do you see this "firmware version"?
682
« on: November 25, 2010, 05:16:19 pm »
I could promote this version to a stable release within a week, if I get enough positive comments on it.
683
« on: November 25, 2010, 04:54:02 pm »
Well, ok I am now releasing binary versions of Ndless 1.7 as a beta release, to get quick feedback before an stable release -> http://bytecode.fr/miscfiles/ti/nspire/ndless-1.7-betaPlease share the link but avoid distributing copies of the file, since it will be kept up-to-date with the HEAD of the SVN repository.
684
« on: November 25, 2010, 04:27:30 pm »
Most fixes suggested have been pushed to the SVN repository. put in syscalls-light_cas-1.7.c: The syscalls-*.c files are actually automatically generated by tools/MakeSyscalls from the idc files, I forgot to rebuild them. Also, to get it to compile, the Makefile under libndls/ I changed the line: Fixed, thanks. sleep() isn't setting the timer counter reset value back properly (reading 900D0000 gets its current value, not its reset value) Do I need to hard-code the OS value? I can't see any port to read the reset value.
685
« on: November 25, 2010, 10:30:36 am »
just what is the troubling part of Ndless which makes it impossible to do any work in the presense of the interrupts and can we reduce this "window of vulnerability"? I suppose the freeze happens before the code of Ndless is run, we probably won't be able to do much about it. Since the issue seems to be specific to Levak's configuration, and since the workaround is as simple as unplugging the USB cable before the installation, I won't invest more effort than adding a warning to the ReadMe file.
686
« on: November 25, 2010, 03:48:21 am »
Goplat: Yes, you're probably right. Levak: Thanks, I forgot this one. Does the Nspire OS contain the realloc routine? I'd imagine this could be a very useful routine to have.
It does, with many other already identified. Please post a patch for any change you make to common.h and os.h to help me integrate it quickly.
687
« on: November 24, 2010, 03:56:05 am »
One issue: After installing Ndless on the emulator, it will not let me send files to it (it says "Unknown OS Version")
The Initialize vector on which nspire_emu depends should be restored to the OS value, I'll fix this. As a workaround you can use "Connect" before installing Ndless. sleep() isn't setting the timer counter reset value back properly (reading 900D0000 gets its current value, not its reset value) Ok, thanks. But, 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 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.
Yes, I mean this was an uncommon feature which could exceptionally be provided by Ndless 1.0.
688
« on: November 23, 2010, 04:30:02 pm »
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 )
689
« on: November 23, 2010, 04:18:50 pm »
Well, bring them with you: I am glad to be able to share this major rework of Ndless. Update your SVN working directory, build it and try it! This version should be much more stable than the previous one. Computer-less installation is now always possible, and is lightning fast. Prefer a full rebuild with make clean all. I will consider the following issues (described in the first post) as closed unless some of you can still reproduce them: - Random black screen after reboot at installation time- Random crash when running programs on real hardware- Variables changed to theta- Broken uninstallation- Reboot when turning the calculator on- Broken document sortingYou may still fall in one of the frozen clock cases we can't do much about. Wait for a few seconds (the reboot is now automatic) and retry the installation. Tell us your success rate, it should hopefully be higher than before. My top priority is now OS 2.x and Touchpad support, now perhaps possible with these changes, which could be brought before the end of the year with your help (try, suggest, fix and hack).
690
« on: November 23, 2010, 03:29:07 pm »
Pages: 1 ... 44 45 [46] 47 48 ... 55
|