The tools are here:
Needs path:
Help:
Add list file:
Produces listing:
Nice!
Information about the ELF format.
Jeff Tranter's Makefile splits the code into two ROMs. I've started to alter the code to make a MIF file for Quartus II.
Build fails at objcopy.
From the objcopy page:
The gnu objcopy utility copies the contents of an object file to another. objcopy uses the gnu bfd Library to read and write the object files. objcopy can be used to generate S-records by using an output target of `srec' (e.g., use `-O srec').
The failing line in Makefile is:
Eliminated the -I coff-m68k and it got past the line.
Need to shift down the output by 0x8000 to load properly into Quartus. Added to Makefile:
Output hex file looks like:
File matches Jeff's original file:
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.