pereraa / iphone-dev

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

error in building gcc-4.2-iphone in CYGWIN #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use cygwin to build a toolchain for iphone FW3.0
I have used this method to build a toolchain for iphone FW2.X successfully,
but when building for FW3.0, it failed in building gcc-4.2-iphone
the error like this

$ arm-apple-darwin9-ranlib -c ./libgcc.a
arm-apple-darwin9-ranlib: file: ./libgcc.a(_bb_init_func.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatdidf.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatdisf.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatundidf.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatundisf.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatunssidfvfp.o) has no symbols
arm-apple-darwin9-ranlib: file: ./libgcc.a(_floatunssisfvfp.o) has no symbols

Original issue reported on code.google.com by jason.li...@gmail.com on 6 Jul 2009 at 4:43