bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

Firmware can't be built #212

Open mouse100 opened 4 years ago

mouse100 commented 4 years ago

I've downloaded Visual Studio and installed PlatformIO. Now I'm trying to compile Marlin, downloaded from BigTreeTech github repository, and after I open the project, I make the build without changes so to test it but I always obtain the same yellow message in terminal:

/Users/giuseppe/.platformio/packages/framework-arduinoststm32-maple/STM32F1/libraries/STM32ADC/src/utility/util_adc.c:10:30: warning: 'adc_result' initialized and declared 'extern'
 extern volatile unsigned int adc_result = 0;

I've tried in Windows and Mac machines but I obtain always the same error. I've also tried with Marlin latest nightly, latest stable build and I obtain the same issue.

HVJ17 commented 4 years ago

This is not a problem. Ignore it. Expected during build. Does not affect firmware or printer.