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

Compile Issue #4

Open
godreborn opened this issue Jan 12, 2025 · 5 comments
Open

Compile Issue #4

godreborn opened this issue Jan 12, 2025 · 5 comments

Comments

@godreborn
Copy link

/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.

@Naim2000
Copy link
Owner

Lol oops. Just remove the line and it'll work

@godreborn
Copy link
Author

I just got this error:
image
/home/godreborn/cdbackup/source/video.c:36:15: error: too few arguments to function 'memalign'
36 | xfb = memalign(fbSize);

@Naim2000
Copy link
Owner

Pretty sure that was memalign32. But here, let me push a commit

@Naim2000
Copy link
Owner

..Oh my god, i'm getting conflicts with the new fatfs mod in libdvm

@godreborn
Copy link
Author

image

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