-
Notifications
You must be signed in to change notification settings - Fork 132
Failure to create project #1161
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
Comments
Please try the product downloadable from https://baeyens.it |
Hello Jantje! |
It is very hard to get all the version to work together properly. That is why we build the product and do not support other setups. |
I completely understand. And fully appreciate your effort. If there's anything I can help you with, I'd be glad to. |
Thinking about this. The product comes with java 8. I guess you are not using java 8 |
I had this problem too with 2019-12 and 4.3.1 after reverting from nightly (4.3.2?) because of #1153. Now I installed 2020-03 and 4.3.3 and it can create a new Arduino project in Eclipse again (with workspace folder, not eclipse-workspace). |
I've just moved over from the CDT Arduino to this plugin and am having the same problem - Eclipse 2020-03 and CDT 9.11 I use Eclipse and the CDT all the time to build for the ESP8266 chip directly - I have only rarely used Arduino. I have a test sketch for some new sensors and thought this would be a quick way to check out whether I've got them wired correctly. Two days later and I'm thinking I should have written my own code hahaha Any advice much appreciated EDIT: Just checked and I have Sloeber 4.3.1 installed. That was what got installed from the marketplace. I'll try updating it |
OK so turns out the update site is only serving up 4.3.1. Or a URL to the 4.3.3 plugin? |
I installed 4.3.3 from http://eclipse.baeyens.it/update/V4/nightly |
I forgot to update the stable update site. |
I'm testing right now and things fall apart. Please hold the line. |
After I added http://download.eclipse.org/nebula/releases/latest/ tot he update sites the install via marketplace works fine now and installs 4.3.3. |
BTW @davydnorris what was wrong with CDT Arduino ? |
After I changed to nightly instead of stable, I got 4.3.3 and all of a sudden things worked exactly as in the brochure. Got my test sketch compiled and sensors working. Many thanks @uzi18 - Eclipse CDT team has officially deprecated the CDT Arduino plugins and they will be removed in CDT 10. They are pointing everyone to this plugin, so @jantje you are it. Also the plug in never worked well, or in a stable fashion, on the ESP and broke from release to release. As I mentioned, I use the NonOS SDK directly with C and the native CDT - never used Arduino much except for the odd demo and test sketch, and it was always a battle. Last two weeks I had tried to get a simple test sketch working, and it looks like CDT Arduino doesn't support all the Arduino pre and post hooks and ESP uses them. I was fiddling with the platform build rules just to get the .ld file made before it was needed. So this morning I uninstalled that and installed this, and 12 hours later I have what I needed. :-) |
IMHO Adding arduino stuff to the cdt core was a big mistake. The plan is to remove the arduino stuff from cdt core in CDT Version 11. That will take out some of the arduino duplicates causing confusion.
Yes since this month. This is why I'm so concerned with this market place install issue. But I feel honoured :-)
Arduino introduced these after the last update of CDT Arduino. Sloeber does not support all hooks. |
@jantje nice to hear it in my opinion, you should prepare a draft/doc how to work with sloeber source code, what is where what is splitted and maybe why, etc. |
I implemented some hooks. The problem is that CDT works with make and make does not support all hooks as foreseen by the arduino framework.
It is always nice to get help but some realism is needed here. There are many things to know before you can understand all Sloeber components.
The first 3 change over time and I don't feel entitle to do any documentation on the first 2. Any-ways. Being here and helping others is making me feel good and is helping. I've seen you do that so thank you :-) If you'd like to get something fixed. Feel free to ask and I'll happily explain my view and options to fix/improve. We can still see whether you'd like to do it yourself or leave it to someone else. |
as always when got some free time :-) was thinking about something more generic like - preparing to build is here, fetching boards is here, board programming is there etc. when trying to fix something were used system/console.log() functions and it is far from perfect and yes will ask you :) |
@uzi18 I fail to understand your comment. |
Assuming that the original issue waqs related to a incomplete install via market place and assuming that my test shows all is fine now .... |
@jantje mean it was beginning of my Sloeber plugin debugging that's why used console to dump some data ;) |
Describe the bug
Whenever I try to create a new Arduino project, it exits with an error. The project folder is created, though.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Create a new project successfully. I have always been able to do so. The only difference now is that I'm on a different computer. If I try the Sloeber bundle, it works. But the problem is that I need to do it on Eclipse.
Screenshots

Desktop (please complete the following information):
Additional context

This is the log file.
asd.log
Also, this might be a hint: I'm missing the "Arduino" menu in the taskbar! I have the buttons (verify, upload, etc.), but not the "Arduino" item which I expected between "Run" and "Window".
Thank you very much for your help in advance!
The text was updated successfully, but these errors were encountered: