This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lint for ppc / gcc / RTEMS?




On Thu, 13 Mar 1997, Dom Latter wrote:

> As above: I've decided to throw lint at our code to see what comes 
> out.  However, there seem to be a number of versions out there.
> 
> Perhaps one is more suitable than the others for our environment:
> gcc hosted on Linux building code for PowerPC / RTEMS.
> 
> In any case I'm having a tough time actually finding a downloadable
> binary / script / whatever.  

gcc -Wall is pretty good at picking up most things traditional lint 
does.  There is a free lint program on the net however (lclint?) which 
appeared to try to do even more.  I have not tried it myself.

--joel