MEGA65 / mega65-tools

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

monitor_save & monitor_load don't build for Windows. #43

Closed JettMonstersGoBoom closed 2 years ago

JettMonstersGoBoom commented 3 years ago

with mingw64. initially fails with termios.h missing.

gurcei commented 3 years ago

Ah right, overlooked earlier thar you mentioned this was related to monitor_save and monitor_load, got it now.

Also a note from my experiences, with mingw64 in windows not every tool within the suite is guaranteed to build at this stage.

So personally, when I'm on mingw64 in windows, I aim to build windows specific targets that are known to work, like:

gurcei commented 3 years ago

I also think these two are older tools in the suite. There was a card (#31) hoping to update them to make use of the m65common library functions, this might help matters on this card too

JettMonstersGoBoom commented 3 years ago

I posted an issue at @gardners request, after he mentioned I could try Monitor_save/load for debugging an issue. seems a chunk of these tools are not building with Mingw .

gurcei commented 2 years ago

Hmm, in a past discord convo with @gardners, I recall him mentioning that the monitor_load functionality has already migrated into the m65 tool, so perhaps it's time to discard it.

As for monitor_save, perhaps it is another tool that can have its functionality migrate into the m65 tool too.