Eclipse C++ Launch failed.No binary found(deepin Linux)

主要看eclipse官网的步骤。

eclipse官网

前面应该没啥问题,就是第三步:

Step 3: Running the application

To run your application:

Within the C/C++ Perspective, click Run > Run Configurations....

Select C/C++ Application.

Click New.

A new Run Configuration is created. Its name and path to the executable are provided by the project ('Hello World' in our case).

Click Run.

Now, you should see the Hello World application running in the Console view. The Console also shows which application is running in a title bar.

You can click the other views to see the information that they contain.

翻译一下:

第3步:运行应用程序

运行您的应用程序:

在C / C++的角度,单击运行>运行配置的…

选择C / C++应用程序。

单击“新建”。

创建一个新的运行配置。其名称和路径的可执行的项目提供(在我们的情况下,“你好世界)。

单击“运行”。

现在,您应该看到在控制台视图中运行的Hello World应用程序。控制台还显示在标题栏中运行的应用程序。

您可以单击其他视图来查看它们包含的信息。

你可能感兴趣的:(Eclipse C++ Launch failed.No binary found(deepin Linux))