Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. C:\Projects\emscripten\tests>clang -v -IC:\Projects\ -c hello_world.c
  2. clang version 3.0 (tags/RELEASE_30/final 155298)
  3. Target: i686-pc-win32
  4. Thread model: posix
  5. "c:/projects/llvm/build30/bin/Release/clang.exe" -cc1 -triple i686-pc-win32 -em
  6. it-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name hello_wo
  7. rld.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-al
  8. iases -target-cpu pentium4 -momit-leaf-frame-pointer -v -coverage-file hello_wor
  9. ld.o -resource-dir "c:/projects/llvm/build30/bin/Release\\..\\lib\\clang\\3.0" -
  10. I "C:\\Projects\\" -fmodule-cache-path "C:\\Users\\clb\\AppData\\Local\\Temp\\cl
  11. ang-module-cache" -internal-isystem c:/projects/llvm/build30/bin/Release/../lib/
  12. clang/3.0/include -internal-isystem "C:\\Program Files (x86)\\Microsoft Visual S
  13. tudio 10.0\\VC\\include" -internal-isystem "C:\\Program Files\\Microsoft SDKs\\W
  14. indows\\v7.1\\\\include" -ferror-limit 19 -fmessage-length 80 -fms-extensions -f
  15. ms-compatibility -fmsc-version=1300 -fdelayed-template-parsing -fgnu-runtime -fo
  16. bjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fdiagnostics-sho
  17. w-option -fcolor-diagnostics -o hello_world.o -x c hello_world.c
  18. clang -cc1 version 3.0 based upon llvm 3.0 hosted on i686-pc-win32
  19. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  20. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  21. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  22. #include "..." search starts here:
  23. End of search list.
  24. error: error reading 'Files'
  25. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  26. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  27. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  28. #include "..." search starts here:
  29. End of search list.
  30. error: unable to open output file '': 'Error opening output file '(x86)/Microsof
  31. t.o''
  32. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  33. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  34. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  35. #include "..." search starts here:
  36. End of search list.
  37. error: error reading 'Visual'
  38. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  39. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  40. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  41. #include "..." search starts here:
  42. End of search list.
  43. error: error reading 'Studio'
  44. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  45. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  46. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  47. #include "..." search starts here:
  48. End of search list.
  49. error: unable to open output file '': 'Error opening output file '10.0/VC/includ
  50. e -internal-isystem C:/Program.o''
  51. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  52. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  53. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  54. #include "..." search starts here:
  55. End of search list.
  56. error: unable to open output file '': 'Error opening output file 'Files/Microsof
  57. t.o''
  58. ignoring nonexistent directory "C:\Projects" -fmodule-cache-path C:\Users\clb\Ap
  59. pData\Local\Temp\clang-module-cache -internal-isystem c:/projects/llvm/build30/b
  60. in/Release/../lib/clang/3.0/include -internal-isystem C:\Program"
  61. #include "..." search starts here:
  62. End of search list.
  63. error: unable to open output file '': 'Error opening output file 'SDKs/Windows/v
  64. 7.1//include -ferror-limit 19 -fmessage-length 80 -fms-extensions -fms-compatibi
  65. lity -fmsc-version=1300 -fdelayed-template-parsing -fgnu-runtime -fobjc-runtime-
  66. has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fdiagnostics-show-option -fc
  67. olor-diagnostics -o hello_world.o -x c hello_world.o''
  68. 7 errors generated.
  69.  
  70. C:\Projects\emscripten\tests>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement