makerbase-mks / MKS-Robin-E3-E3D

MKS Robin E3 E3D 32Bit Control Board 3D Printer parts with tmc2209 Uart mode driver For Creality Ender 3 CR-10
https://www.aliexpress.com/item/4000781744682.html
GNU General Public License v3.0
118 stars 97 forks source link

Cannot compile Marlin 2.0.9.1 #132

Closed pauloeduardogodoy closed 3 years ago

pauloeduardogodoy commented 3 years ago

I am trying to compile the latest Marlin without success. Even using the Makerbase configuration website. Is there a step-by-step procedure to be followed? Thanks.

pauloeduardogodoy commented 3 years ago

It is freezes here:

PS C:\Marlin> platformio run -e mks_robin_e3 Processing mks_robin_e3 (platform: ststm32@~12.1; board: genericSTM32F103RC; framework: arduino) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F103RC.html PLATFORM: ST STM32 (12.1.1) > STM32F103RC (48k RAM. 256k Flash)
HARDWARE: STM32F103RCT6 72MHz, 48KB RAM, 256KB Flash DEBUG: Current (stlink) External (blackmagic, cmsis-dap, jlink, stlink) PACKAGES:

mks-viva commented 3 years ago

Please provide your source code to me and i try to compile it.

pauloeduardogodoy commented 3 years ago

I got it done! Do not know how I did it, but it is working now!

The only thing I did was get the files I created using the MKSTOOL again, made one change and compile, another change, and compile again, and so on... After 20+ compilations, I got everything set and compiled.

I am closing this thread. Thank you!