Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: Eclipse Debugger for C/C++

Hi,

To compile the latest CDT you need to run the 3.6M6 platform.
CDT HEAD does not compile with anything earlier that that.

Marc


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Emilio Monti
> Sent: March-22-10 4:50 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Eclipse Debugger for C/C++
> 
> Dear all,
> I should investigate the integration of our custom XAP 
> debugger (no GDB
> interface) in CDT.
> 
> I started form this page:
> http://wiki.eclipse.org/CDT/cdt-debug-edc
> 
> I downloaded Eclipse for RCP.Plug-in Developers (Galileo, Build id:
> 20090920-1017).
> I am running it with: jdk1.5.0_14
> 
> To get all the projects, I used the following "Project Set File":
> http://wiki.eclipse.org/images/7/79/CDT_with_EDC.psf
> 
> When I build the sources I am getting 186 errors in different CDT
> components:
>   * org.eclipse.cdt.internal.core.settings.model
>   * org.eclipse.cdt.debug.edc.internal.launch
>   * org.eclipse.cdt.debug.edc.internal.snapshot
>   * org.eclipse.cdt.debug.internal.ui.commands
>   * org.eclipse.cdt.debug.ui.breakpoints
>   * org.eclipse.cdt.dsf.debug.ui.viewmodel.breakpoints
>   [...]
> 
> These are some of the error descriptions:
>   * AbstractDebugCommand cannot be resolved to a type
>   * BreakpointLableProvider cannot be resolved to a type
>   * DebugCommandHandler cannot be resolved to a type
>   * DefaultBreakpointsViewInput cannot be resolved to a type
>   * IBreakpointContainer cannot be resolved to a type
>   * IBreakpointOrganizer cannot be resolved to a type
>   * IBreakpointUIConstants cannot be resolved
>   * ICheckboxModelProxy cannot be resolved to a type
>   * ICheckUpdate cannot be resolved to a type
>   * OtherBreakpointCategory cannot be resolved
>   [...]
> 
> I imagine this is due to API synchronization issues between the
> different plugins.
> 
> Am I missing any important step/information?
> 
> What do you suggest me to do?
> 
> Are there source archives at consistent releases of the APIs?
> 
> Is it possible to specify the release number for each project in a PSF
> file?
> 
> Could you please suggest me at which release numbers I should 
> check out
> the different projects to have a consistent build?
> 
> Cheers,
> Emilio Monti
> Cambridge Silicon Radio Ltd
> 
> 
> Member of the CSR plc group of companies. CSR plc registered 
> in England and Wales, registered number 4187346, registered 
> office Churchill House, Cambridge Business Park, Cowley Road, 
> Cambridge, CB4 0WZ, United Kingdom
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top