-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to compile the org.eclipse.linuxtools project myself. How should I proceed? #355
Comments
How did you obtained the linuxtools code? Is this master? I think not as it should be using linuxtools-e4.32.target. |
Yes, I am using the master branch. I have also tried other targets, but I am still encountering errors. |
Have you managed to compile? If not, make sure that you pull latest from this repo master, git status should show no changes and retry. The output saying linuxtools-e4.31 shows you're not using latest. |
I can compile it normally now, thank you very much. There are two issues. Firstly, my Java version is too low. Previously, when compiling embedded cdt, Java 17 was sufficient, while the latest version of org. eclipse. linuxtools requires Java 21. The second question, my branch https://download.eclipse.org/eclipse/updates/4.31-I-builds/ Unable to access, after switching to the latest branch, it will return to normal. Perhaps it would be better to use CDT's p2 address directly here? |
This is development version and it requires Java 21. Furthermore it relies on very latest Platform ( org.eclipse.linuxtools/releng/org.eclipse.linuxtools.target/linuxtools-e4.32.target Line 39 in cc82f0d
org.eclipse.linuxtools/releng/org.eclipse.linuxtools.target/linuxtools-e4.32.target Line 55 in cc82f0d
If you want to work on e.g. stable-8.14 branch , edit org.eclipse.linuxtools/releng/org.eclipse.linuxtools.target/linuxtools-e4.31.target Line 39 in e0c5927
As you are able to compile master I am closing this one now. |
I have tried to use the mvn install command to compile the org.eclipse.linuxtools project, but I've encountered various errors. I feel unable to resolve these errors myself. Could you please share how you compile the org.eclipse.linuxtools project? Do you use any other tools?
My Java version is java 21, and my Maven version is Maven 3.9.6.
Looking forward to your reply.thanks
The text was updated successfully, but these errors were encountered: