bx icon indicating copy to clipboard operation
bx copied to clipboard

Unable to build with MinGW on windows

Open qianqians opened this issue 4 years ago • 0 comments

i gen makefile ../bx/tools/bin/windows/genie --gcc=mingw-gcc gmake

the makefile set CC = $(MINGW)/bin/x86_64-w64-mingw32-gcc CXX = $(MINGW)/bin/x86_64-w64-mingw32-g++ AR = $(MINGW)/bin/ar

need MinGW-w64 to build it? how to gen MinGW makefile?

qianqians avatar Mar 07 '20 08:03 qianqians