seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

Build falis on MBP running Mac OS X (10.6): CPU you selected does not support x86-64 instruction set #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

   On a newish MacBook Pro running Snow Leopard (10.6.2):

   1. Download, build, and install deps (llvm 2.6, clang 2.6, editline 3.0)
   2. Download ccons and extract to llvm-2.6/tool/ccons
   3. cmake CMakeLists.txt && make

What is the expected output? 

   The ccons binary/binaries

What do you see instead?

$ make
[  7%] Building CXX object CMakeFiles/ccons.dir/ccons.cpp.o
/Users/mappleby/Downloads/llvm-2.6/tools/ccons/ccons.cpp:1: error: CPU you
selected does not support x86-64 instruction set
make[2]: *** [CMakeFiles/ccons.dir/ccons.cpp.o] Error 1
make[1]: *** [CMakeFiles/ccons.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using?

   ccons_r189.tar.gz

On what operating system? 

   Mac OS X Snow Leopard (10.6.2)

Original issue reported on code.google.com by 0FFB...@gmail.com on 1 Jan 2010 at 5:08

GoogleCodeExporter commented 9 years ago
This defect, I think, is the same as defect 9.

However, 10.6.2 gives me redefinition errors between
header files in /opt/local/include and in llvm/include/llvm/Support,

so there appear to be additional problems with 10.6.2.

Original comment by hajime.i...@gmail.com on 1 Apr 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Issue appears to be fixed now in svn head (r200). thanks.

Original comment by 0FFB...@gmail.com on 17 Apr 2010 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by Alexei.Svitkine@gmail.com on 15 Sep 2010 at 2:19