<br>Fantastic. Got things working.<br><br>Okay here's the deal:<br>I'd really like to thank everyone here for your help. The prompt responses on this list have been amazing. Everyone is extremely polite and helpful. Much more than I expected from a mailing list. <br>
<br>When using a cross compiler compiled with --with-sysroot we need to use:<br>scan-build --use-cc <br>To point to the location of our cross compiler.<br><br>We need to hack lib/Frontend/InitHeaderSearch.cpp to remove system default include paths and add paths to our alternate sys root used by the cross compiler using AddPath()<br>
<br>We need to add -D__VFP_FP__ to our cc compiler args. (I call these CFLAGS in my Makefiles) This fixes the error:<br>#error  This fenv header and set of APIs is intended for the ARM (with VFP) architecture only. <br><br>
Now I have a beautiful html report with all of my many memory leaks that I can now fix.<br><br>Thanks again everyone for your help with this. You folks are great.<br><br>-J<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br>