Re: [Qemu-devel] [PATCH v8 00/12] 8bit AVR cores

2016-06-19 Thread Richard Henderson
On 06/19/2016 10:50 AM, Michael Rolnik wrote: it did compile for me. how do you compile? what machine? Fedora 23, gcc 5.3.1. r~

Re: [Qemu-devel] [PATCH v8 00/12] 8bit AVR cores

2016-06-19 Thread Michael Rolnik
I am building on MAC. I just do ./configure --target-list=avr-softmmu build no errors On Sun, Jun 19, 2016 at 8:50 PM, Michael Rolnik wrote: > it did compile for me. > how do you compile? what machine? > > On Sun, Jun 19, 2016 at 8:45 PM, Richard Henderson > wrote: > >> On 06/18/2016 12:55 PM,

Re: [Qemu-devel] [PATCH v8 00/12] 8bit AVR cores

2016-06-19 Thread Michael Rolnik
it did compile for me. how do you compile? what machine? On Sun, Jun 19, 2016 at 8:45 PM, Richard Henderson wrote: > On 06/18/2016 12:55 PM, Michael Rolnik wrote: > >> This series of patches adds 8bit AVR cores to QEMU. >> All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully >>

Re: [Qemu-devel] [PATCH v8 00/12] 8bit AVR cores

2016-06-19 Thread Richard Henderson
On 06/18/2016 12:55 PM, Michael Rolnik wrote: This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches includ

[Qemu-devel] [PATCH v8 00/12] 8bit AVR cores

2016-06-18 Thread Michael Rolnik
This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches include a non real, sample board. No fuses support yet