I am facing some warning issues while compiling nrfSDK example in visual studio code with GCC toolchain. warning:Uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail Can anyone help me resolve this problem?
I tried adding CFLAGS += -fshort-wchar in the makefile, but still it was throwing warnings. We tried to flash the hex file generated ,but it is not working as expected.