Hi,
I'm tring to use the "QCA4002 module" starting from the "Web Server" example.
In order to use the QCA4002 module I downloaded the "MDK-Packs::QCA400x_Host_Driver_SDK" and the "MDK-Packs::QCA400x_WiFi_Driver".
After that, I selected the WiFi Interface, the QCA400x WiFi (API) and the "Qualcomm - QCA400x - Host Dirver SDK".
All seem ok, beacause the "Manage Run-Time Environment" doesn't require any other Software Component.
The problem is that I can't create the target because the following error occour during building operation:
... \Arm\Packs\MDK-Packs\QCA400x_Host_Driver_SDK\1.1.0\atheros_wifi\custom_src\api_interface\cust_api_ioctl.c(707): error: #513: a value of type "__packed WPS_CREDENTIAL *" cannot be assigned to an entity of type "WPS_CREDENTIAL *"
CRED_PTR = &(pWpsEv->credential);
The strange thing is that the error appears to be related to the "Qualcomm driver" code.
Maybe I miss some settings in the project which allow to build the project without errors.
Could someone help me to solve this problem?
Thanks,
Giovanni.