On 10/21/2011 10:40 AM, Øyvind Harboe wrote:
Where does the output go?

It should go in a directory named scan-build-YYYY-MM-DD-n/, where n starts from 1. If I recall correctly, that directory ended up in the directory I ran scan-build from.

scan-build ./configure --enable-maintainer-mode --enable-dummy --disable-werror
scan-build make
...
make[2]: Leaving directory `/home/oyvind/openocd'
make[1]: Leaving directory `/home/oyvind/openocd'
scan-build: Removing directory '/tmp/scan-build-2011-10-21-1' because
it contains no reports.

I got the same "contains no reports" after ./configure (which makes some sense), but not after make.

I ran it on Ubuntu 10.04 with LLVM and Clang from source, using the instructions in the section "On Unix-like Systems" here:

http://clang.llvm.org/get_started.html#build

I also configured with --enable-maintainer-mode only. Perhaps to start you can try that and see if you get a report?

Marti

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to