-
Notifications
You must be signed in to change notification settings - Fork 3k
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
OKDO odin driver - ARM in nightly error hciCmdAlloc not defined #12361
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2532 |
I'm able to reproduce this issue on the OKDO_ODIN_W2 - it happens with Mbed OS master (0b7c78b), not 5.15.0. However, the UBLOX_EVK_ODIN_W2 (own & maintained by Ublox) compiles just fine. Both are inherited from MODULE_UBLOX_ODIN_W2. Is there a way to track what has changed? |
Thanks for checking, I realized this might be reviewed by different team . What is the team on github to be mentioned here? I can see this has already a fix 👍 |
I'm working on this. |
@ARMmbed/mbed-os-test Can you please review this issue? We had recently an issue with CI failure propagation so there could be a breakage hidden like this one. |
Fixed via #12370 |
Description of defect
There are failures in nightly for OKDO_ODIN_W2 target. It affects only ARM driver (the binary in the tree). This is the error:
The latest nightly can be found here :http://mbed-os-ci.s3-website-eu-west-1.amazonaws.com/?prefix=jenkins-ci/ARMmbed/mbed-os/mbed-os-ci-nightly/artifacts/master/458/build-ARM/FAIL/OKDO_ODIN_W2/
The latest update for the target was 2 months ago, means something has changed somewhere else. See https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2
I can't spot what has changed recently causing this. The cordio sources have not changed for some time neither recent changes in BLE. Also this failure is only reported for ARM toolchain, so should be toolchain specific.
cc @ARMmbed/team-ublox @ARMmbed/mbed-os-pan
Target(s) affected by this defect ?
OKDO_ODIN_W2
Toolchain(s) (name and version) displaying this defect ?
only ARM
What version of Mbed-os are you using (tag or sha) ?
mbed-os-99.99.99
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
not applicable
How is this defect reproduced ?
Build blinky example for this target and ARM, should be reproducible always
The text was updated successfully, but these errors were encountered: