Skip to content

tests/kernel/stack fails to build on nios2 with new SDK 0.10.0-rc3 #13595

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

Closed
nashif opened this issue Feb 20, 2019 · 1 comment
Closed

tests/kernel/stack fails to build on nios2 with new SDK 0.10.0-rc3 #13595

nashif opened this issue Feb 20, 2019 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@nashif
Copy link
Member

nashif commented Feb 20, 2019

Describe the bug
tests/kernel/stack build failure on qemu_nios2 with new SDK

To Reproduce

using the new SDK, build tests/kernel/stack for nios2

Expected behavior
it builds cleanly

Screenshots or console output

opt/zephyr-sdk-0.10.0-rc2/nios2-zephyr-elf/bin/../lib/gcc/nios2-zephyr-elf/8.2.0/../../../../nios2-zephyr-elf/bin/ld: ../app/libapp.a(test_stack_contexts.c.obj): in function `tstack_pop':
/home/galak/git/zephyr/tests/kernel/stack/stack_api/src/test_stack_contexts.c:31: warning: unable to reach (null) (at 0x004002f4) from the global pointer (at 0x004082fc) because the offset (-32776) is out of the allowed range, -32678 to 32767

Environment (please complete the following information):

@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label Feb 20, 2019
@nashif
Copy link
Member Author

nashif commented Feb 20, 2019

see #13272

@nashif nashif added the priority: low Low impact/importance bug label Feb 21, 2019
@nashif nashif assigned nashif and unassigned andrewboie Feb 22, 2019
nashif added a commit to nashif/zephyr that referenced this issue Feb 23, 2019
Test was failing on nios2 with:

../app/libapp.a(test_stack_contexts.c.obj): in function `tstack_pop':
/home/galak/git/zephyr/tests/kernel/stack/stack_api/src/test_stack_contexts.c:31:
warning: unable to reach (null) (at 0x004002f4) from the global pointer
(at 0x004082fc) because the offset (-32776) is out of the allowed range,
-32678 to 32767

Fixes zephyrproject-rtos#13595

Signed-off-by: Anas Nashif <[email protected]>
nashif added a commit that referenced this issue Feb 23, 2019
Test was failing on nios2 with:

../app/libapp.a(test_stack_contexts.c.obj): in function `tstack_pop':
/home/galak/git/zephyr/tests/kernel/stack/stack_api/src/test_stack_contexts.c:31:
warning: unable to reach (null) (at 0x004002f4) from the global pointer
(at 0x004082fc) because the offset (-32776) is out of the allowed range,
-32678 to 32767

Fixes #13595

Signed-off-by: Anas Nashif <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants