Advertisement
Damola

llvm-gcc42 vs apple-gcc42

Sep 14th, 2012
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ENVIRONMENT:
  2. 1. BUILD_MAC_SDK_EXPERIMENTAL (not set)
  3. 2. i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1
  4.  
  5. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimatedRect.idl
  6. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimatedString.idl
  7. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimatedTransformList.idl
  8. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimateColorElement.idl
  9. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimateElement.idl
  10. target Generated: libwebcore <= external/webkit/Source/WebCore/svg/SVGAnimateTransformElement.idl
  11. make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/bindings/V8SVGHKernElement.h] Segmentation fault: 11
  12. make: *** Waiting for unfinished jobs....
  13.  
  14. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. ENVIRONMENT:
  16. 1. BUILD_MAC_SDK_EXPERIMENTAL=1
  17. 2. i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1
  18.  
  19. ****************************************
  20. build/core/main.mk:166: * gcc is linked to llvm-gcc which will *
  21. build/core/main.mk:167: * not create a useable emulator. *
  22.  
  23. frameworks/base/core/res/res/values/public.xml:2156: warning:In file included from external/llvm/include/llvm/Support/ConstantFolder.h:21,
  24. from external/llvm/include/llvm/Support/IRBuilder.h:25,
  25. from external/clang/lib/CodeGen/CGBuilder.h:14,
  26. from external/clang/lib/CodeGen/CodeGenFunction.h:31,
  27. from external/clang/lib/CodeGen/CGExprScalar.cpp:16:
  28. external/llvm/include/llvm/Constants.h:429: internal compiler error: Segmentation fault: 11
  29.  
  30. aapt: warning: string 'gsm_alphabet_default_charset' has no default translation in frameworks/base/core/res/res; found: ko
  31. host C++: libclangCodeGen <= external/clang/lib/CodeGen/CGObjC.cpp
  32. In file included from external/llvm/include/llvm/Support/ConstantFolder.h:21,
  33. from external/llvm/include/llvm/Support/IRBuilder.h:25,
  34. from external/clang/lib/CodeGen/CGBuilder.h:14,
  35. from external/clang/lib/CodeGen/CodeGenFunction.h:31,
  36. from external/clang/lib/CodeGen/CGCUDARuntime.cpp:21:
  37. external/llvm/include/llvm/Constants.h:550: internal compiler error: Segmentation fault: 11
  38. Please submit a full bug report,
  39. with preprocessed source if appropriate.
  40. See <URL:http://developer.apple.com/bugreporter> for instructions.
  41. make: *** [out/host/darwin-x86/obj/STATIC_LIBRARIES/libclangCodeGen_intermediates/CGCUDARuntime.o] Error 1
  42. make: *** Waiting for unfinished jobs....
  43. frameworks/base/core/res/AndroidManifest.xml:1428: warning: No comment for public symbol android:permission/MASTER_CLEAR
  44. frameworks/base/core/res/AndroidManifest.xml:1036: warning: No comment for public symbol android:permission/SUBSCRIBED_FEEDS_WRITE
  45. frameworks/base/core/res/res/values/public.xml:2594: warning: No comment for public symbol android:anim/accelerate_decelerate_interpolator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement