User Tools

Site Tools


didattici:emulino

Emulino è su github

apt-get install scons qtbase5-dev
whereis python

editare Sconstruct per python e rimuovere -Werror

editare emulino.pro e aggiungere

QT += widgets

eseguire

scons

(a questo punto ha prodotto il comando “emulino” per essere usato dal terminale)

Usage: ./emulino image
       image is a raw binary or hex image file

questa parte genera Segmentation Fault

NOTA: andando avanti si sovrascriverà il vecchio eseguibile CLI

aggiungere queste due righe in emulino-gui.cpp

#include <stdio.h>
#include <errno.h>

eseguire

qtmake emulino.pro
make

(a questo punto ha prodotto un nuovo comando “emulino” per essere usato col mouse)

didattici/emulino.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1