C++ Toolchains
Go Up to Toolchains
RAD Studio provides the following C++ toolchains:
| Platform | Compiler | Linker |
|---|---|---|
| 32-bit Windows | BCC32C (Clang) | Technical Details About ILINK32 and ILINK64 |
| BCC32 | ||
| 64-bit Windows | BCC64 (Clang) | Technical Details About ILINK32 and ILINK64 |
| OS X | BCCOSX | XLINK |
| 32-bit iOS | BCCIOSARM (Clang) | Apple LD64 |
| 64-bit iOS | BCCIOSARM64 (Clang) | |
| Android | BCCAARM (Clang) | GNU ld |