description | simulation of megaAvr microcontrollers |
owner | Manfred Steiner |
last change | Tue, 3. Sep 2024, 11:10:17 |
Infos on markdown to HTML conversion
This repository is forked from https://github.com/buserror/simavr.git, commit 7003af0 (Mon Jul 18 10:29:17 2022)
README.md
: see README-simavr.md$ sudo apt install gcc make gcc-avr avr-libc git
$ sudo apt install libelf-dev
$ sudo apt install freeglut3-dev
$ sudo apt install libncurses5 libncurses5-dev
user@host:~ $ git clone https://git.htl-mechatronik.at/public/sx/simavr.git
user@host:~ $ cd simavr
user@host:~/simavr $
user@host:~/simavr $ make
Result is available in:
obj-.../libsimavr.a
obj-.../libsimavr.so
The ... is a placeholder for the architecture, which is the
result of gcc -dumpmachine
and depends on system
architecture:
obj-i686-linux-gnu
obj-x86_64-linux-gnu
obj-aarch64-linux-gnu
arm-linux-gnueabihf
Project examples available in folder examples