tomxiong / iphonedevonlinux

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

iPhone SDK filename change #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The name of the latest SDK at apple has slightly change, at least since
version 2.2.1, the last _ before final.dmg is no longer there...

With latest iPhone SDK (as of 09 Feb 09)
1. mv iphone_sdk_for_iphone_os_2.2.19m2621afinal.dmg ./files
2. ./toolchain.sh headers

Expected output:
Getting the header files...
Trying to mount the iPhone SDK dmg...

What I see instead:
Getting the header files...
I'm having trouble finding the iPhone SDK. I looked here:
/home/dciabrin/iphone/unstable/iphonedevonlinux-read-only/files/iphone_sdk_for_i
phone_os_*_final.dmg

Version of the product. Operating system
toolchain.sh branches/unstable (r68), Ubuntu Ibex x64

Additional information below.
Attached is a trivial patch to take this change into account for toolchain.sh

Original issue reported on code.google.com by damien.c...@gmail.com on 9 Feb 2009 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report.

I notice that you're building on a 64-bit system. Have you managed to get 
through the
whole process? We've been having some build errors under some 64-bit systems so 
it
would be good to find any accounts of it working so we can figure out why.

Original comment by m4d...@gmail.com on 10 Feb 2009 at 10:58

GoogleCodeExporter commented 8 years ago
So far, I've only been up to the firmware step. But in the 1.1.4 days, building 
the
opensdk with gcc and multilib support was working like a charm.
I'll have a look tonight :)

Original comment by damien.c...@gmail.com on 10 Feb 2009 at 12:00

GoogleCodeExporter commented 8 years ago
I can confirm that the "./toolchain build" step is working flawlessly with gcc 
and
multilib support on Ubuntu Ibex x64. Only fixinc.sh complains a bit because it 
cannot
parse various tcl/tk-related headers..

In order to prevent any confusion, maybe it would be a good idea to add a check 
in
check_environment (after objc support) to ensure that 32bit mode is supported on
64bits gcc.

Original comment by damien.c...@gmail.com on 10 Feb 2009 at 9:27