发布网友 发布时间:2022-04-25 10:45
共1个回答
热心网友 时间:2024-10-30 05:39
……uses an invalid compiler……说的是找不到编译器。原因,就是编译器没找到。
处理:去主菜单Settings→Complier and debugger,进Toolchain executable选项卡,看看目录是否写错了,以及是否与上面的Selected complier对应。
推广:其实很明显,你下载了孤立的CodeBlocks安装包,所以,应该重新去下载附带了编译器的安装包。官网上那句话很清楚:“NOTE: The codeblocks-8.02mingw-setup.exe file includes the GCC compiler and GDB debugger from MinGW.”
热心网友 时间:2024-10-30 05:42
……uses an invalid compiler……说的是找不到编译器。原因,就是编译器没找到。
处理:去主菜单Settings→Complier and debugger,进Toolchain executable选项卡,看看目录是否写错了,以及是否与上面的Selected complier对应。
推广:其实很明显,你下载了孤立的CodeBlocks安装包,所以,应该重新去下载附带了编译器的安装包。官网上那句话很清楚:“NOTE: The codeblocks-8.02mingw-setup.exe file includes the GCC compiler and GDB debugger from MinGW.”