Closed swatkxs closed 4 years ago
"Errors shown" ?? no errors here
Using your Configs and pins file. Compiles without issues on current Marlin Bugfix 2.0.x
"avr-gcc: error: CreateProcess: No such file or directory"
You have hit the windows command line length limit. There is no way to adjust this limit.
Only way around this is ti go into Marlin/src/HAL and delete the following directories (make sure you keep HAL_AVR and shared)
HAL_SAMD51 HAL_STM32_F4_F7 HAL_DUE HAL_LINUX HAL_STM32 HAL_TEENSY31_32 HAL_ESP32 HAL_LPC1768 HAL_STM32F1 HAL_TEENSY35_36
Thank you for helping me and this seems a problem on Arduino IDE, when I use vscode of platformio, all passed.
Yes, platformio will join some directories into libraries then join all the libraries at the end. Arduino IDE attempts to join all files together at the end in one very large command.
If your all sorted, can you close this bug report?
this seems a problem on Arduino IDE
It is a limitation. We can't get Arduino IDE to ignore certain files depending on the "current target" because it only sees one "target." It would require us to re-package the HALs as libraries — which maybe we could do, but this could make daily development harder.
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.
Compiled with Arduino IDE 1.8.12 Errors shown losing tmc_util.cpp & endstop.cpp I have modified the pins_MEGATRONICS_3.h to add on X,Y,Z/Z2,E0 CS pins. Added filament runout pin & modified temp_1_pin for the probe temp sensor. Could someone have a try with my configuration.h and configuration_adv.h? configs.zip