Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Where are the results of scanner discovery stored?

>> Could it be that the build output parser does not recognize commands 
>> where the full path to the compiler is specified? 
>
> It should recognize those with full compiler path as well. Maybe  
> certain options cause the problem? Can you post a full line that is not  
> recognized? 

Please see the attached file.

Thanks,
Nate 		 	   		  
/home/nr/dev/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -o TabChild.o -c  -fvisibility=hidden -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DOS_POSIX=1 -DOS_LINUX=1  -DBIN_SUFFIX='""' -DMOZ_ENABLE_FREETYPE -DMOZ_PERMISSIONS -I/home/nr/dev/mozilla/central/ipc/chromium/src -I/home/nr/dev/mozilla/central/ipc/glue -I../../ipc/ipdl/_ipdlheaders  -I/home/nr/dev/mozilla/central/dom/ipc/../../content/base/src -I/home/nr/dev/mozilla/central/dom/ipc/../../content/events/src -I/home/nr/dev/mozilla/central/dom/ipc/../../docshell/base -I/home/nr/dev/mozilla/central/chrome/src -I/home/nr/dev/mozilla/central/uriloader/exthandler -I/home/nr/dev/mozilla/central/dom/ipc/../../netwerk/base/src -I/home/nr/dev/mozilla/central/dom/ipc/../src/base -I/home/nr/dev/mozilla/central/dom/ipc/../src/geolocation -I/home/nr/dev/mozilla/central/dom/ipc/../src/storage -I/home/nr/dev/mozilla/central/dom/ipc/../../xpcom/base -I/home/nr/dev/mozilla/central/dom/indexedDB -I/home/nr/dev/mozilla/central/dom/indexedDB/ipc -I/home/nr/dev/mozilla/central/extensions/cookie -I/home/nr/dev/mozilla/central/dom/base -I/home/nr/dev/mozilla/central/toolkit/xre -I/home/nr/dev/mozilla/central/hal/sandbox -I/home/nr/dev/mozilla/central/dom/mobilemessage/src/ipc -I/home/nr/dev/mozilla/central/dom/devicestorage -I/home/nr/dev/mozilla/central/widget/xpwidgets -I/home/nr/dev/mozilla/central/dom/bluetooth -I/home/nr/dev/mozilla/central/dom/bluetooth/ipc -I/home/nr/dev/mozilla/central/content/media/webspeech/synth/ipc -I/home/nr/dev/mozilla/central/js/ipc  -I/home/nr/dev/mozilla/central/dom/ipc -I. -I../../dist/include  -I/home/nr/dev/mozilla/central/objdir-droid-armv7/dist/include/nspr -I/home/nr/dev/mozilla/central/objdir-droid-armv7/dist/include/nss      -fPIC -isystem /home/nr/dev/android/android-ndk-r8e/platforms/android-9/arch-arm/usr/include  -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -mandroid -fno-short-enums -fno-exceptions -Wno-psabi -march=armv7-a -mthumb -mfpu=vfp -mfloat-abi=softfp -I/home/nr/dev/mozilla/central/build/stlport/stlport -I/home/nr/dev/android/android-ndk-r8e/sources/cxx-stl/system/include -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fno-reorder-functions -fomit-frame-pointer  -I/home/nr/dev/mozilla/central/objdir-droid-armv7/dist/include/cairo   -isystem /home/nr/dev/android/android-ndk-r8e/platforms/android-9/arch-arm/usr/include  -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/TabChild.o.pp  /home/nr/dev/mozilla/central/dom/ipc/TabChild.cpp

Back to the top