The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

Building WP 34s emulator on Linux
Message #1 Posted by Eric Smith on 24 July 2013, 1:59 p.m.

I'd like to package the 34s emulator for Fedora Linux. Are there instructions for building the 34s emulator on Linux? Is there a source tarball usable for that, or does it have to be pulled from the Subversion repository?

It looks like the Makefile tries to default to building the "emulator", but when I do a make it only does two compiles, does a cd into Linux64, archives a bunch of const_xxx.o files into libconsts.a, and then fails with the message:

make: *** No rule to make target `commands.c', needed by `Linux64/compile_cats'.

Do I need to change some variables in the Makefile or something?

Thanks!
Eric

Edited: 24 July 2013, 2:26 p.m.

      
Re: Building WP 34s emulator on Linux
Message #2 Posted by pascal_meheut on 24 July 2013, 2:35 p.m.,
in response to message #1 by Eric Smith

It has to be pulled from the subversion repository and then you should read the various README files in QtGui. Also, you should run make from this directory, not the top level.

It compiles seamlessly on Ubuntu 32 & 64 bits.

            
Re: Building WP 34s emulator on Linux
Message #3 Posted by Eric Smith on 24 July 2013, 5:47 p.m.,
in response to message #2 by pascal_meheut

Thanks for the assistance! That makes perfect sense, but it wasn't obvious to me. Might be handy to explain that in a README at the top.

                  
Re: Building WP 34s emulator on Linux
Message #4 Posted by Marcus von Cube, Germany on 25 July 2013, 3:03 p.m.,
in response to message #3 by Eric Smith

You were trying to run the generic makefile I'm using to build the real firmware or a command line emulator for Pauli's debugging purposes.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall