Jason Hsu gmail.com> writes: > However, splint now refuses to recognize the variables that were > declared in the *.h files #included at the beginning of the program. Splint cannot guess the include paths used by the C compiler. Use full paths for the *.h files for splinting or find out how to tell splint where the include directories are. Use the -l flag to tell it where they are. See also sys-dirs. If you are on unix and the compilers are installed running splint without -l and settings sys-dirs on embedded C is going to create really weird output. There is also lclint fyi. Peter -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist