Skip to content
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

nrf54h20dk/nrf54h20/cpuppr fails tests/kernel/gen_isr_table/arch.interrupt.gen_isr_table.riscv_no_direct #72979

Closed
ycsin opened this issue May 18, 2024 · 2 comments · Fixed by #66877
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug

Comments

@ycsin
Copy link
Collaborator

ycsin commented May 18, 2024

Describe the bug
nrf54h20dk/nrf54h20/cpuppr fails to build the tests/kernel/gen_isr_table/arch.interrupt.gen_isr_table.riscv_no_direct test and is currently failing in the CI of #66877

To Reproduce
Steps to reproduce the behavior:

  1. Check out main
  2. west build -b nrf54h20dk/nrf54h20/cpuppr -p auto zephyr/tests/kernel/gen_isr_table -T arch.interrupt.gen_isr_table.riscv_no_direct
  3. See failure

Expected behavior
Build should pass in main branch

Impact
Blocking #66877

Logs and console output

/Users/ycsin/zephyr-sdk-0.16.5-1/riscv64-zephyr-elf/bin/../lib/gcc/riscv64-zephyr-elf/12.2.0/../../../../riscv64-zephyr-elf/bin/ld.bfd: zephyr/libzephyr.a(vector.S.obj): in function `.L0 ':
/Users/ycsin/zephyrproject/zephyr/soc/common/riscv-privileged/vector.S:40: undefined reference to `_irq_vector_table'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /Users/ycsin/homebrew/bin/cmake --build /Users/ycsin/zephyrproject/build

See the CI output of #66877

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: 0.16.5-1
  • Commit SHA or Version used: Current main branch
@ycsin ycsin added bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx labels May 18, 2024
@ycsin
Copy link
Collaborator Author

ycsin commented May 18, 2024

cc @anangl

@masz-nordic
Copy link
Collaborator

This subtest should be skipped for VPR cores - their CLIC supports vectored mode only.

@nashif nashif added the priority: low Low impact/importance bug label May 21, 2024
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 platform: nRF Nordic nRFx priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants