I've been trying to get run PC-Lint and through various tries it still gives me this error
<issue desc="#error This file requires compiler and library support \" .... file= "arm_gcc_none_eabi_5.3.1\arm-none-eabi\include\c++\5.3.1\bits\c++0x_warning.h"/>
I know the issue is tied to the C++ standard, but I have no idea how to fix it in pclint. I tried the -std=c++11
equivalent -A(C++11)
but the error persisted.
Any idea how I can fix this issue?