-
Notifications
You must be signed in to change notification settings - Fork 16
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
NullPointerException #55
Comments
Can you share the Memory Map plugin's configuration of your job? I'll see if I can reproduce the issue. |
Reconfigured it from scratch again, and got a stack trace thsi time too...
COnfig is as per image, based on examples in https://github.com/Praqma/memory-map-examples/blob/master/examples/arm-none-eabi-gcc_4.8.4_hello_world/graphConfiguration.json app.ld is (with comments stripped)
cortex-m-generic.ld is https://github.com/libopencm3/libopencm3/blob/master/lib/cortex-m-generic.ld |
The parser tries to find the I'll make an issue about the missing |
Unfortunately there's no stack trace, just...
I added a custom logger for net.praqma.jenkins and got nothing extra there either.
I suspect that the linker script parsing doesn't handle includes? The linker script is just
However, I don't know how to debug this further
The text was updated successfully, but these errors were encountered: