-
Notifications
You must be signed in to change notification settings - Fork 2
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
Could not compile sample project on macOS #1
Comments
I'm really sorry, maybe my question is extremely inappropriate.. I've tried to re-compile project using gcc with -g option to find the reason of segmentation fault (but I don't know c lang and gdb) and got the following result:
The same situation without gdb:
Maybe, this information will be useful.. Probably I have some problem with "preprocessor" tool, but I'm not sure |
Well, you feed gdb with the output of preprocess, better run preprocess without pipe |
@thinkyhead Hello Scott, I've tried the following:
10 Finally, run "./2600basic.sh draw.bas"
The result:
Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: