pelrun / dsk2cdt2disc

Convert CPC DSK files to a tape image that will rebuild the disc when loaded.
12 stars 3 forks source link

Workaround (fix?) issue #5 by harmonizing symbol names #6

Closed cpcitor closed 6 years ago

pelrun commented 6 years ago

Unfortunately it is just a workaround; the symbol names from ld/z80-blah-objcopy are 1) autogenerated 2) inconsistent and 2) version/build/platform dependent, and this was what the old CI setup needed.

A proper fix would force objcopy to use a specific symbol name for binary imports, but I hadn't figured out how to do it.