Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created April 28, 2017 00:08
Show Gist options
  • Save jerstlouis/8a276a1c5d34b518cd66e3fc506cd37f to your computer and use it in GitHub Desktop.
Save jerstlouis/8a276a1c5d34b518cd66e3fc506cd37f to your computer and use it in GitHub Desktop.
[ 97%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.obj
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c: In function 'llvm_object_list_sections':
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c:39:12: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
^
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c:39:12: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c: In function 'llvm_object_list_symbols':
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c:75:12: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
^
C:\Program Files\Emscripten\clang\fastcomp\src\tools\llvm-c-test\object.c:75:12: warning: ISO C does not support the 'I64' ms_printf length modifier [-Wformat=]
[ 97%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.obj
[ 97%] Linking CXX executable ..\..\bin\llvm-c-test.exe
[ 97%] Linking CXX executable ..\..\bin\llvm-cxxdump.exe
[ 97%] Linking CXX executable ..\..\bin\llvm-rtdyld.exe
[ 97%] Built target llvm-cxxdump
[ 97%] Linking CXX executable ..\..\bin\llvm-dwp.exe
[ 97%] Built target llvm-c-test
[ 97%] Built target llvm-rtdyld
[ 97%] Linking CXX executable ..\..\bin\llvm-lto2.exe
[ 97%] Built target llvm-dwp
[ 97%] Built target llvm-lto2
makefile:150: recipe for target `all' failed
mingw32-make: *** [all] Error 2
Build failed due to exception!
Working directory: C:/Program Files/Emscripten/clang/fastcomp\build_incoming_mingw_64
Command '['mingw32-make', '-j7']' returned non-zero exit status 2
Installation failed!
C:\Program Files\Emscripten>emsdk install --build=Release sdk-incoming-64bit binaryen-master-64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment