Avr-gcc: error: CreateProcess: No such file or directory Creality Ender 3 Firmware

Help please:

I am using Arduino IDE to load firmware onto a 3D printer.

short problem: every time i try to compile, i get a missing file or directory error.

long explanation: I am trying to update firmware on a Creality ender 3, V1, with board version 1.1.4. It has been modified, and I have custom firmware for this board specifically. (not written by me)

I used IDE and an arduino using the ISCP? pins to flash a bootloader, this seemed successful, AVR dude told me thank you... and it seems to have cleared the firmware from my 1.1.4 board, as the screen now stays blank when powered.

while trying to flash the firmware directly to the board, VIA usb cable, following the settings and instructions here: https://www.youtube.com/watch?v=fIl5X2ffdyo&t=566s

I constantly get an error when trying to compile the sketch. I followed the instructions here: https://forum.arduino.cc/.../avr-g-error.../580670/3...

to try to trouble shoot, got a different but similar error. No idea where to go from here...

verbose errors attached or can be, when I get permission to...

I've tried the firmware given to me by the mod manufacture, as well as the upgraded firmware for the stock printer, which comes with IDE, and the bootloader in a zip file, same result for both, regardless of deleting the files next to preferences.txt

hey, thanks for trusting me for randomly clicking links for 10 minutes. didn't find anything super pertinent to my situation though...

ide fail.txt (1017.1 KB)
ide fail-preferences cleared.txt (8.5 KB)

:+1:

from ide fail-preferences cleared.txt|attachment

C:\Users\james\AppData\Local\Temp\arduino_build_508039\sketch\src\HAL\HAL_AVR\u8g_com_HAL_AVR_sw_spi.cpp:65:20: fatal error: U8glib.h: No such file or directory

Totally different error; not even similar :wink: The U8glib library is either not installed or installed incorrectly Install it using the library manager. Install it using the library manager (sketch -> include library -> manage libraries).

As your current problem is a code problem, it has been moved to the dedicated "Programming Questions" section of the forum.

Pleasure :rofl:

1 Like

thanks for the reply, and I appreciate you moving it to the correct section.

I'll try to install that library,

I am currently running this process on an old laptop I have, seeing if i get a different outcome

thank you thank you! i ended up already having the U8glib, but saw U8glib-HAL, and installed it.

I also downgraded the U8glib then re-updated it to make sure it was a correct install. Firmware is flashed and i'm onto the next step of calibration!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.