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

Missing xtensa/config headers when building xtensa-intel_ace30_ptl_zephyr-elf tests #791

Closed
stephanosio opened this issue Sep 19, 2024 · 1 comment · Fixed by zephyrproject-rtos/zephyr#78719
Assignees
Labels
Milestone

Comments

@stephanosio
Copy link
Member

There are many build failures due to missing xtensa/config headers when building Zephyr tests and samples for xtensa-intel_ace30_ptl_zephyr-elf:

In file included from /__w/sdk-ng/sdk-ng/zephyrproject/zephyr/include/zephyr/arch/syscall.h:25,
                 from /__w/sdk-ng/sdk-ng/zephyrproject/zephyr/include/zephyr/syscall.h:12,
                 from /__w/sdk-ng/sdk-ng/test/twister-out/intel_adsp_ace30_ptl/tests/lib/c_lib/common/libraries.libc.common.picolibc.module/zephyr/include/generated/zephyr/syscalls/device.h:14,
                 from /__w/sdk-ng/sdk-ng/zephyrproject/zephyr/include/zephyr/device.h:1195,
                 from /__w/sdk-ng/sdk-ng/zephyrproject/zephyr/kernel/include/kernel_offsets.h:6,
                 from /__w/sdk-ng/sdk-ng/zephyrproject/zephyr/arch/xtensa/core/offsets/offsets.c:7:
/__w/sdk-ng/sdk-ng/zephyrproject/zephyr/include/zephyr/arch/xtensa/syscall.h:27:10: fatal error: xtensa/config/core-isa.h: No such file or directory
   27 | #include <xtensa/config/core-isa.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.

e.g. https://github.com/zephyrproject-rtos/sdk-ng/actions/runs/10925742016/job/30345709563#step:15:7906

@dcpleung
Copy link
Member

dcpleung commented Sep 19, 2024

The Xtensa HAL SHA needs to be updated: zephyrproject-rtos/zephyr#78719

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants