Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] About cdt errors with Java version update

Hi Jonah;

We removed the use of the DefaultGDBJtagDeviceImpl class and used the DefaultGDBJtagConnectionImpl class instead. 

In addition to this, I have some more questions.
   
               1) There is no MACOS_GDB_MARKER static variable in LaunchUtils class, so we've temporarily commented out where we use it. Is an alternative variable defined for Apple instead of MACOS_GDB_MARKER?

               2) We get a warning "No schema found for the 'org.eclipse.cdt.debug.gdbjtag.core.JTagDevice' extension point" in the plugin.xml file. Do you have any suggestions to handle this warning?
Could this warning be caused by updates?

Thanks!



On Mon, Oct 4, 2021, 3:19 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hello Hava,

I assume along with your upgrade of your Java version you have updated to a newer CDT version too? The class you refer to was removed over 5 years ago as it was part of CDI removal[1] that was announced in 2015[2] after having been deprecated and unmaintained for many years before that (can't find official announcement on deprecation, but the project lead of CDT in 2011 called the code deprecated[3]).

There are notes that were written at the time of the removal[4] that can help you if you still depend on CDI. Note that sometimes your codebase/dependency is not a very hard dependency to resolve, e.g. I have had a case where there were simply a few constants being referred to, rather than logic.

I hope that helps, 
Jonah


On Mon, 4 Oct 2021 at 02:34, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hello All,

We have migrated from Java 1.8 to Java 11. That's why I'm having trouble finding up-to-date equivalents for some Cdt GDBJtag classes. For example, what is the up-to-date equivalent of the org.eclipse.cdt.debug.core GDBJtagDebugger class?

Thanks in advance for your support,
Yours sincerely
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top