今天用dev c++无论打编译什么都是出现如下结果:

后来终于找到解决办法了:

原来是这里出现问题了,我的电脑是32位的,必须也是32位的编译系统。否则不管输入什么都是上面的结果;

所以以后不管下载软件还是编译东西第一步一定要看自己电脑系统的位数。

Failed to execute相关推荐

  1. 解决Failed to execute goal org.apache.maven.plugins

    1.Maven构建失败 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin: 2.3 . 2 :compile  ...

  2. Pyinstaller 打包exe 报错 “failed to execute script XXX“的一种解决方案

    Pyinstaller 打包exe 报错 "failed to execute script XXX"的一种解决方案 参考文章: (1)Pyinstaller 打包exe 报错 & ...

  3. 针对Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1的解决方案

    2019独角兽企业重金招聘Python工程师标准>>> 背景:本项目使用JDK1.8 编译maven工程的时候出现如下错误: Failed to execute goal org.a ...

  4. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile)

    完整的错误信息: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile ( ...

  5. graphviz.backend.ExecutableNotFound: failed to execute ['dot', '-Tpdf', '-O', 'Digraph.gv']

    graphviz.backend.ExecutableNotFound: failed to execute ['dot', '-Tpdf', '-O', 'Digraph.gv'], make su ...

  6. 针对maven install 报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1 解决方案...

    项目运行环境:jdk1.8+tomcat8 maven install 时报错:Failed to execute goal org.apache.maven.plugins:maven-compil ...

  7. 双击SDK Manager.exe和AVD Manager.exe时,弹出提示:failed to execute tools\android.bat解决办法

    在Android的虚拟机上出现"no target selected",去android-sdk-windows里面双击SDK Manager.exe和AVD Manager.ex ...

  8. python gui打包exe pyinstaller打包运行失败 Failed to execute script pyi_rth_multiprocessing

    python 通过pyinstaller打包后,在别的电脑运行失败 Failed to execute script pyi_rth_multiprocessing 在低版本windows7上运行会出 ...

  9. ExecutableNotFound: failed to execute ['dot', '-Tsvg'], make sure the Graphviz executables are on yo

    问题发生 在使用xgboost自带功能绘图的时候出现了问题 ExecutableNotFound: failed to execute ['dot', '-Tsvg'], make sure the ...

  10. maven出现:Failed to execute goal on project ...: Could not resolve dependencies for project ...

    项目结构是一个父项目,多个子项目目录: 例如: common --------------(父项目) fristDemo    ------------(子项目) 如果在子项目中调用了父项目,而对(子 ...

最新文章

  1. 小程序获取图片的宽高
  2. Java配置环境变量及其意义
  3. filter---用angularjs实现关键字高亮
  4. WKWebView中经常用到的操作
  5. Python TypeError: takes no arguments
  6. 对hash签名失败_详解Vue开发微信H5微信分享签名失败问题解决方案
  7. 干货|在美国不要读博的12条理由
  8. 统一配置中心选型对比
  9. 小米12 mini曝光:骁龙898加持
  10. 2.1~3 32位及64位x86处理器介绍
  11. 深度系统文件服务器,深度系统镜像文件
  12. 图解python CGI(通用网关接口 )
  13. 系统的稳定性判定matlab,matlab分析系统稳定性的方法.doc
  14. vxworks点滴记录
  15. 骁龙8gen2和苹果A15哪个好 骁龙8gen2和A15对比
  16. emoji表情乱码php,推送emoji表情乱码的解决方法
  17. c++17文件系统<filesystem>
  18. c罗python可视化分析_梅西、内马尔谁是全能的五边形战士?教你用BI做出可视化能力图...
  19. VScode 写完C程序无法调试运行
  20. paint 3d_如何使用Microsoft Paint 3D

热门文章

  1. LeetCode 92反转链表||-中等
  2. 服务器操作系统用什么好,服务器操作系统一般用什么
  3. 多版本opencv 兼容
  4. D. Cut and Stick(Codeforces Round #716 (Div. 2))
  5. 导数卷积 (NTT)
  6. bzoj#3456. 城市规划
  7. AGC024E - Sequence Growing Hard
  8. Defend Your Country
  9. [NOI2018] 归程(线段树维护并查集的可持久化/kruskal重构树,倍增+dijkstra最短路)
  10. CF850F Rainbow Balls(数学、期望)