clang++.exe -o bin\Debug\5.exe obj\Debug\main.o
D:\Program Files (x86)\CodeBlocks\MinGW\bin\ld.exe: unrecognised emulation mode: i386pep
Supported emulations: i386pe
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
希望 V 友看下是哪里出了问题?
1
mikicomo OP 问题已经找出来了...clang 和 codeblocks 都太傻...必须要把目录定位 C:\MinGW
|