thecrazyboy / mist-board

Automatically exported from code.google.com/p/mist-board
0 stars 0 forks source link

amiga_boot won't compile on mingw (patch inside) #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attached a patch file to compile amiga_boot.v on windows with mingw. The vasm 
binary can be found here: 
https://github.com/wsoltys/mist-board/tree/master/cores/minimig/sw/vasm

In hex2mem.py I had to add braces around the print statement since I use python 
3.X. I dunno if this works as well under python 2.X.

Original issue reported on code.google.com by wsol...@gmail.com on 11 Feb 2014 at 5:43

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks. Patch applied.

Original comment by till.harbaum on 17 Feb 2014 at 2:22

GoogleCodeExporter commented 8 years ago
Hi,

you might want to consider the vasm windows binary as well: 
https://github.com/wsoltys/mist-board/blob/master/cores/minimig/sw/vasm/vasmm68k
_mot.exe
The Makefile expects it now in the sw/vasm directory as well and won't look for 
it in the path.

Original comment by wsol...@gmail.com on 17 Feb 2014 at 6:56