Error while running `make run command`

I followed the instructions mentioned here https://github.com/grafana/grafana/blob/master/contribute/developer-guide.md and installed all the necessary requirements.

Once i run ‘make run’ command i see below error

[Bra] 08-29 22:52:10 [DEBUG] Running: go [run build.go -dev build-server]
Version: 7.2.0-pre, Linux Version: 7.2.0, Package Iteration: 1598721732pre
go build -ldflags -w -X main.version=7.2.0-pre -X main.commit=1a69bcfeff -X main.buildstamp=1598648602 -X main.buildBranch=master -o ./bin/grafana-server.
exe ./pkg/cmd/grafana-server
# github.com/grafana/grafana/pkg/cmd/grafana-server
c:\go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: error: export ordinal too large: 87294
collect2.exe: error: ld returned 1 exit status

exit status 2
exit status 1
[Bra] 08-29 22:52:28 [ WARN] Fail to execute command: go [run build.go -dev build-server] - exit status 1
make: *** [Makefile:54: run] Interrupt

Environment:
Windows 10 Professional
available disk space on C drive 23GB (could that be an issue?)

Also seeing this on Windows 10 Pro

$ make build
build go files
GO111MODULE=on go run build.go build
Version: 7.3.0-pre, Linux Version: 7.3.0, Package Iteration: 1601576325pre
rm -r ./bin/windows-amd64/grafana-server.exe
rm -r ./bin/windows-amd64/grafana-server.exe.md5
go version
go version go1.15.2 windows/amd64
Targeting windows/amd64
go build -ldflags -w -X main.version=7.3.0-pre -X main.commit=26ba7ab598 -X main.buildstamp=1601559665 -X main.buildBranch=master -o ./bin/windows-amd64/grafana-server.exe ./pkg/cmd/grafana-server
# github.com/grafana/grafana/pkg/cmd/grafana-server
c:\go\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: error: export ordinal too large: 88573
collect2.exe: error: ld returned 1 exit status

I suspect this might be the issue. Downgrading to golang 1.14.7 fixed the problem for me.