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

Pages: 1 ... 46 47 [48] 49 50 ... 55
706
Other Calculators / Re: CAS+ dumping / flashing / Ndlessing
« on: November 08, 2010, 02:14:06 pm »
I have a breadboard with the required chip I am currently not using, but lending it too may be unfortunately difficult, the chips would probably be damaged during shipping.

I am now using a USB-RS232 adapter hwti sent me, it is much more handy. You could try to find one to avoid building the circuit. There are usually used for transfers between a computer and a cellphone, there are probably not too expensive.

707
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: November 07, 2010, 04:58:12 pm »
apcalc: I still need to check OS 2.x compatibility.
qazz42: unfortunately this change doesn't yet make Ndless persistent after a reboot.

708
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: November 07, 2010, 04:52:23 pm »
I was dedicating my time to the GDB debugging feature of the upcoming release of Ncubate. I will look into the freeze issues of Ndless after the release of Ncubate.

Now that Ncubate has been released, I can get back to Ndless.
And I have good news: the version without the hot reboot now works on real hardware :)
I need to get rid of a few annoying OS popups, and check the stability of this version before a SVN commit.

709
Other Calculators / Re: CAS+ dumping / flashing / Ndlessing
« on: November 07, 2010, 02:50:08 pm »
Be careful if you want to try to flash boot2. This will erase the original boot code. If the boot image is incompatible with CAS+ or rejected because the signing keys have changed, the caculator will become unusable.

710
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 02:42:50 pm »
How did you fix this? We should add the tip to Hackspire.

711
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 02:19:23 pm »
Could you check if your problem is the one described in the following topics?
http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=64657#623996
http://hdrlab.org.nz/articles/windows-development/make-interrupt-exception-caught-code-0xc00000fd-addr-0x4217b/

The configuration which would make "make" crash is a 64-bit OS, YAGARTO installed in "C:\Program Files (X86)\..." and/or a "C:\Program Files (X86)\" preceding YAGARTO's bin/ directory in the PATH directory list.

If this is your configuration, could you please try the solution suggested in the topics:
- Reinstall YAGARTO in C:\yagarto instead of Program Files or create a symbolic link pointing from C:\yagarto to the version in Program Files.
- Make YAGARTO's bin directory the first of the PATH directory list.

712
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 01:59:30 pm »
For os.h, eclipse said something like "invalid inclusion"; it was not from nspire-gcc.

Ok, don't worry about that.

"Make"ing directly from MSYS works fine.

Could you try in a standard DOS console? This would be closer to what Eclipse tries to do.

Do I need to set anything to tell it to use MSYS to compile, or is adding to my path all I need to do?

Changing your PATH should be the only configuration required.

713
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 01:42:27 pm »
apcalc: So "make" crashes, weird...
I suppose you have installed Eclipse CDT 7.0.1. Which version of MSYS are you using?

Before you moved os.h, did nspire-gcc throw an error, or are you talking about the warning underlined by the IDE? The latter is harmless.

Can you try to "make" on a DOS command line, from your project's directory in the Eclipse workspace?

714
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 04:54:58 am »
Btw, should we split your update and the discussion that ensued in the news section?

Well I really don't know, how do you usually do? Do you keep a project page in "Other Calc-Related Projects And Ideas" and feature some updates in dedicated topics in "Other calculator discussion and news"?

715
Other Calculators / Re: Ncubate - Enhanced TI-Nspire emulator
« on: November 07, 2010, 04:30:45 am »
Was this an automatic post triggered by the file upload?

716
News / Ncubate v.0.32b is out
« on: November 06, 2010, 12:29:43 pm »
Ncubate v032b is out!

The major feature added in this version is the compatibility with the GNU GDB debugger which allows source-level debugging for C programs. I have been working on this feature for the last 10 months, I am pleased to share it, and hope it will help new TI-Nspire projects to roll out.

Tutorials are available on Hackspire and YouTube.



Thanks to apcalc for BlockDude featured in the tutorial.
(sorry for the poor quality, it seems to have been damaged by the YouTube conversion)

This version also includes an ARM loader which can be used by the emulator to run arbitrary ARM instructions. Currently only the GDB support depends on it to speak with the Ndless program loader. I would like to make use of it to add file tranfers to OS 2.1 and also file exports. Unfortunately the file-related syscalls seem to fail for an unknown reason when injecting a call... Any help on this is welcome.

Here is the full changelog of v032b including the minor changes:

* v032b - 2010/11/06
 - ADD: GDB support
 - ADD: Command-line option /R
 - CHG: Read/write breakpoint logs display a virtual address instead of a
   physical address
 - FIX: 'j' (over a non-branch instruction) and 'rs pc' debugger commands
   incorrectly skipped the target instruction
 - FIX: flash file creation (/N) may sometimes fail
 - FIX: no more 'bad read word' on auto power down, but still hangs
 - FIX: ineffective command line option /D when saved state was reloaded on startup

717
Other Calculators / Ncubate - Enhanced TI-Nspire emulator
« on: November 06, 2010, 11:55:52 am »
Ncubate - Enhanced TI-Nspire emulator



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=595

Ncubate is a custom version of Goplat's nspire_emu enhanced with features useful to developers, such as state saving/reloading, additional debugger commands and support for the GDB debugger.

718
News / Re: OS 2.1 major bug
« on: November 06, 2010, 04:06:17 am »
Let's put the blame where it belongs - this is not a bug in OS 2.1; this is a bug in the old version of BOOT2.

Interesting.
This also means that the boot2 update is installed by the new OS? This is the worst order.

719
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: November 03, 2010, 03:28:56 pm »
I was dedicating my time to the GDB debugging feature of the upcoming release of Ncubate. I will look into the freeze issues of Ndless after the release of Ncubate.

720
Calculator C / Re: Link Port
« on: November 02, 2010, 05:27:21 am »
We could try to run a program at the 2 frequencies which write regularly its uptime to a file, and see the difference.

Pages: 1 ... 46 47 [48] 49 50 ... 55