../vendor/common/user_proc.c: At top level:
../vendor/common/user_proc.c:324:1: error: size of array 'static_assertion_static_assertion_at_line_324' is negative
转到源码错误处,发现原因如下
#if (FAST_PROVISION_ENABLE && !WIN32)
STATIC_ASSERT(MD_REMOTE_PROV == 0); // can not enable both, because app can not get the same device uuid calculated from mac.
#endif
./vendor/common/fast_provision_model.o: In function `mesh_fast_prov_proc':
fast_provision_model.c.text.mesh_fast_prov_proc+0x29c): undefined reference to `hci_rx_fifo'