User Tools

Site Tools


emulator:hp50g

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
emulator:hp50g [2020/03/29 16:41] – created msemulator:hp50g [2023/11/03 12:18] (current) ms
Line 1: Line 1:
 +====== HP-50g Emulator on debian 11 + 12 ======
 +=== Nötige Pakete ===
 +<code>
 +apt install git libgtk2.0-dev unzip
 +</code>
 +
 +[[https://github.com/claudiobsd/x49gp]]
 +
 +<code>
 +git clone https://github.com/claudiobsd/x49gp.git
 +
 +cd x49gp
 +
 +./pull-roms.sh
 +
 +cd firmware/
 +ls -al
 +-rw-r--r-- 1 ms ms 1294336  4. Apr 09:10 4950_215.bin
 +-rw-r--r-- 1 ms ms   16384  4. Apr 09:10 boot-49g+.bin
 +-rw-r--r-- 1 ms ms   16384  4. Apr 09:10 boot-50g.bin
 +-rw-r--r-- 1 ms ms 1154128  4. Apr 09:10 newrplfw.bin
 +-rw-r--r-- 1 ms ms      40  4. Apr 09:05 Placeholder
 +
 +echo "boot-50g.bin" > update.scp
 +
 +cd ..
 +make
 +</code>
 +
 ====== HP-50g Emulator on debian 10 ====== ====== HP-50g Emulator on debian 10 ======
 Download x49gp-master2.zip\\ Download x49gp-master2.zip\\
Line 10: Line 39:
 gcc -O2 -Wall -Werror -Wno-stringop-truncation -g -Iinclude -Ibitmaps -Iqemu/qemu-git/target-arm -Iqemu/qemu-git -Iqemu/qemu-git/fpu -Iqemu/qemu-git/arm-softmmu -DTARGET_ARM -DX49GP -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -DNEED_CPU_H -Wno-error=deprecated-declarations -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -fno-aggressive-loop-optimizations -o block-vvfat.o -c block-vvfat.c gcc -O2 -Wall -Werror -Wno-stringop-truncation -g -Iinclude -Ibitmaps -Iqemu/qemu-git/target-arm -Iqemu/qemu-git -Iqemu/qemu-git/fpu -Iqemu/qemu-git/arm-softmmu -DTARGET_ARM -DX49GP -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -DNEED_CPU_H -Wno-error=deprecated-declarations -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -fno-aggressive-loop-optimizations -o block-vvfat.o -c block-vvfat.c
  
 +make
 make sdcard make sdcard
 make config make config
Line 15: Line 45:
 ./x49gp config ./x49gp config
 </code> </code>
 +
emulator/hp50g.1585492861.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki