TimChengMJ commented on pull request #1104:
URL: https://github.com/apache/mynewt-nimble/pull/1104#issuecomment-977581399
CI Log:
../../../nimble/host/mesh/include/../src/net.h: In function
‘net_buf_user_data’:
./include/syscfg/syscfg.h:15:49: error:
‘MYNEWT_VAL_BLE_MESH_NET_BUF_USER_DATA_SIZE’ undeclared (first use in this
function); did you mean ‘MYNEWT_VAL_BLE_MESH_OOB_OUTPUT_SIZE’?
#define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name
^
../../../nimble/host/mesh/include/../src/net.h:279:67: note: in expansion of
macro ‘MYNEWT_VAL’
return (void *)(buf->om_data + buf->om_omp->omp_databuf_len -
MYNEWT_VAL(BLE_MESH_NET_BUF_USER_DATA_SIZE));
^~~~~~~~~~
./include/syscfg/syscfg.h:15:49: note: each undeclared identifier is
reported only once for each function it appears in
#define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name
^
../../../nimble/host/mesh/include/../src/net.h:279:67: note: in expansion of
macro ‘MYNEWT_VAL’
return (void *)(buf->om_data + buf->om_omp->omp_databuf_len -
MYNEWT_VAL(BLE_MESH_NET_BUF_USER_DATA_SIZE));
^~~~~~~~~~
Makefile:100: recipe for target '../../../nimble/host/mesh/src/lpn.o' failed
make: *** [../../../nimble/host/mesh/src/lpn.o] Error 1
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]