I have my eyes in doing bare metal development on the Pi 2. However I have nowhere to install a Linux to as my Mac's hard drive (retrofitted 480GB SSD) is almost full. So anyone have luck in writing bare metal code using the set of tools that came with Xcode?
Xcode shipped with an Apple-patched version of LLVM/clang that (since iPhones used them) supports emitting ARMv7 and ARMv6 code. Now how should I make the rest of the toolchain work?