Page 1 of 1

Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 5:34 am
by ps2013
Can I build Visopsys in Android OS?

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 11:28 am
by andymc
It might be possible, yes, if you can get GCC (compiling for x86) and NASM on there, and a command shell. You wouldn't be able to run the resulting build on an ARM device, though, it needs PC hardware.

It would probably be easier to just use Ubuntu or CentOS, or any other Linux you prefer.

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 1:46 pm
by ps2013
http://android-manual.org/level2/android-gcc unfortabely for this root rights is needed. :(

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 1:50 pm
by ps2013
Is this Ubuntu Live for ARM?

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 1:54 pm
by ps2013
http://www.google.kz/search?redir_esc=& ... er+android
As i know [403 Forbidden Error] - Access Denied :( :(

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 1:56 pm
by ps2013

Re: Can I build Visopsys in Android OS?

Posted: Thu Jan 07, 2016 2:06 pm
by andymc
I think you probably shouldn't try to build using Android, unless you're confident that you know exactly what needs to be done to make it work. Otherwise, there's a good chance that you're wasting your time.

For example, a GCC running on an Android ARM device will build code for ARM by default. You would need one that can cross-compile for an x86 target.

Luckily, a PC or VM running Ubuntu, with GCC and NASM, is very well suited for building Visopsys. CentOS works too. All possible with free software.