ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

mbed-drivers does not meet specification ~0.11.1 required by core-utils #64

Closed kmdewaal closed 8 years ago

kmdewaal commented 8 years ago

With a "yotta build" of my application I get the following diagnostic: error: mbed-drivers does not meet specification ~0.11.1 required by core-util

The actual version number of the mbed-drivers is 0.12.0.

Note that my application builds correct as far as I can tell.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1933

pan- commented 8 years ago

Same here, the build is correct: but the message error: mbed-drivers does not meet specification ~0.11.1 required by core-util is displayed everytime. It has broke all ble projects builds on Jenkins.

0xc0170 commented 8 years ago

Should be fixed with publishing new minor version for core-util.

xbodlaender commented 8 years ago

With a "yotta build" of my application I get the following diagnostic: error: mbed-drivers does not meet specification ~0.12.0 required by mbed-6lowpan-eventloop-adaptor. the application does not build.

0xc0170 commented 8 years ago

@xbodlaender Please share your yotta ls output. which version of mbed-drivers and core-util are you using. This should not cause the app does not build however.

xbodlaender commented 8 years ago

problem solve by update the mbed module. I link the mbed module to my applicaiton. if update from my application, it gives the error message.