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

can't compile #15

Open
ataro64 opened this issue Oct 21, 2021 · 1 comment
Open

can't compile #15

ataro64 opened this issue Oct 21, 2021 · 1 comment

Comments

@ataro64
Copy link

ataro64 commented Oct 21, 2021

I get this

Ataros-MacBook-Pro:PongoBRIX ataro$ make button_helper.c
make: Nothing to be done for button_helper.c'. Ataros-MacBook-Pro:PongoBRIX ataro$ make all make: *** No rule to make target all'. Stop.
Ataros-MacBook-Pro:PongoBRIX ataro$ make
xcrun -sdk iphoneos gcc main.c chip8.c -o brix.bin -fno-stack-protector -arch arm64 -mabi=aapcs -Xlinker -kext -nostdlib -Xlinker -fatal_warnings -D_SECURE__STRING_H_ -O3
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
main.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
chip8.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
make: *** [brix.bin] Error 1
Ataros-MacBook-Pro:PongoBRIX ataro$

@haxio
Copy link

haxio commented Jun 13, 2022

same error here!

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