Page 2 of 2

Re: I can't get bochs to compile under cygwin.

Posted: Wed Jun 23, 2010 6:14 am
by Neolander
Owen wrote:You're compiling it with Cygwin GCC. It doesn't expect that - use MinGW!
But... But... GCC 3.4... Ugliness...

Re: I can't get bochs to compile under cygwin.

Posted: Wed Jun 23, 2010 6:27 am
by gerryg400
Give up on cygwin. Take ~m32's advice. Install a command line (or light-weight) linux in a virtual machine and use it to cross-compile. Use your native windows or whatever to edit etc. I did this for a few months on my mac until I got gcc cross-compiling. Then I deleted the Linux virtual machine.

Re: I can't get bochs to compile under cygwin.

Posted: Wed Jun 23, 2010 7:00 am
by Owen
Neolander wrote:
Owen wrote:You're compiling it with Cygwin GCC. It doesn't expect that - use MinGW!
But... But... GCC 3.4... Ugliness...
GCC 4.5 for MinGW exists.

Re: I can't get bochs to compile under cygwin.

Posted: Wed Jun 23, 2010 9:45 am
by Creature
Owen wrote:
Neolander wrote:
Owen wrote:You're compiling it with Cygwin GCC. It doesn't expect that - use MinGW!
But... But... GCC 3.4... Ugliness...
GCC 4.5 for MinGW exists.
... it only requires you to download and install the packages manually (not using MinGW installer, which is majorly outdated). For what it matters, there are even pre-built 64-bit targeted GCC's for Windows available here.