veekays / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

toolchain on Fedora64 configure: error: C compiler cannot create executables #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run toolchain.sh all 
2.enter all required information as apple credentials, and location of sdk
and firmware files..
3.

What is the expected output? What do you see instead?
Honestly I didn't expected nothing since I just installing and setting the
environment, the output problem was:
Checking out odcctools...
Checked out revision 280.
Configuring cctools-iphone...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... arm-apple-darwin9
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** No rule to make target `clean'.  Stop.
Building cctools-iphone...
Build progress logged to: toolchain/bld/cctools-iphone/make.log
Build & install failed. Check make.log and install.log

What version of the product are you using? On what operating system?
a.Toolchain for firmware 2.2.1
b.Fedora 10 x86_64

Please provide any additional information below.
a.iphone SDK file:     iphone_sdk_for_iphone_os_2.2.19m2621afinal.dmg
b.iPod firmware file:  iPod2,1_2.2.1_5H11a_Restore.ipsw

Original issue reported on code.google.com by joa...@gmail.com on 20 Jun 2009 at 4:49

GoogleCodeExporter commented 8 years ago
Is there any aditional setting that I can configure to get toolchain working on
Fedora64?, I know that gcc, actually, can compile for 32b architecture, but 
cannot
figure out how setup toward it.
Thanks in advance

Original comment by joa...@gmail.com on 20 Jun 2009 at 4:51

GoogleCodeExporter commented 8 years ago
Maybe your issue is linked to issue #10.

You may first make sure you have installed gcc-multilib (support for 32bits), 
the
rest should be automatic.

Original comment by damien.c...@gmail.com on 17 Aug 2009 at 7:40

GoogleCodeExporter commented 8 years ago
Is this fixed with toolchain 3.0 and gcc-multilib installed?

Original comment by toeloo...@googlemail.com on 11 Sep 2009 at 8:39