make file error
Posted: Thu Feb 16, 2017 11:31 pm
mac version: macOS Sierra version 10.12.3
codelite version 10.0.0
c++ comelier xCode (clang-800.0.42.1)
codelite version 10.0.0
c++ comelier xCode (clang-800.0.42.1)
Code: Select all
[#include <iostream>
int main()
{
cout << "Hello World" << endl;
return 0;
}]
when ever i build it cannot build it just shows me this:
/bin/sh -c '/usr/bin/make -j8 -e -f Makefile'
----------Building project:[ bag - Debug ]----------
/usr/lib/libcmph.dylib: /usr/lib/libcmph.dylib: cannot execute binary file
make[1]: *** [Debug/main.cpp.o.d] Error 126
make: *** [All] Error 2
====1 errors, 0 warnings====