Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Build? #19

Open
andymccall opened this issue Aug 12, 2024 · 1 comment
Open

Linux Build? #19

andymccall opened this issue Aug 12, 2024 · 1 comment

Comments

@andymccall
Copy link

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
Copy link
Owner

pelrun commented Aug 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants