简体   繁体   English

Eclipse 错误:在 PATH 中找不到“x86_64-w64-mingw32-gcc”。 如何消除这个错误? 我不需要这个供应商

[英]Eclipse error: "x86_64-w64-mingw32-gcc" not found in PATH. How to remove this error? i dont need this provider

I get this error when compiling in Linux:在 Linux 中编译时出现此错误:

Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options Program "x86_64-w64-mingw32-gcc" not found in PATH Project Properties,C++ Preprocessor Include.../Providers,[CDT Cross GCC Built-in Compiler Settings] options Program "x86_64-w64-mingw32-gcc" not found in PATH

Compilation goes fine, but i want to resolve this error.编译顺利,但我想解决这个错误。 When i go to Preprocessor Included Paths, Macros, etc. under Providers tabs i see that provider, but is imposible to remove it.当我 go 到预处理器包括路径、宏等时,在提供程序选项卡下我看到该提供程序,但无法将其删除。 How to fix this?如何解决这个问题?

在此处输入图像描述

In Tool Chain Editor i switched to Linux GCC then back to Cross Gcc and everything is fine now.在工具链编辑器中,我切换到 Linux GCC 然后回到 Cross Gcc 现在一切都很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 严重错误:sys / socket.h:没有此类文件或目录,x86_64-w64-mingw32模式 - fatal error: sys/socket.h: No such file or directory, x86_64-w64-mingw32 mode 使用x86_64-w64-mingw32-g ++进行OMP交叉编译 - OMP Cross compilation with x86_64-w64-mingw32-g++ x86_64-w64-mingw32-g ++编译失败,g ++正常工作 - x86_64-w64-mingw32-g++ fails to compile, g++ works fine CMake 和 vcpkg x86_64-w64-mingw32/bin/ld:交叉编译时找不到 -lOpenGL32 - CMake and vcpkg x86_64-w64-mingw32/bin/ld: cannot find -lOpenGL32 when cross compiling GCC 促进了奇怪的重定位 R_X86_64_32S 错误,但在手动链接中没有 - GCC promotes weird relocation R_X86_64_32S error but not in manually linking 带有 x86-64-w64-mingw32-g++ 未定义引用的 libcurl。 g++ 工作正常 - libcurl with x86-64-w64-mingw32-g++ undefined reference. g++ works fine x86_64-pc-cygwin gcc编译错误 - x86_64-pc-cygwin gcc compilation error 如何修复错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - How to fix error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 如何在 X86_64 CentOS 系统上安装 32 位 gcc 编译器 - How to install a 32bit gcc compiler on a X86_64 CentOS system x86_64-conda_cos6-linux-gnu-gcc:未找到 - x86_64-conda_cos6-linux-gnu-gcc: not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM