This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linking warning #16032-D

Hi,

We are building a project on Tiva LaunchPad with CCS5, compiler version TI v5.0.4. Most source code is built from scratch based on TI-RTOS except one object file that is from a 3rd party. We got a linking warning regarding this object file when compiling the project. We'd like to know if this is a serious problem and how to avoid it. Here is the warning message.

<Linking>
warning #16032-D: object files have incompatible wchar_t types ("../src/thirdparty.o" = --wchar_t=32, "C:\Allen\Tiva\Debug\configPkg\package\cfg\DF_pem4f.oem4f" = --wchar_t=32)
'Finished building target: MyDF.out'

Thank you,

Allen