We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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$
button_helper.c'. Ataros-MacBook-Pro:PongoBRIX ataro$ make all make: *** No rule to make target
The text was updated successfully, but these errors were encountered:
same error here!
Sorry, something went wrong.
No branches or pull requests
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$
The text was updated successfully, but these errors were encountered: