Open GoogleCodeExporter opened 8 years ago
the ppa-link changed: (created a apple-specific ppa)
https://launchpad.net/~flosoft/+archive/cross-apple
Original comment by florian...@googlemail.com
on 16 Jun 2011 at 9:33
Hi florian, your repo is over ;(
I get a 404 error when i update my package list on ubuntu !
Original comment by as...@me.com
on 17 Jun 2011 at 9:11
Hi, you have to set "maverick" as distribution. if you're using an older
ubuntu/debian, you should download the source packages and rebuild it for your
system - with newer ubuntu/debian, its not a problem
I ran into that problem too if I was using "add-apt-repository
ppa:flosoft/cross-apple"
Original comment by florian...@googlemail.com
on 17 Jun 2011 at 9:15
How i use your repositery ? Which package i install and what's next ?
Original comment by as...@me.com
on 17 Jun 2011 at 9:31
I've been update my source.list ;)
Original comment by as...@me.com
on 17 Jun 2011 at 9:32
you can install these packages:
ii apple-arm-odcctools 758.159-0flosoft11
Apple Darwin crosscompiler arm "binutils".
ii apple-ppc-gcc 4.2.1~5646.1flosoft2
Apple ppc/ppc64 crosscompiler
ii apple-ppc-odcctools 758.159-0flosoft10
Apple Darwin crosscompiler powerpc "binutils".
ii apple-uni-framework-sdl 1.2.14-0flosoft3
MacOSX SDL-framework for apple cross compiler
ii apple-uni-framework-sdlmixer 1.2.11-0flosoft3
MacOSX SDL_mixer-framework for apple cross compiler
ii apple-uni-libminiupnpc 1.5-0flosoft5
MacOSX libminiupnpc for apple cross compiler
ii apple-uni-sdk-10.4u 20110407-0.flosoft1
MacOSX 10.4u SDK for apple cross compiler
ii apple-uni-sdk-10.5 20110407-0.flosoft1
MacOSX 10.5 SDK for apple cross compiler
ii apple-uni-sdk-10.6 20110407-0.flosoft1
MacOSX 10.6 SDK for apple cross compiler
ii apple-x86-gcc 4.2.1~5646.1flosoft2
Apple i686/x86_64 crosscompiler
ii apple-x86-odcctools 758.159-0flosoft10
Apple Darwin crosscompiler i686/x86_64 "binutils".
ii ccache-lipo 1.0-0flosoft3
ccache extension for apple multi-arch file compilers.
now you have i686-apple-darwin10-* for 32/64bit apple binaries and
powerpc-apple-darwin10-* for powerpc/powerpc64 binaries.
So you can compile i.e a "HelloWorld.c" with
i686-apple-darwin10-gcc -arch i386 -arch x86_64 -arch powerpc HelloWorld.c -o
HelloWorld
to an universal binary (the gcc will call the powerpc-variant as needed)
Original comment by florian...@googlemail.com
on 17 Jun 2011 at 9:36
the arm gcc (for iphone) is not yet finished
Original comment by florian...@googlemail.com
on 17 Jun 2011 at 9:36
[deleted comment]
And i get same erros when compiling odcctools !
Original comment by as...@me.com
on 17 Jun 2011 at 10:18
how did you compile and which errors do you get? (perhaps you should open a new
issue?)
Original comment by florian...@googlemail.com
on 17 Jun 2011 at 10:20
Original issue reported on code.google.com by
florian...@googlemail.com
on 7 Apr 2011 at 2:25