--
You received this message because you are subscribed to the Google Groups "MEGA65 Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to c65gs-development+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to c65gs-developm...@googlegroups.com.
/usr/bin/convert -colors 128 -depth 8 +dither assets/mega65_320x64.png bin/mega65_320x64_128colour.png
make: /usr/bin/convert: Command not found/usr/local/bin/cc65 -t c64 -O -Or -Oi -Os --cpu 65c02 -o fdisk.s fdisk.c
make[1]: /usr/local/bin/cc65: Command not foundCheck ./build-logs/compile-<target>-<git commit>-X*.log for the log files, X={1,
2,3,4,5,6}
msg_gitcommit: .byte "GIT: px100m,2421533+DIRTY,20180121.09",0
/home/vets/mega65-core-gurce
==> 20180121_11:36:58 Starting: par, see isework/nexys4ddr.par
rm: cannot remove './isework/nexys4ddr_map.ncd': No such file or directory
make: *** [Makefile:451: isework/nexys4ddr.ncd] Error 1
rm isework/nexys4ddr.ngc isework/nexys4ddr.mapncdConstraints file: ./isework/nexys4ddr.pcf.
ERROR: Pds exception in PahDesignLoader:
EXCEPTION:Pds:Pds_PahDesignLoader.c:153:1.4 - Corrupt Database.
FATAL_ERROR:Par:baspwpar.c:3938:1.467 - Par has discovered an exceptional condition while trying to load the design
./isework/nexys4ddr_map.ncd - from which it cannot recover For technical support on this issue, please visit
http://www.xilinx.com/support.Sounds plausible. Try that, and if it works, I'll make the change to the file.Paul.
--
You received this message because you are subscribed to the Google Groups "MEGA65 Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to c65gs-development+unsubscribe@googlegroups.com.
Here's a screenshot of the bootup text, in-case there's a hint in there of where I've gone wrong:
--
monitor_load -r -4 <program>
--
Oh!
Is the USB bus USB1 or USB2? I imagine it would make a difference. I don't think USB1 would be capable of the 2000000bps that the program is expecting to use.
Daniel.