• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
re: XCode 2.5, gcc 3.3, snow leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: XCode 2.5, gcc 3.3, snow leopard


  • Subject: re: XCode 2.5, gcc 3.3, snow leopard
  • From: fred ross-perry <email@hidden>
  • Date: Sun, 15 Nov 2009 15:01:20 -0800

FYI, I managed to figure this out. I know Apple will not support this configuration,
but I thought it might be helpful for others. YMMV, of course.


-  Install XCode 2.5.  Be sure to include the SDKs for 10.2 support.
Reboot.

-  Make a copy of the gcc 3.3 installer package from XCode 2.5.  Hack
it by editing one of the internal text files (I forget which one) and change
the maximum supported OS version to 10.7.  Run the hacked installer.
Reboot.

This will result in a setup where you can build UBs that are Intel/10.4/gcc4.0
and PPC/10.2/gcc3.3. But debugging won't work, because XCode 2.5's gdb
will not work on 10.6. So, ...


-  Make a symbolic link in the XCode2.5 tree that points to the 10.6
version of gdb:

    su root
    cd  /XCode2.5/usr/bin
    mv gdb gdb-original
    ln -s /usr/bin/gdb ./gdb

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Stupid "warning: declaration of 'index' shadows a global declaration"
  • Next by Date: Re: custom build location
  • Previous by thread: Re: Xcode 2.5, gcc 3.3, snow leopard
  • Next by thread: Re: External Target prevents Active Architecture from being x86_64
  • Index(es):
    • Date
    • Thread