User Tools

Site Tools


didattici:emulino

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
didattici:emulino [2018/07/01 07:39] profprodidattici:emulino [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +=====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)