-
Notifications
You must be signed in to change notification settings - Fork 140
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
kallsyms failure: relative symbol value 0x100007aa4 out of range in relative mode #229
Comments
I am using the latest master branch already :) |
Have you done an On Sep 14, 2016 11:19 AM, "Michael Zimmermann" [email protected]
|
@pscollins I cloned the project for the first time today, so yes. |
to make it easier for you to reproduce it, here's the toolchain I use: also, I'm using Arch Linux if that matters. |
The commit tavip mentioned is BEFORE the kallsyms change. So I suggest to try this to make sure the change did not break anything. |
Thanks for trying it out. I will install the toolchain and give it a try tomorrow. We probably need to tune some gcc parameters. |
The above patch alleviates this issue, but not sure if this is the right fix or not... |
Signed-off-by: Hajime Tazaki <[email protected]>
Signed-off-by: Hajime Tazaki <[email protected]>
Signed-off-by: Hajime Tazaki <[email protected]>
Signed-off-by: Hajime Tazaki <[email protected]>
Signed-off-by: Hajime Tazaki <[email protected]>
Signed-off-by: Hajime Tazaki <[email protected]>
I'm compiling for ARM with gcc-linaro-6.1.1~linaro-gcc-6-branch@f3888e76-20160721-x86_64_arm-eabi.
EDIT: the official 'gcc-linaro-5.3-2016.02-x86_64_arm-eabi' seems to be broken too
The text was updated successfully, but these errors were encountered: