MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
28 stars 31 forks source link

Fix compilation errors (on Linux). #139

Closed tdeval closed 1 year ago

tdeval commented 1 year ago

Hi,

While compiling the refactor_m65 branch of mega65-tools on Linux, I had some compilation errors to fix. (lots of warnings remain)

P.S. on the fpgajtag.c fix, I also changed the print of the usb mismatch to stderr. It seemed more logical.

T.

lydon42 commented 1 year ago

Be aware that refactor_m65 != refactor-m65, I had a recent change there.

refactor_m65: make allunix compiles clean on linux, except one warning when building mfm-decode

lydon42 commented 1 year ago

No, checked, this is old, please delete refactor-m65 and checkout refactor_m65.

tdeval commented 1 year ago

Oh crap, I'm confused. I'll re-check refactor_m65 Sorry for the noise. Thank you.