-
Notifications
You must be signed in to change notification settings - Fork 1
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
RefindPlus debug build fails #32
Comments
Also found out by testing that the Clang build through Docker does not work on my machine whereas the XCODE5 build of the same code works. Maybe we can try building with GCC5 instead? |
GCC5 build fails:
I had similar error building rEFInd before, which I fixed here. Maybe something similar? |
For the DEBUG there are errors with GCC5: Error during build
|
Have you considered running Github Actions with OSX VM? |
So now both CLANG38 DEBUG and RELEASE build without any patches, but the product does not work properly. It hangs on boot. Maybe try CLANG39 or later? GCC5 still hangs on btrfs driver build. |
@startergo did you ever get this working? |
I believe it is working now. Is it not working for you?
and run the You might need to change |
With I am getting
Which now I look at it is a different error to yours, so I'll open a new issue. |
rEFInd builds with
|
For
|
Failing at:
It looks like changing
VOID DebugLog
toextern VOID EFIAPI DebugLog
inglobal.h
should patch for nowThe text was updated successfully, but these errors were encountered: