HP Forums

Full Version: For Eric Smith
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hi Eric,

I can´t get nonpareil o run on my system (Redhat 8). It compiles, but doesn´t run (Writes an "A" to the console and hangs). Nsim doesn´t work,too. (Seems to have a problem reading the microcode).
So I ask you: Can you please eMail me a trace of the HP41-startup?

Thank you! Klaus

1234 to delete

I have the same problem with nonpareil. The only thing i can find that causes it is having a version of gtk and/or glib older than the one Eric uses. Upgrading to the latest versions of gtk and glib worked for me, so you could try that (though i'm not sure if there are .rpm files of newer versions available for RedHat 8)

Hello Jonathan!

I just need a description of what the simulator does. Perhaps you can help me. For nsim, it is sufficient to start the program with:

nsim -trace >out.txt

All I need should be in out.txt!

I would be happy if you could help me (Can´t wait to hold a rebuilt HP-41 in my hands)!

Thanks, Klaus

I've emailed you the result of that command. I'm not sure what trouble you were having with the ROM, buti made one in the correct format from hp41cv.obj in Nonpareil by doing:

sed -e 's/:/ /' -e 's/$/ /' < hp41cv.obj > ~/nsim.rom
.