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
117 stars 99 forks source link

Сompiling the firmware Marlin 2.0.9.3 in VScode #160

Open happy-zelebob opened 2 years ago

happy-zelebob commented 2 years ago

I compelled the firmware on MKS Robin E3D v1.1 in VScode. I have this error, idk what to do with this.

Verbose mode can be enabled via -v, --verbose option ""CC"" \xad\xa5 \xef\xa5\xe2\xe1\xef \xa2\xad\xe3\xe2७\xad\xa5\xa9 \xa8\xab\xa8 \xa2\xad\xa5譥\xa9 \xaa\xae\xac\xa0\xad\xa4\xae\xa9, \xa8ᯮ\xab\xad塞\xae\xa9 \xafணࠬ\xac\xae\xa9 \xa8\xab\xa8 \xaf\xa0\xaa\xa5\xe2\xad\xeb\xac 䠩\xab\xae\xac. CalledProcessError: Command '"CC" -DMARLIN_FIRMWARE -DNDEBUG -DHAL_STM32 -DUSBCON -DUSBD_USE_CDC -DTIM_IRQ_PRIO=13 -DDEBUG_LEVEL=0 -DTIMER_SERVO=TIM5 -DDEFAULT_SPI=3 -DMARLIN_DEPS -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h' returned non-zero exit status 1.: File "C:.platformio\penv\lib\site-packages\platformio\builder\main.py", line 179: env.SConscript(item, exports="env") File "C:.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 597: return _SConscript(self.fs, *files, *subst_kw) File "C:.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 285: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "C:\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 247: apply_features_config() File "C:\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 133: if not env.MarlinFeatureIsEnabled(feature): File "C:.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Util.py", line 742: return self.method(nargs, *kwargs) File "C:\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 216: load_marlin_features() define_list = run_preprocessor(env) File "C:\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\preprocessor.py", line 42: define_list = subprocess.check_output(cmd, shell=True).splitlines() File "C:.platformio\python3\lib\subprocess.py", line 424: return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:.platformio\python3\lib\subprocess.py", line 528: raise CalledProcessError(retcode, process.args, ============================================================================================ [FAILED] Took 0.93 seconds ============================================================================================

My config:

Marlin-2.0.x.zip

RulezCore commented 2 years ago

I have the same problem, u solve?