cl.exe is unable to create an executable file

错误:

cl.exe is unable to create an executable file.
If cl.exe is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

意思是,要加上--enable-cross-compile

发布了2654 篇原创文章 · 获赞 352 · 访问量 210万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/105392532