Hello,
I am using SYS/BIOS [6.83.0.18] and XDCtools [3.62.0.08] in my CCS project [10.4.0.00006].
We use Cppcheck [2.9] for static analysis and I keep getting errors -> [..\..\src\source\Debug\configPkg\package\cfg\app_p28L.c:2018] (error) va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
This error is present on multiple lines in function "xdc_Int xdc_runtime_System_printfExtend__I(xdc_Char **pbuf, xdc_CString *pfmt, xdc_VaList *pva, xdc_runtime_System_ParseData *parse)"
As this file is generated I cannot find out how to fix this. Could anyone please assist?
Thank you,
Milan