-
Notifications
You must be signed in to change notification settings - Fork 114
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
Unknown relocation type fix #2
Comments
Oh Thanks much. |
Yes, you should be able to. |
Thx, I will use it next commit. |
I encountered error.
why is not worked? |
thank you for your contribution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey - I saw you had issues with generating certain .pat files.
To fix this you can add the "-rXX:0:0" flag to your command, where XX is the unknown relocation type number.
So if you were running
./pelf libc.a libc.pat
and got the following error:Your new command would be
./pelf libc.a -r42:0:0 libc.pat
. You may have to do this several times before it works, but you can just add the same flag multiple times if so.Hope this helps.
The text was updated successfully, but these errors were encountered: