Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Thu, 19 Dec 2019 03:10:56 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nU8mIfXQW+QbShM0ta3T5HMrR7ylKeyGbcAuyt1PTgM=; b=f9Yh6juthbi88drl72l+3IkEMhvEsk2GwP8MxuFjlI+tlM2hgBGweCQxlUvOnUn0A72cTMYMeIAqJWcuxj4DfxNEYc92pk4qwmkst3mOBM3heaiuuEDjp/JlzeJcF4F83X2NrSDBZLp8w1jCd61hviZtkrsZPFVQqmVmItrbZ378Emh889lv/XgtVf0AvZItoc+fdrYiHJFK3yyEZ99gxSaXouyi6/JDxL1MfrxFLkjiQDhJHPaLvT7LYv0n26M7soz1UzjJQ3G/UQ8Gm56ToYOyMTyA6q+pvOhDnSWOHUmOc1OmNR+UbKYhtHiitiJVYaGK6FoRoZKVRnBcLsxGKA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cw2VZ3kVQvtidwjJEZaGylnf2eOguQyEVf0XuhtsilzsEEfSiPlYUuEO8l4Dbgvqiyjq5kMaq6q8c+MH5ny3HEakZUiqR7VFsIRRIlubDyNlHZR6BlF6J2wt7nwPMsIjwyVcZ164kCV6+QBDbRLEOMfFFw1Oxp6ouzcgTBNg6xkK+6tDwZVyXVHaTgEI9KXAgEN/HSmoGWWJA0zWrhPu1+tQY7boONWKxvzMA4m9Nph2MVlLqcQHRgtibFRs5QMSd2XtgD8YEaaPAnp82P+0wj79yR11CwBUz+ZuIvgXKRmOFm6RsMJsOw0w2VKFEbWiQ4pL/h0cqvk7pc8+ENc8iQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVqwsPman4yV3TP06y8wYySKvP3qeqyVwAgA0X656AAAg4AIAEX/kDgACj6ICAASpIK4AAX7CAgADAhK+AACe9mYAALVUAgAACiv6AATrMUIAAAZEAgAANKZSAAASTtw==
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

My Eclipse env: (I couldn’t Set as Target Platform on the top right.)

 

 

Sent from Mail for Windows 10

 

From: Ming Cheng
Sent: Thursday, December 19, 2019 11:01 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

·         In the editor that just opened, click Set as Target Platform on the top right.

Eclipse will now download the required dependencies, which may take some time the first time. Once this is done, it should trigger a full build of your workspace and a lot of errors should go away.

Issue 1

I couldn’t Set as Target Platform on the top right.

However I can see a lot of .class files being generated.

 

Launching

After all the CDT projects have successfully built, you'll probably want to run and/or do source-level debugging of the CDT code. Open the PDE (Plug-in Development Environment) perspective:  Window->Perspective->Other->"Plug in Development". There, you'll see a project with the name org.eclipse.cdt.ui, right click the org.eclipse.cdt.ui project, select "Run As"->"eclipse application". You should see a new instance of eclipse - with the latest version of eclipse CDT plugins.

 

Issue 2

I couldn’t follow the above steps bcos I can’t find a project with the name org.eclipse.cdt.ui.

 

 

Issue 3.

 

How to generate jar files like these:

 

cid:image003.png@01D5B65B.A1951980

 

Sent from Mail for Windows 10

 

From: Jonah Graham
Sent: Thursday, December 19, 2019 10:07 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

It's in releng/org.eclipse.cdt.target, try importing it directly. Here is the link to it in the git browser:

 

https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/releng/org.eclipse.cdt.target

 

On Wed., Dec. 18, 2019, 21:02 Ming Cheng, <chengm349@xxxxxxxxxxx> wrote:

o set the target platform:

·         Expand the "org.eclipse.cdt.target" project.

·         Double-click on cdt.target.

·         In the editor that just opened, click Set as Target Platform on the top right.

 

When clone and import, I selected all, but still can’t see “org.eclipse.cdt.target" project.

Now I am using 9.10.0

 

Sent from Mail for Windows 10

 

From: Ming Cheng
Sent: Wednesday, December 18, 2019 3:15 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Got it and thanks Christian.

 

Sent from Mail for Windows 10

 

From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Christian Walther <walther@xxxxxxxx>
Sent: Wednesday, December 18, 2019 3:05:20 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Ming Cheng wrote:
> I don’t know how to dynamically debug Eclipse plugin code

> ...

> I tried to build with command:

> mvn clean install

> but with a lot of error (please refer to the attached file).

I'm not sure, but at a glance it could be that your Maven and/or Tycho are too old for pom-less building. Look inside the top-level pom.xml, it mentions some versions.

However, for debugging it is more convenient to build in Eclipse (PDE) than with Maven. It is described very well in https://wiki.eclipse.org/Getting_started_with_CDT_development .

 -Christian
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 

 


Back to the top