Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Build Question

I think I know what's going on. Do you have the org.eclipse.linuxtools.tracing.rcp.* projects imported in your workspace? Try to close them or remove them because they are meant for a different product and will "conflict" with org.eclipse.platform.ide. You can also unselect them in your Debug/Run configuration under the Plugins tabs but if you don't intend to work in that area, it's probably less error prone to just remove them from your workspace.

Marc-Andre


From: linuxtools-dev-bounces@xxxxxxxxxxx [linuxtools-dev-bounces@xxxxxxxxxxx] on behalf of h2pt34 [h2pt34@xxxxxxxxx]
Sent: Friday, 03 April 2015 11:27 PM
To: Linux Tools developer discussions
Subject: Re: [linuxtools-dev] Build Question

Hi Marc-Andre,

Thanks for the reply.

I have tried the C/C++ perspective before, but that still looks incomplete (I get only one more option 'Break Point Types' under 'Run').  Also I did not mention this before but I do see two sets of 'Window' and 'Help' in the main window bar in case that points to a configuration problem (the 2nd set of 'Window' and 'Help' have more options available).  I changed perspectives from both 'Window' menus and no differences were noticed.  

I am newer to setting up a gui based eclipse plugin build (worked on headless setup before), so I am not sure if I am just missing something obvious.

On Fri, Apr 3, 2015 at 9:59 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi,

Are you using the C/C++ perspective? At first, it opens in the Resource perspective. I just tried and when I switched to C/C++, I could see all the "Run" options.

Marc-Andre

From: linuxtools-dev-bounces@xxxxxxxxxxx [linuxtools-dev-bounces@xxxxxxxxxxx] on behalf of h2pt34 [h2pt34@xxxxxxxxx]
Sent: Friday, 03 April 2015 9:41 PM
To: linuxtools-dev@xxxxxxxxxxx
Subject: [linuxtools-dev] Build Question

I have pulled 'git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git' 'v3.20' and used 'linuxtools-e4.4.target'.  The build executes without errors.

Then I Run As-> Eclipse Application (org.eclipse.platform.ide) and eclipse loads.

The new eclipse loads without warnings, but the eclipse application does not have all of the options expected.  For example, I can build a cdt project, but under the Run menu only 'Run->External Tools' shows instead of all of the normal options.  Also the new session does not acknowledge opening all of the expected file types such as '.gcno' and does not offer the 'open with' options.

Am I missing a configuration or content in my build?

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


Back to the top