-
Notifications
You must be signed in to change notification settings - Fork 63
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
Building enso from source fails at kernal.c #66
Comments
Currently confirming this issue. |
If you want to fix it temporarily, do as follows first, do vvv second, add patch vvv + #include <psp2kern/kernel/sysclib.h>
+ /*
#include <libk/stdarg.h>
#include <libk/string.h>
#include <libk/stdio.h>
+ */ main.c line 12 #include <psp2/io/stat.h>
+ #include <psp2/update.h>
#include <taihen.h> main.c line 26 int _vshSblAimgrGetConsoleId(char cid[32]);
- int sceSblSsUpdateMgrSetBootMode(int x);
int vshPowerRequestColdReset(void); |
This fixed it, thanks so much! |
Oh actually, so the build went through fine, but when I tried to install enso from the installer on my vita it gave me this error:
Also I should add, the logo wasn't showing on the enso app in my Vita, it was just a white bubble. Not sure if this is a related issue. |
I've unzipped the |
Ok I just manually added the missing files from the build folder to the new |
I'm trying to build henkaku enso from source and running
make
keeps giving me this error:I'm not sure if this is the right place to post this issue, but it seems to be some kind of naming issue with the va_list in the different kernal.c files. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: