aliyun / iotkit-embedded

高速镜像: https://code.aliyun.com/linkkit/c-sdk
Apache License 2.0
498 stars 254 forks source link

awss_start is not built in the libiot_sdk.a in iotkit version 2.3.0 #109

Open pansila opened 5 years ago

pansila commented 5 years ago

A message showed that linker can't find the symbol awss_start when I comment out FEATURE_WIFI_PROVISION_ENABLED=y in the make.settings, I searched it in the libiot_sdk.a and there is indeed no such symbol in the library. If I uncomment the feature, namely keep it enabled, the symbol is back and build works fine.

Please help to check whether it's expected as WIFI_PROVISION is supposed to be an independent feature out of all cloud services.