dominus

Untitled

Sep 25th, 2020
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. Compiling 3rdparty/bgfx/src/bgfx.cpp...
  2. clang++ -MMD -MP -MP -DNDEBUG -DCRLF=2 -DLSB_FIRST -DFLAC__NO_DLL -DPUGIXML_HEADER_ONLY -DMAME_NOASM -DLUA_COMPAT_ALL -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -DBGFX_CONFIG_MAX_FRAME_BUFFERS=128 -DIMGUI_DISABLE_OBSOLETE_FUNCTIONS -I"../../../../../3rdparty/bgfx/include" -I"../../../../../3rdparty/bgfx/3rdparty" -I"../../../../../3rdparty/bx/include" -I"../../../../../3rdparty/bimg/include" -I"../../../../../3rdparty/bgfx/3rdparty/dxsdk/include" -I"../../../../../3rdparty/bgfx/3rdparty/khronos" -I"../../../../../3rdparty/bx/include/compat/osx" -m32 -pipe -Werror -O3 -fno-strict-aliasing -Wno-unknown-pragmas -Wall -Wcast-align -Wundef -Wformat-security -Wwrite-strings -Wno-sign-compare -Wno-conversion -Wno-error=deprecated-declarations -Wno-cast-align -Wno-tautological-compare -Wno-unused-value -Wno-constant-logical-operand -fdiagnostics-show-note-include-stack -Wno-unknown-warning-option -Wno-extern-c-compat -Wno-unknown-attributes -Wno-ignored-qualifiers -Wno-pragma-pack -m32 -Wno-uninitialized -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-extra-args -Wno-switch -x objective-c++ -std=c++14 -Woverloaded-virtual -Wno-unknown-pragmas -o "../../../../osx_clang/obj/x32/Release/3rdparty/bgfx/src/bgfx.o" -c "../../../../../3rdparty/bgfx/src/bgfx.cpp"
  3. fatal error: error in backend: Cannot select: 0x1221d2220: ch,glue =
  4. ARMISD::CALL 0x121e1d0d0, 0x12221a038, Register:i32 $r0,
  5. RegisterMask:Untyped, 0x121e1d0d0:1
  6. 0x12221a038: i32,ch = load<(non-temporal dereferenceable invariant load 4 from got)> 0x120f4bc28, 0x1221f7498, undef:i32
  7. 0x1221f7498: i32 = ARMISD::WrapperPIC TargetGlobalTLSAddress:i32<i32* @_ZN4bgfxL13s_threadIndexE> 0 [TF=128]
  8. 0x122186a98: i32 = TargetGlobalTLSAddress<i32* @_ZN4bgfxL13s_threadIndexE> 0 [TF=128]
  9. 0x1221860d8: i32 = undef
  10. 0x121dbb1a0: i32 = Register $r0
  11. 0x121e4d4f0: Untyped = RegisterMask
  12. 0x121e1d0d0: ch,glue = CopyToReg 0x12221a038:1, Register:i32 $r0, 0x1221f7498
  13. 0x121dbb1a0: i32 = Register $r0
  14. 0x1221f7498: i32 = ARMISD::WrapperPIC TargetGlobalTLSAddress:i32<i32* @_ZN4bgfxL13s_threadIndexE> 0 [TF=128]
  15. 0x122186a98: i32 = TargetGlobalTLSAddress<i32* @_ZN4bgfxL13s_threadIndexE> 0 [TF=128]
  16. In function: _ZN4bgfx11renderFrameEi
  17. clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
  18. Apple clang version 12.0.0 (clang-1200.0.32.4)
  19. Target: arm-apple-darwin20.1.0
  20. Thread model: posix
  21. InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  22. clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
  23. clang: note: diagnostic msg:
  24. ********************
  25.  
  26. PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  27. Preprocessed source(s) and associated run script(s) are located at:
  28. clang: note: diagnostic msg: /var/folders/zw/2syqkbg97rl2dv5y1n7_rszc0000gn/T/bgfx-b5b22a.mm
  29. clang: note: diagnostic msg: /var/folders/zw/2syqkbg97rl2dv5y1n7_rszc0000gn/T/bgfx-b5b22a.sh
  30. clang: note: diagnostic msg: Crash backtrace is located in
  31. clang: note: diagnostic msg: /Users/dtk/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
  32. clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
  33. clang: note: diagnostic msg:
  34.  
  35. ********************
  36. make[2]: *** [../../../../osx_clang/obj/x32/Release/3rdparty/bgfx/src/bgfx.o] Error 70
  37. make[1]: *** [bgfx] Error 2
  38. make: *** [macosx_x86_clang] Error 2
Add Comment
Please, Sign In to add comment