Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22113

How to get GCC9.x or latest gcc with Go compiler on a windows 2000 machine

$
0
0

I need to build a tool written in Go. Go doesn't support windows 2000 so I want to fall back on latest GCC compilers with built in support for Go (gccgo). I have cygwin 1.7 on windows 2000 machine (oracle virtual machine) (Perhaps I need a cygwin expert to assist with getting latest gcc in this setup.)

I could not find a step by step process to follow. I tried building gcc 9.2 on cygwin 1.7 on windows 2000 but it crashes.

Errors I get when I run ./configure from gcc 9.2 source code on cygwin 1.7 (windows 2000) :

./configure: line 1932: cannot create temp file for here document: Device or resource busy./configure: line 1944: cannot create temp file for here document: Device or resource busy./configure: line 1979: cannot create temp file for here document: Device or resource busy./configure: line 2141: cannot create temp file for here document: Device or resource busy./configure: line 2145: cannot create temp file for here document: Device or resource busy./configure: line 2149: cannot create temp file for here document: Device or resource busy./configure: line 2153: cannot create temp file for here document: Device or resource busy./configure: line 2157: cannot create temp file for here document: Device or resource busy./configure: line 2161: cannot create temp file for here document: Device or resource busyconfigure: error: cannot run /bin/sh ./config.sub

Viewing all articles
Browse latest Browse all 22113

Trending Articles