Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK, SIMPLELINK-CC13X2-26X2-SDK
Tool/software: TI C/C++ Compiler
We are working with Z-Stack 3.0.2. We are getting compile warnings "object files have incompatible wchar_t types" between cx2538_setup.obj and Router.a. cx2538_setup.obj has a flag --wchar_t=16 but Router.a was compiled with --wchar_t=32. As per another thread we cannot change the project flag under the Runtime Model Options to 32 (see other thread on the subject). BTW this wouldn't solve our problem because driverlib.lib is compiled with with --wchar_t=16. Since we don't have the source code for the different Zigbee libraries (Router.a, EndDevice.a etc ) we cannot recompile with --wchar_t=16.
We don't want to use IAR. So what should we do now?