![]() |
Building WP 34s emulator on Linux - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Building WP 34s emulator on Linux (/thread-246962.html) |
Building WP 34s emulator on Linux - Eric Smith - 07-24-2013 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! Edited: 24 July 2013, 2:26 p.m.
Re: Building WP 34s emulator on Linux - pascal_meheut - 07-24-2013 It has to be pulled from the subversion repository and then you should read the various README files in QtGui.
It compiles seamlessly on Ubuntu 32 & 64 bits.
Re: Building WP 34s emulator on Linux - Eric Smith - 07-24-2013 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 - Marcus von Cube, Germany - 07-25-2013 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.
|