Hi i am using PC Lint with Real View Compiler.. i am using correct configuration file co-RV.lnt.. but it shows error "Cannot find header file LPC21xx.h".. how to correct this error...
The error is, as it tells you, that it can't read the file - isn't it?
So, if you're going to correct that error, you're first going to have to determine why it can't read that file, aren't you?
use the -I token in your "lint files" file to point to where this file exists. example:
-I.. -I..\FMM\Application\src -I"C:\Keil\ARM\RV31\INC" -I"C:\Keil\ARM\INC\Philips" -I..\common\src -I..\Bootloader\src -I.."\FMM\Application\src\Compressor_application"