We are using TI Arm Clang Compiler v2.1.0.LTS for building our application software and are trying to use the F021 library. Linking with the F021 library F021_API_CortexR4_BE_V3D16.lib results in warnings: "#16032-D object files have incompatible wchar_t types". Since the clang runtime library only support wchar_t lengths of 32 bits we cannot find a way to resolve this.
1. Is there a version of the F021 library built with wchar_t of 32 bits?
2. If not is there any known issues of using the F021 library if our application does not use or declare the wchar_t type anywhere?