-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER - Compilation Error #16105
Comments
Please use the search function to check if the issue hasn't already been brought up before submitting an issue. Recommended workaround (thanks to vMeph)
in this case it is located in C:\Users\vMeph\AppData\Local\Arduino15
|
Thank you. I should have mentioned that I did in fact search this error and found the cases you referenced. Unfortunately, none of the suggested solutions have worked so far. |
hmm. Have you tried doing a clean reinstallation of Arduino? Best to use VSCode with PlatformIO - it's way better than the Arduino IDE. |
I did try a clean reinstallation of Arduino. I will try VSCode with PlatformIO. Thank you again. |
or at least move to arduino ide v. 1.9 beta |
Tried supplied configuration files. Confirmed that REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER is enabled. It compiled fine both in platformio under vscode and in arduino ide 1.8.10 (on linux) |
lets hope @Garyr14 returns with a success |
It did compile in platformio under Vscode, but not in arduino ide 1.8.10 (on windows). |
and on 1.9 beta ? |
Did not try yet, but can shortly. |
Are you using the windows app version of arduino ide? As this has been known to cause issues compared with a zip or the exe release. |
No - i'm using a zip download version. |
how about posting the error log? |
Sure. Thanks for the help. |
|
I can confirm this issue on windows. but does not happen on same version of arduino on linux. |
This seems to be the windows command line length limits for creating a process. It is limited to 32k and the final link command is 36036 characters. Also the old trick of defining the build directory as something short no longer works as it uses relative paths |
will close this one as its not errors but warning that can be ignored |
No. the error is "avr-gcc: error: CreateProcess: No such file or directory" and compilation fails. But i'm not sure there is anything we can do about it. Its a windows limitation. |
if its a windows limit we cant do anything well we could moan at the arduino ide people since the ball is at their side, but they cant prob not do anything either |
doesn't this basically mean the marlin 2.0 no longer supports arudino IDE ? |
This is causing issues for windows users. If you enable a glcd + TMCsteppers the link command just get to long for windows. One thing I did notice is that all HAL's get added to the link command when you are only using the one HAL. If you delete all the unused HAL directories from Marlin\src\HAL This reduces the command enough to allow Arduino on windows to compile. See eg https://reprap.org/forum/read.php?415,864336,864356#msg-864356 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-->
Bug Description
When I compile BugFix 2.0 using anything but REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Enabled, no problem. However, when I try to compile with that, I get:
avr-gcc: error: CreateProcess: No such file or directory
My Configurations
Windows 10, Arduino 1.8.10
Configuration.zip
Steps to reproduce:
Uncomment line:
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Comment Line:
#define ZONESTAR_LCD
Expected behavior: [What you expect to happen]
Successful compile
Actual behavior: [What actually happens]
Unsuccessful compile
Additional Information
The text was updated successfully, but these errors were encountered: