makerbase-mks / Mks-Robin-Nano-Marlin2.0-Firmware

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.
GNU General Public License v3.0
261 stars 284 forks source link

Marlin 2.0.9 impossible to compile for MKS Robin Nano V3.1 [SOLVED] #339

Open Ericounet opened 8 months ago

Ericounet commented 8 months ago

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

Yes, and the problem still exists.

Bug Description

I tried to compile for the last Marlin 2.1.2.1; for the 2.0.9, for the last bugfix version and I get this error:

/home/eric/Arduino/Marlin/Makerbase/Marlin 2.0.9/Marlin-2.0.x/Marlin/src/HAL/STM32/sdio.cpp:316: undefined reference to `HAL_SD_IRQHandler'

Bug Timeline

I just received my card.

Expected behavior

A runnable firmware

Actual behavior

Doesn't compile

Steps to Reproduce

  1. Download from github the release 2.09
  2. made a few changes (PlatformIO, main board name, LCD type Configuration.zip )
  3. compile --> error

Version of Marlin Firmware

2.09

Printer model

Bear update (a mks3 Prusa version)

Electronics

MKS Robin Nano V3.1

Add-ons

No response

Bed Leveling

ABL Bilinear mesh

Your Slicer

Cura

Host Software

SD Card (headless)

Additional information & file uploads

I also tried the latest versions of Marlin, official releases and bugfix, and it doesn't compile.

Ericounet commented 8 months ago

Hi,

I got it to compile with the latest bugfree version, but the 23 december version, not the last one. So, it's OK for now.

I'll investigate why the last bugfree doen't compile.