wrong LwIP wiced_network.c file in WICED-SDK-3.1.2.7z.zip

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

cross mob
MaGr_2160016
Level 4
Level 4
First like received First like given

An application using LwIP would not build in 3.1.2 on Linux because of wrong wiced_network.c file.

From the error there is a reference to the NX_IP data structure not belonging to LwIP:

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

>  NX_IP* wiced_ip_handle[ 3 ] =

>  ^

After copying over the WICED/network/LwIP/WICED/wiced_network.c file from MacOS distribution it built with no errors.

Please check.

Thanks,

-Marco G.

0 Likes
1 Reply
Anonymous
Not applicable

Just for your reference, it's reported as below.

WICED 3.1.2 Fix for FreeRTOS with LwIP

0 Likes