Tiny C Compiler arm

1.4k Views Asked by At

I would like to compile and run C code at runtime for iOS and Android. Can Tiny C Compiler run on arm64 and armv7? If that's possible, how do I set up the XCode and android project to run Tiny C Compiler?

1

There are 1 best solutions below

2
On BEST ANSWER

It just won't work. Compiling code for iOS/Android involve lots of tools, and TCC just does not support that. Plus, it is forbidden by Apple to do so.

There is many steps in the building of an app, involving linking with the SDK, making a bundle, signing the code, ...