-
Notifications
You must be signed in to change notification settings - Fork 45
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
OcDebugLogLib missing in Xcode #2466
Comments
The Xcode project is considerably out of date. Up-to-date command line build instructions are included in Configuration.pdf (§3.3) and you can also locally run the CI build scripts |
Ah... however, I am not actually trying to build anything (yet!). I am trying to debug my system not booting. In InternalGetBooterFromBlessedSystemFilePath there is a call to DebugPrintHexDump. My boot is crashing inside there so I was trying to find that code to see if inspecting it might offer a hint as to what is happening. |
I know this sounds like support but I am not sure it is a forum question. If it is I will be happy to redirect my query.
In attempting to debug an issue I am having with OpenCore, I downloaded the OpenCorePkg repo and launched the Xcode project contained therein. Having found where the problem seems to reside (rebooting inside DebugPrintHexDump), I need to inspect its code which resides in OcDebugLogLib which is showing red in Xcode. I have searched extensively and the dotH header file I can find but not the dotC. Not sure where to look next. Should it have been included in the repo?
The text was updated successfully, but these errors were encountered: