Variable uninitialized error #9
bcskillings
started this conversation in
General
Replies: 3 comments
-
Not facing that issue but yes, StringIndex2 is indeed being called without being initialised. Will have a look for a fix. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
New issue created: #10 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed. Thanks Update your repo and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the instructions on building on MacOS and came across an error. I'm pretty sure this is user error, not a bug, so I'm posting here rather than issues (please let me know if this is improper, I'm not familiar with the proper etiquette).
I've made it to "Build Required BaseTools C Tool Binaries" and when running
make -C BaseTools/Source/C
I get this error
error: variable 'StringIndex2' is uninitialized when used here [-Werror,-Wuninitialized]
I've poked around a bit online and found posts about a similar issue but I'm not quite sure how to implement it to this build. The full output is in the attached screenshot, there's a couple things that line up that I wouldn't be able to get proper here.
Beta Was this translation helpful? Give feedback.
All reactions