-
Notifications
You must be signed in to change notification settings - Fork 134
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
xtensa: nxp_imx8ulp_adsp: Add missing include header #712
Conversation
Yup, this appears to be included in other xtensa toolchains, so it makes sense to have it here as well. |
b8a8376
to
748262e
Compare
I don't understand why some CI tests are failing (they are, definitely, not related with this fix) so I did an amend just to retrigger the CI. |
748262e
to
9f22a3c
Compare
It looks like the |
Thanks! |
That should have been updated in #708. |
9f22a3c
to
63341e2
Compare
@dcpleung I really don't understand the problem. So, Zephyr renamed So, maybe CI isn't using an updated version of zephyr for testing? |
I think I know why... SDK CI uses |
@stephanosio @dcpleung @nashif @dbaluta I've created a test PR (#715) in which I reverted 1068dfb hoping to get an error like: Also, I see the zephyr version is |
I've updated PR #715 to use main branch for zephyr (see 2nd commit here) but I get the same error and the same zephyr version: So... I'm out of ideas :( |
@iuliana-prodan Nothing. It is still using the I am busy working on something else at the moment; once I get back to the SDK work (likely going to be next week, I will either fast-forward the |
Add missing header to fix imx8ulp_adsp toolchain. Fixes: e88c208 ("xtensa: Add 8ulp_adsp toolchain") Signed-off-by: Iuliana Prodan <[email protected]>
63341e2
to
0f8d32a
Compare
Rebased to fix CI issues. |
Thank you very much for your help @stephanosio. |
This commit disables the testing of `nxp_adsp_imx8ulp` platform because it has not been merged upstream yet. Re-enable this platform when the zephyrproject-rtos/zephyr#63751 is merged. Signed-off-by: Stephanos Ioannidis <[email protected]>
@iuliana-prodan Yes. I have just pushed a commit to disable the testing of that platform now. |
Thanks a lot @stephanosio !! |
Add missing header to fix imx8ulp_adsp toolchain.
Fixes: e88c208 ("xtensa: Add 8ulp_adsp toolchain")