Can I build Visopsys in Android OS?

General discussion about Visopsys.
Post Reply
ps2013
Posts: 18
Joined: Sat Jan 02, 2016 1:36 pm

Can I build Visopsys in Android OS?

Post by ps2013 »

Can I build Visopsys in Android OS?
User avatar
andymc
Posts: 589
Joined: Tue Nov 16, 2010 7:20 pm

Re: Can I build Visopsys in Android OS?

Post 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.
ps2013
Posts: 18
Joined: Sat Jan 02, 2016 1:36 pm

Re: Can I build Visopsys in Android OS?

Post by ps2013 »

http://android-manual.org/level2/android-gcc unfortabely for this root rights is needed. :(
ps2013
Posts: 18
Joined: Sat Jan 02, 2016 1:36 pm

Re: Can I build Visopsys in Android OS?

Post by ps2013 »

Is this Ubuntu Live for ARM?
ps2013
Posts: 18
Joined: Sat Jan 02, 2016 1:36 pm

Re: Can I build Visopsys in Android OS?

Post by ps2013 »

http://www.google.kz/search?redir_esc=& ... er+android
As i know [403 Forbidden Error] - Access Denied :( :(
Last edited by ps2013 on Sat Feb 27, 2016 4:04 pm, edited 2 times in total.
ps2013
Posts: 18
Joined: Sat Jan 02, 2016 1:36 pm

Re: Can I build Visopsys in Android OS?

Post by ps2013 »

Last edited by ps2013 on Sat Feb 27, 2016 4:04 pm, edited 2 times in total.
User avatar
andymc
Posts: 589
Joined: Tue Nov 16, 2010 7:20 pm

Re: Can I build Visopsys in Android OS?

Post 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.
Post Reply