In SDK 2.15.100, the evkbmimxrt1170_wifi_cli_cm7 example app appears in MCUXpresso with two libraries, libposix.a and libsigma_agent.a. However, in the unzipped SDK I can't find either of those .a files. Does anyone know what these libraries are actually used for in the SDK app and where the SDK app builder found them in the SDK tree?
I believe I see what you mean.
If you import the example using the SDK from GitHub, those libraries are used.
But if you get the SDK from the SDK builder (ZIP), those libraries are not even imported along with the example.
Is this what you mean?
Regards,
Daniel.
Hi @Littell,
This is what I found.
In SDK 2.15.100 you can find those files located in these directories:
For wifi_cli: SDK_2_15_100_MIMXRT1170-EVKB\boards\evkbmimxrt1170\wifi_examples\wifi_cli\sg-lib
For wifi-wpa_supplicant: SDK_2_15_100_MIMXRT1170-EVKB\boards\evkbmimxrt1170\wifi_examples\wifi_wpa_supplicant\sg-lib
This is where they come from when importing the examples.
Nevertheless, in the latest SDK 2.16.000, these files are no longer in the SDK.
I hope this helps,
Daniel.
Hi,
Let me take a look at this.
Regards,
Daniel.