[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Sherief Farouk
sherief at mganin.com
Thu May 27 11:09:57 PDT 2010
Just to be clear, nothing in the MS TCRs require that you use a certain compiler - it does, however, require that you link with the 360-specific C runtime libraries. That being said, I still believe that direct binary generation is not a feasible option, and the ObjC => C route is preferred.
Kevin, hate to be asking this but do you have access to the XDK or are you just "aiming" for it?
- Sherief
On May 27, 2010, at 11:09 AM, Alex Rosenberg wrote:
> PS3 is not "a Linux derivative." The compilers supplied by SCE for PS3
> game development are highly customized and support a customized ABI
> that will take some time to adjust LLVM and Clang to support.
>
> You'd likely also run afoul of a TRC or two, similar to the problems
> you'll face with Microsoft TCRs mentioned earlier.
>
> Alex
More information about the llvm-dev
mailing list