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...
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"