Hello,
I am trying to get the lwip example for the T-BOX that you provided working, but am running into some problems.
When trying to open the .mex file I am getting this error

and multiple errors when I tried to build the project involving a missing file "Compiler.h"
In file included from ../stacks/tcpip/wolfssl/wolfcrypt/src/misc.c:32:
../stacks/tcpip/wolfssl/wolfssl/wolfcrypt/settings.h:1337:14: fatal error: Compiler.h: No such file or directory
1337 | #include "Compiler.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [stacks/tcpip/wolfssl/wolfcrypt/src/subdir.mk:83: stacks/tcpip/wolfssl/wolfcrypt/src/misc.o] Error 1
I am using S32DS 3.4 and have installed the following
RTD version 1.0.0 (Hotfix 2)
S32K3 FreeRTOS10.4.5 UOS 1.0.0
S32K3 TCPIP RTM 1.0.0
Any help would be great! Thank you so much.