CDT 出现 program is not a recognized executable

2024-04-18 05:18

本文主要是介绍CDT 出现 program is not a recognized executable,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

当使用eclipse时,编译完后,点击运行,会出现下面的错误

“Program is not a recognized executable.”

 

这种错误可以通过设置:

  1.  [project]->[property]->[C/C++ Build]->[Settings]
  2. 点击【Binary Parsers】,选择PE Windows Parser;

这篇关于CDT 出现 program is not a recognized executable的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/913849

相关文章

启动读取program arguments参数

1,有时我们在启动项目的时候配置了program arguments但是却读取不到,这时用下面的方式启动则可以,我把所有的相关代码都放在了下面,如果觉得没有用的大家可在自己的项目中删除,只是项目启动的时候有点变化 启动主方法 @MapperScan({ "com.kidy.mapper" }) @SpringBootApplication public class RunApplication

解决git error: could not lock config file C:/Program Files/Git/mingw64/etc/gitconfig: Permission denie

昨天电脑中毒重装了系统,安装了 git 之后  设置了账户 ,邮箱 在 git clone 的时候报错, 界面如下: 然后重新用户,邮箱, 出现了这个问题,百度了很久也没解决,今天早上想着这个英文的意思 好像是权限不够,然后 我就去提示的这个文件夹下面 给了全部的权限,本人是window10 系统  给的是everyone 所有 之后在  git config --syste

Codeforces 283. B. Cow Program记忆化搜索

output standard output Farmer John has just given the cows a program to play with! The program contains two integer variables, x and y, and performs the following operations on a sequence a1, a2, ..

Cannot run program aapt: error=2. No such file or directory Fail to run aapt on *.apk apk instal

配置aapt 路径 将/home/user/android-sdk-linux/build-tools/21.1.2 中的aapt 拷贝至/home/user/android-sdk-linux/platform-tools 与adb 同级目录

Ubuntu中“The program 'pip' is currently not installed. You can install it by typing:”

在Ubuntu中,因为python2 和python3共同存在,因此,想默认把python和pip设置为python3的版本,结果不知道怎么设置的,出现了这个报错:" ModuleNotFoundError: No module named 'pip._internal'" 这个报错实在不知道怎么回事,于是把所有之前改过的名字都恢复了,紧接着就是这个报错了 “The program 'pip

starting container process caused exec: \nvidia-smi\: executable file not found in $PATH

1、问题描述: 我在安装好了nvidia-docker之后,按照网上的教程执行: #nvidia-docker run --rm nvidia/cuda nvidia-smi 结果报如下错误: container_linux.go:247: starting container process caused "exec: \"nvidia-smi\": executable file not

编译报错declaration may not appear after executable statement in block

这个错误是因为在代码块中,声明语句不能出现在可执行语句之后。也就是说,如果你在一个代码块中先写了一些可执行语句,再写了一 些声明语句,就会出现这个错误。 解决方法:将声明语句放在可执行语句之前,或者将声明语句放在代码块的开头。这样就可以避免这个错误了。 相同问题 main.c(27): error: #268: declaration may not appear after execu

Program in Lua中图算法的改进(打印所有图路径)

在Program in Lua第二版,第11.7节中介绍了用lua写“图”数据结构的方法, 但书中提供的图的算法只能打印出第一条找到的正确路径,于是我就自己琢磨 着怎么用lua写出一个图算法打印出所有可能的路径,自己独自一个人思考了 很久,期间没有参考任何资料,完全靠“头脑暴力”把它解决了,最后思考了看看, 也不知道这到底是什么算法,完全凭借着自己认为的所谓的"退化"的概念,奇妙

QT 调试时出现 During startup program exited with code 0xc0000135 错误

QtCreator创建工程,ctrl+r调试,出现: 我装的是QT creator 5.70 ,出现上述原因是动态库加载不成功。但是QtCreator 不会提示什么动态库,具体缺乏什么动态库要用VS新建一个工程调用才可以看到,这也是QT Creator很大的bug。 实际上,系统文件夹System32下缺少msvcp120d.dll和msvcr120d.dll。 分别搜索“msvcp

linux:The driver is not executable: /phantomjs/bin/phantomjs

在linux使用selenium抓取的时候出现错误 java.lang.IllegalStateException: The driver is not executable: /phantomjs/bin/phantomjsat com.google.common.base.Preconditions.checkState(Preconditions.java:518)at org.openq