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.34k stars 19.26k forks source link

Compiling error for LPC1768 for SKR1.3 #14620

Closed apratyush closed 5 years ago

apratyush commented 5 years ago

Hello, I don't know much about programming, so sorry about that. I was trying to upload Marlin 2.0 on an LPC1768 based SKR 1.3 Board.

Description

Cannot compile for LPC1768

Steps to Reproduce

  1. Downloaded and extracted Marlin 2.0 bugfix.
  2. Opened it in Atom.io on Platformio
  3. Changed motherboard name to BOARD_BIGTREE_SKR_V1_3 and set Serial Port to -1.
  4. Changed env_default to LPC1768 and hit build.

Expected behavior: I expected it to compile and upload firmware to board.

Actual behavior: I get a ton of errors and build failed.

Additional Information

MY ERROR MESSAGE Screenshot (68)

MarlinFirmware.zip

apratyush commented 5 years ago

Sorry, my bad. I downloaded Git Client and it worked

github-actions[bot] commented 4 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.