Advertisement
Guest User

s093294

a guest
Jan 26th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. The CXX compiler identification is MSVC 17.0.51106.1
  2. The C compiler identification is MSVC 17.0.51106.1
  3. Check for working CXX compiler using: Visual Studio 11 ARM
  4. Check for working CXX compiler using: Visual Studio 11 ARM -- broken
  5. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:54 (message):
  6. The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio
  7. 11.0/VC/bin/cl.exe" is not able to compile a simple test program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: C:/Development/opencv/build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com
  16. CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2935300674
  17.  
  18.  
  19.  
  20. Microsoft (R) Microsoft Visual Studio 2012 Version 11.0.51106.1.
  21.  
  22. Copyright (C) Microsoft Corp. All rights reserved.
  23.  
  24. 1>------ Build started: Project: cmTryCompileExec2935300674, Configuration:
  25. Debug ARM ------
  26.  
  27. 1>C:\Program Files
  28. (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\ARM\PlatformToolsets\v110\Microsoft.Cpp.ARM.v110.targets(36,5):
  29. error MSB8022: Compiling Desktop applications for the ARM platform is not
  30. supported.
  31.  
  32. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
  33. ==========
  34.  
  35.  
  36.  
  37.  
  38.  
  39. CMake will not be able to correctly generate this project.
  40. Call Stack (most recent call first):
  41. CMakeLists.txt:61 (project)
  42.  
  43.  
  44. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement