cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Error compiling llvm-gcc-iphone-build #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to build the toolchain, I am successfully able to compile llvm,
odcctools and got the iphone filesystem, MacOSX sdk

Then I tried to build llvm-gcc-iphone-build, but it gave me following error:

cc1: internal error: #pragma pack is already registered

It seems some internal compiler error, but I am not able to find out he reason.

I am using Intel Core 2 duo and compiling the toolchain on 32 bit chroot
environment because i had problems in compiling odcctools in 64bit environment.

Original issue reported on code.google.com by avadh4...@gmail.com on 12 Sep 2007 at 5:25

GoogleCodeExporter commented 8 years ago
Looks like the same error as issue 7, which should be fixed in the latest svn. 
Do a
svn up and try build.

Original comment by Phi...@gmail.com on 12 Sep 2007 at 7:55