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

Windows make error no such file or directory #1

Closed
afk47 opened this issue Jul 20, 2024 · 2 comments
Closed

Windows make error no such file or directory #1

afk47 opened this issue Jul 20, 2024 · 2 comments

Comments

@afk47
Copy link

afk47 commented Jul 20, 2024

When attempting to build on windows getting an make error

./libretro-cemu-launcher-antimicrox>make

cc -O3 -Wall -pedantic -fPIC -std=gnu99 -I. -fPIC -c -o libretro-cemu-launcher.o libretro-cemu-launcher.c
make: cc: No such file or directory
make: *** [Makefile:135: libretro-cemu-launcher.o] Error 127

Steps taken

  • Installed antimicrox and added to PATH
  • attempted build again
  • tried building with gcc, as well as no -o flag or .o file
@new-penguin
Copy link
Owner

new-penguin commented Jul 20, 2024

I'm on Linux so I've not compiled it or tested on Windows and only forked relevant files for it to build on my system. But checking upstream, it looks like Windows isn't supported. #issue-209402090

@afk47
Copy link
Author

afk47 commented Jul 24, 2024

Ah, maybe ill work on that sometime

@afk47 afk47 closed this as completed Jul 24, 2024
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