This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Integrating Pc-Lint plus within Segger Embedded Studio

Hi All,         

(Segger IDE SES Ide version = 4.10)

Various posts have attempted this, some claiming success with the following tools command :-

 

"$(LINTDIR)\bin\pclp64.exe" -v -incvar(__CW_ARM) -i"$(LINTDIR)\lnt" "$(LINTDIR)\lnt\co-gcc.lnt" $(DEFINES) $(INCLUDES) -D__GNUC__

-u -b +macros +macros -w2 -e537 +fie +ffn -width(0,4) -hF1 "-format=%f:%l:%C:\s%t:\s%m [-e%n]" "$(InputPath)"

 

However, I cannot get the following built-in macros to work : $(DEFINES) $(INCLUDES)

Has anybody had / solved this problem ?

( Whereas others such as $(InputFileName) work fine ! )

( PS : I haven’t really looked at the rest of the command line yet, until those macros work there is no point ! )

Many thanks in advance

Michael

Related