You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My build fails on kernel-module-nxp89xx do_compile:
mxm_wifiex/wlan_src/mlinux/moal_wext.c:2917:39: error: invalid application of sizeof' to incomplete type 'char[]'
| 2917 | sizeof(iwe.u.ap_addr.sa_data));
and other occasions of sizeof.
The text was updated successfully, but these errors were encountered:
Sorry for my delayed answer, I forgot about this and ran into the same error again today, the machine is imx8mm-evk and kernel version is 5.15
Edit: I tried it with different commits in meta-freescale, turns out that with commit 7f80d59 the error occurs, when bumping linux-fslc-imx from 5.15.156->157
My build fails on kernel-module-nxp89xx do_compile:
mxm_wifiex/wlan_src/mlinux/moal_wext.c:2917:39: error: invalid application of sizeof' to incomplete type 'char[]'
| 2917 | sizeof(iwe.u.ap_addr.sa_data));
and other occasions of sizeof.
The text was updated successfully, but these errors were encountered: