MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.29k stars 19.24k forks source link

[BUG] .sconsign39.dlbite and .sconsign39.tmp files are not found in the directory for the Melzi Optiboot #22535

Closed SherEast closed 3 years ago

SherEast commented 3 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

I am trying to build the melzi_optiboot environment for the Sanguino ATMega1284p mainboard on my Ender 3 Pro and I cannot finish the build process because the .sconsign39.dlbite file is nowhere to be found in the melzi_optiboot file.

The script goes as follows: PS C:\Users[username]\Downloads\Marlin-2.0.x\Marlin-2.0.x> echo "done" >C:\Users[username]\AppData\Local\Temp\ipc PS C:\Users[username]\Downloads\Marlin-2.0.x\Marlin-2.0.x> platformio run -e melzi_optiboot Processing melzi_optiboot (platform: atmelavr; board: sanguino_atmega1284p; framework: arduino) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/sanguino_atmega1284p.html PLATFORM: Atmel AVR (3.3.0) > Sanguino ATmega1284p (16MHz) HARDWARE: ATMEGA1284P 16MHz, 16KB RAM, 127KB Flash DEBUG: Current (simavr) On-board (simavr) PACKAGES:

Bug Timeline

This seems to be a new bug

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin Firmware 2.0.x

Printer model

Creality Ender 3 Pro

Electronics

Stock electronics

Add-ons

Creality BL Touch Bed Leveling Sensor

Bed Leveling

ABL Linear grid

Your Slicer

Cura

Host Software

SD Card (headless)

Additional information & file uploads

No response

rhapsodyv commented 3 years ago

It's just a random platformio error. Just try build again and it will work.

SherEast commented 3 years ago

I have tried building it several times and it still isn't working.

rhapsodyv commented 3 years ago

Try reinstall PIO, or run it from vscode or cmd, instead of PS.

SherEast commented 3 years ago

I am using VSCode. Should I still reinstall PIO?

rhapsodyv commented 3 years ago

Try it. Because something probably is not right in your current setup. I never saw this error show up more than once.

github-actions[bot] commented 3 years ago

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.