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 missing Die function #17

Closed
dagit opened this issue Mar 11, 2023 · 1 comment
Closed

linux build missing Die function #17

dagit opened this issue Mar 11, 2023 · 1 comment

Comments

@dagit
Copy link

dagit commented Mar 11, 2023

Getting this error message:

src/snes/cpu.c: In function 'cpu_doOpcode':
src/snes/cpu.c:1346:9: error: implicit declaration of function 'Die' [-Werror=implicit-function-declaration]
 1346 |         Die("The game has crashed!\n");
      |         ^~~

I fixed it locally by adding #include "../types.h" to src/snes/cpu.c.

@arrowgent
Copy link

confirmed
linux x64_86

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