NickThePowerful / iphone-dev

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

Does not build on gutsy gibbon / intel #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to build tool chain but i have a problem when building LLVM-GCC.
Have you an idea ?

What is the expected output? What do you see instead?

/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/gcc/xgcc
-shared-libgcc
-B/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/gcc/
-nostdinc++
-L/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/l
ibstdc++-v3/src
-L/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/l
ibstdc++-v3/src/.libs
-B/usr/local/arm-apple-darwin/bin/ -B/usr/local/arm-apple-darwin/lib/
-isystem /usr/local/arm-apple-darwin/include -isystem
/usr/local/arm-apple-darwin/sys-include
-I/home/sebastien/iphone/iphone-dev/llvm-gcc-4.0-iphone/libstdc++-v3/../gcc
-I/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/l
ibstdc++-v3/include/arm-apple-darwin
-I/home/sebastien/iphone/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/l
ibstdc++-v3/include
-I/home/sebastien/iphone/iphone-dev/llvm-gcc-4.0-iphone/libstdc++-v3/libsupc++
-g -O2 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c
../../../../../llvm-gcc-4.0-iphone/libstdc++-v3/libsupc++/del_op.cc 
-fno-common -DPIC -o del_op.o
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h: In function
'uint16_t OSReadBigInt16(const volatile void*, uintptr_t)':
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:341: error:
invalid conversion from 'const volatile void*' to 'volatile void*'
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:341: error:  
initializing argument 1 of 'uint16_t OSReadSwapInt16(volatile void*,
uintptr_t)'
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h: In function
'uint32_t OSReadBigInt32(const volatile void*, uintptr_t)':
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:351: error:
invalid conversion from 'const volatile void*' to 'volatile void*'
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:351: error:  
initializing argument 1 of 'uint32_t OSReadSwapInt32(volatile void*,
uintptr_t)'
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h: In function
'uint64_t OSReadBigInt64(const volatile void*, uintptr_t)':
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:361: error:
invalid conversion from 'const volatile void*' to 'volatile void*'
/usr/local/arm-apple-darwin/include/libkern/OSByteOrder.h:361: error:  
initializing argument 1 of 'uint64_t OSReadSwapInt64(volatile void*,
uintptr_t)'
make[3]: *** [del_op.lo] Error 1

What version of the product are you using? On what operating system?

Linux minizen 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
GNU/Linux
on 2 
Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz

Original issue reported on code.google.com by sebastie...@gmail.com on 30 Oct 2007 at 8:16

GoogleCodeExporter commented 9 years ago
I have just seen that it is a duplicate of the issue 85

http://code.google.com/p/iphone-dev/issues/detail?id=85

Original comment by sebastie...@gmail.com on 30 Oct 2007 at 8:22