btashton opened a new issue #592: URL: https://github.com/apache/incubator-nuttx-apps/issues/592
@v01d Looks like the nimble app is pointed at master not a commit or tag so it just started breaking builds like this: I commented on the PR that caused this https://github.com/apache/mynewt-nimble/pull/872 I'll open a PR to pin against the previous commit for now. ``` Configuration/Tool: sim/nimble ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128 0 128 0 0 761 0 --:--:-- --:--:-- --:--:-- 761 100 1514k 0 1514k 0 0 2435k 0 --:--:-- --:--:-- --:--:-- 2435k /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/porting/nimble/src/os_mbuf.c: In function 'os_mbuf_get': Error: /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/porting/nimble/src/os_mbuf.c:247:46: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 247 | os_trace_api_u32x2(OS_TRACE_ID_MBUF_GET, (uint32_t)omp, | ^ Error: /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/porting/nimble/src/os_mbuf.c:268:48: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 268 | os_trace_api_ret_u32(OS_TRACE_ID_MBUF_GET, (uint32_t)om); ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org