Is it really possible to compile an AIX COMPLETELY offline in smartphone? I require this as I am creating an IDE for Android.
There is more than one possibility. One of them is called Rush
Is it possible on Android? After reading it I got confused
Oh you mean on your phone? There once was an android version of App Inventor on Google Play. It was very very slow.
Oh ok. I guess the best way is to emulate PC Operating System (Linux, or Windows) and then compile! What do you think?
Why not trying it yourself and see if it works?
Guaranteed to work.
Hmm
Maybe i have something like that
How did you compile, can you please show the code?
The code is huge, he has been working on it for months.
~5,000 lines of code? or ~150,000?
I don't expect it to be written in App Inventor (maybe Android Studio).
Yes, it is possible. Let's take Rush as an example.
As Rush works on Linux, it is possible to run that on a Linux/bash (or whatever you call it) environment. Termux is one of them.
However, as far I tested, Rush only has one release for Linux which is in x86-64
architecture, so as mobile devices has different architectures (for example my phone is aarch64
), it can't execute Rush as it is not compatible. (Termux executes the code natively, it doesn't emulate a computer.)
That said, Rush is open source, I could add different architectures in the code, however I'm not familiar with the Rush's code at the moment. Maybe someone else can do that.
It's a patched version of JavaC tool
Yeh, made on Android studio
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.