• pclint
    I am having trouble integrating plLint to uVision4. Specifically I cannot stop it complaining about lines in stdio.h, starting with: extern _ARMABI int remove(const char * /*filename*/) __attribute__...
  • PClint Error
    Is any one has solution for this PCLint Errors. error 1762: error 1911: error 1506: error 774: error 1037: error 613: error 1037 error 931: error 1762 error 1764: error 578: error 1036 error 775...
  • PCLint: Configuration Directory
    Hi, My problem is that the configuration file 'std.lnt' can't execute in another directory that 'C:\Lint\'. When the std.lnt file is in the 'C:\Lint\' directory, I congigure this:'c:\Lint\std.lnt...
  • OOP rules for global objects
    Hi, What I do in my current project: 1- I've developed a library by using C++ (compiler: arm-none-eabi-g++ -std=c++17) and generated a static library (arm-none-eabi-ar) with some c-api wrapper functions...
  • How to disable Misra C single item in PCLint
    Hi all, I have integrated the PCLint 9 into Keil and I want to do Misra C checking for my code! But I don't know how to config the Misra C in PCLint integrated in Keil. For example, I don't want to...