简体   繁体   English

可执行osx中的错误cpu类型

[英]bad cpu type in executable osx

I'm trying to install the OS X command line tools, and I've tried the beta, and the most recent and nothing is working. 我正在尝试安装OS X命令行工具,我已经尝试过测试版,而且最近也没有任何工作。 Every time I try to use one of the tools something like this happens, my example is make and gnumake as those are what I need right now 每当我尝试使用其中一个类似的工具时,我的例子就是make和gnumake,因为那些是我现在需要的

-bash: /usr/bin/gnumake: Bad CPU type in executable -bash:/ usr / bin / gnumake:可执行文件中的CPU类型错误

-bash: /usr/bin/make: Bad CPU type in executable -bash:/ usr / bin / make:可执行文件中的CPU类型错误

note, I am running Yosemite 10.10.4, and my processor is a 2.8 GHz Intel Core i5. 请注意,我正在运行Yosemite 10.10.4,而我的处理器是2.8 GHz Intel Core i5。 If you need any more info be sure to let me know 如果您需要更多信息,请务必告诉我

Your /usr/bin/make ELF executable was compiled for a different CPU. 您的/usr/bin/make ELF可执行文件是针对不同的CPU编译的。

The outputs of below commands should return different processors: 以下命令的输出应返回不同的处理器:

  • file /usr/bin/make
  • uname -a or specifically uname -p uname -a或者uname -p

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

相关问题 “可执行文件中的CPU类型错误” - “Bad CPU Type in executable” Python - 可执行文件中的 CPU 类型错误 - Python - Bad CPU Type in Executable OSX上的Git安装:无法执行'git-credential-osxkeychain':可执行文件中的CPU类型错误 - Git Installation on OSX: Cannot exec 'git-credential-osxkeychain': Bad CPU type in executable OSX 修复 Selenium Chromedriver 启动错误产生未知系统错误 -86 可执行文件中的 CPU 类型错误? - OSX fix Selenium Chromedriver launch error spawn Unknown system error -86 Bad CPU type in executable? ImageMagick OSX Snow Leopard CPU类型错误 - ImageMagick OSX Snow Leopard bad CPU type 可执行 mac Intel 内核中的错误 CPU 类型 - Bad CPU type in executable mac Intel core Arduino 未编译 - 可执行文件中的 CPU 类型错误 - Arduino not compiling - bad CPU type in executable 如何在 Mac 上解决“pdftk:可执行文件中的错误 CPU 类型”? - How to solve "pdftk: Bad CPU type in executable" on Mac? Mac Intel:zsh:可执行文件中的错误 CPU 类型:rustup - Mac Intel: zsh: bad CPU type in executable: rustup zsh:可执行文件中的错误 CPU 类型:kubectl (macOS Big Sur) - zsh: bad CPU type in executable: kubectl (macOS Big Sur)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM