-
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
Compile Issue #4
Comments
Lol oops. Just remove the line and it'll work |
Pretty sure that was memalign32. But here, let me push a commit |
..Oh my god, i'm getting conflicts with the new fatfs mod in libdvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/home/godreborn/cdbackup/source/pad.c: In function 'KBEventHandler':
/home/godreborn/cdbackup/source/pad.c:21:9: error: implicit declaration of function 'OSReport'; did you mean 'SYS_Repor'? [-Wimplicit-function-declaration]
21 | OSReport("event= %i, 0x%x", event.type, event.keyCode);
| ^~~~~~~~
| SYS_Report
make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:21: pad.o] Error 1
make: *** [Makefile:101: build] Error 2
I get this error with all distros. I think what I have is too new.
The text was updated successfully, but these errors were encountered: