I am having issues creating a server
I am at the cmake part. I download VS2013 and set up just like the guide said. I get a couple of errors that I have researched forever and cant get a definite answer. Here is the Cmake error log
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
-1
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
The output was:
-1
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if files stdint.h exist failed with the following output:
Source:
/* */
#include <stdint.h>
int main(){return 0;}
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
-1
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
The output was:
-1
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
any help would be wonderful!
|