If we make cbfs the default for a board (say qemu), will scan-build check the cbfs tools too?
Thanks, Myles
On 23.04.2009 20:52 Uhr, Myles Watson wrote:
If we make cbfs the default for a board (say qemu), will scan-build check the cbfs tools too?
yes.
On Thu, Apr 23, 2009 at 1:08 PM, Stefan Reinauer stepan@coresystems.de wrote:
On 23.04.2009 20:52 Uhr, Myles Watson wrote:
If we make cbfs the default for a board (say qemu), will scan-build check the cbfs tools too?
yes.
I can't get that to happen. I created a Config-abuild.lb for tyan/s2892 and set CONFIG_CBFS = 1.
When I run ./abuild -t tyan/s2892 -sb it reports:
FAILED after 42s! ... with scan-build output that looks normal
There are no mentions of ./util/cbfstool in the results.
If I run scan-build in the ./util/cbfstool directory it says "Removing directory scan-build-results-tmp/date because it contains no reports."
I stole the command line from abuild:
scan-build --use-cc=tmp.rnTKt10132 -o scan-build-results-tmp -analyze-headers make GCC=tmp.rnTKt10132
Thanks, Myles