1
1
When I try to cross-compile C code for PowerPC, I get the following error:
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin10-llvm-gcc-4.2': execvp: No such file or directory
What is the best way to install the missing compiler?
Just a guess, but reinstall Xcode and check all checkboxes when asked what you want to install? – Daniel Beck – 2011-05-30T14:39:08.257
Is the PowerPC compiler still part of Xcode? – Andrew J. Brehm – 2011-05-30T15:35:37.447
1That's why it's a guess. Start the installer and check the options. – Daniel Beck – 2011-05-30T15:50:45.010
Also, since there's no Xcode 5, you haven't actually told us the version you're using ;) – Daniel Beck – 2011-05-30T17:10:04.957
dupe of http://stackoverflow.com/questions/5333490
– fommil – 2013-08-25T11:12:29.573