| Summary: | support GNU toolchain in C/C++ projects | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | Michael Lindo <mlindo> | ||||||||||||||
| Component: | RDT | Assignee: | Vivian Kong <vivkong> | ||||||||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||||||||
| Severity: | normal | ||||||||||||||||
| Priority: | P3 | CC: | jdeblen1, ptp-inbox, recoskie, roland, vivkong | ||||||||||||||
| Version: | 5.0 | ||||||||||||||||
| Target Milestone: | 5.0 | ||||||||||||||||
| Hardware: | Other | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=350587 | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Michael Lindo
Created attachment 194411 [details]
Initial implementation
I'll take a look Added the new plugin to HEAD with modified copyright years. Also added this plugin to the main RDT feature. Thanks Mike! Created attachment 194655 [details]
A few fixes
Checked in more fixes for Mike. What is different in the "Remote Linux GCC Tool Chain" compared to the "Linux GCC" toolchain? Does it support "Generate Makefiles automatically"? (In reply to comment #7) > What is different in the "Remote Linux GCC Tool Chain" compared to the "Linux > GCC" toolchain? > Does it support "Generate Makefiles automatically"? It gets environment variables from the remote system, and performs remote scanner discovery. It works for Managed Build, yes. Using the internal builder for any toolchain with a remote project does not work tough, so you HAVE to generate a makefile right now if you want it to work. BTW last I checked the remote scanner discovery was not working right on this toolchain, for whatever reason. Created attachment 198754 [details]
Fixes a few error messages and scanner discovery
Created attachment 198755 [details]
Fixes a few error messages and scanner discovery (uploaded as patch)
Created attachment 199442 [details] PerProejctSICollector skips cygwin path translation See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350587 (In reply to comment #11) > Created attachment 198755 [details] > Fixes a few error messages and scanner discovery (uploaded as patch) Applied to ptp_4_1, ptp_5_0 and HEAD. Thanks Mike(In reply to comment #12) > Created attachment 199442 [details] > PerProejctSICollector skips cygwin path translation > > See: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=350587 As per requested, I won't applied this change for now. Created attachment 199452 [details]
Call the new PerProjectSICollector
|