NRF SDK Failed to compile for Matter_Bridge example using BLE option

Hi,

Would like to ask for workaround compile issue. I tried to compile Matter_bridge example with option BLE bridged device but got compile error. throwing that the compile can't find a header file. 
Err message: c:\ncs\toolchains\ffa23e2f3e\opt\zephyr-sdk\arm-zephyr-eabi\lib\gcc\arm-zephyr-eabi\12.2.0\include-fixed\limits.h:203:15: fatal error: limits.h: No such file or directory

- toolchain v 2.5.0
- SDK 2.4.99

This error happens when I choose this BLE option only. for the simulated option, it's successfully compiled.

Tested on windows and Ubuntu, got exactly the same error. Already tried to check C++ deprecated option but the issue still remain.

Seems that the environment failed to include this file. This might be real bugs on the SDK/Compiler.

Screenshot attached.

  

Thanks

Related