WICED Software Development Kit 3.1.2 - Released

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA
4 Replies
Anonymous
Not applicable

There seems to be a problem with the LwIP network stack -

running "make snip.scan-BCM943362WCD4-FreeRTOS-LwIP-SDIO"

Gives this error:

Compiling WICED_LwIP_Interface

Compiling Supplicant_BESL

WICED/network/LwIP/WICED/wiced_network.c:81:1: error: unknown type name 'NX_IP'

NX_IP* wiced_ip_handle[ 3 ] =

It looks like the LwIP wiced_network.c file has some code from NetX?

NX_IP* wiced_ip_handle[ 3 ] =

{

    [WICED_STA_INTERFACE] = STA_IP_HANDLE,

    [WICED_AP_INTERFACE]  = AP_IP_HANDLE,

    [WICED_P2P_INTERFACE] = P2P_IP_HANDLE

};


I downloaded the sources from the 7z.zip file, and also produced the same problem when installing the IDE and running the make from there.


If there's anything more you need from me to reproduce the problem just let me know. I hope it's an easy fix - we're eagerly awaiting the 3.1.2 release as it fixes problems we're having with LwIP on 3.1.1.

0 Likes

Exact same issue here.  Any fix yet?

0 Likes
Anonymous
Not applicable
0 Likes
ThYo_2228536
Level 3
Level 3
First like received First like given

Would be really nice to integrate Doxygen in Eclipse so that people can add Doxygen tag and generate documenatation for the WICED app they write.

See

InstallingDoxygenForMac - tonatiuh - A guide to install and configurate Doxygen for Eclipse on Mac. ...

0 Likes