已按原样拉下MXCHIP basic example for Azure IoT Central并得到此错误。
sketch/src/iotc/sdk_plat/iotc.cpp:14:53: fatal error: azure_prov_client/prov_security_factory.h: No such file or directory我非常确定我需要Set up a macOS (Mac OS X) development environment,但是我被困在Building the C SDK with CMake directly这一步。我使用cmake来构建SDK,然后呢?即使在完成这个设置之后,我仍然得到这个缺失库错误。
发布于 2019-02-19 15:30:08
在Required SDKs for Arduino IDE上遵循此线程解决了此问题。
编译Arduino草图时发现的新问题给了我一个"undeclared functions prov_dev_set_symmetric_key_info and hsm_client_set_registration_name_and_key“错误。单击链接可查看此新错误的解决进度。
https://stackoverflow.com/questions/54565710
复制相似问题