This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PC Lint Error:Header File

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

Parents
  • 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"
    

Reply
  • 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"
    

Children
No data