pelrun / dsk2cdt2disc

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

Linux Build? #19

Open andymccall opened 2 months ago

andymccall commented 2 months ago

Hi,

I really need to use this app as I've got a load of CDT files and a CPC 6128, so I'd like to copy the CDT files to discs.

Is there any chance of a Linux build? I've been trying to build on Linux, but I've got into library hell with required Arduino header files and have so far been unsuccessful building a binary.

Thanks,

Andy

pelrun commented 2 months ago

It should build with zero external requirements unless something is wrong with your system. Arduino libraries shouldn't be showing up at all, which makes me think you've either damaged your system compiler (unlikely) or your PATH is set up to see the arduino compiler first.

Can you try running make CC=/usr/bin/gcc? That should hopefully force the use of the system gcc instead of Arduino's.