bigtreetech / BTT-E3-RRF

57 stars 38 forks source link

Unable to compile for my SV01 #22

Open AllTheCommotion opened 3 years ago

AllTheCommotion commented 3 years ago

Followed a compile video on YouTube for the RRF board for the Sovol SV01. Seemed pretty easy, but it will not compile. Tried probably 10 times, and every build failed. The video is from Aurora Tech on YouTube. I am trying to compile it to use the IDEX board as well to be used as a controller for the second Z motor for Z auto align. Any help would be greatly appreciated. I also will be using a BLtouch. I did notice in the video, the bottom right of vscode said platformio, but mine says WIN32. I have PlatformIO installed and is what I am using to attempt to build.

Executing task: C:\Users\pulle.platformio\penv\Scripts\platformio.exe run --environment BIGTREE_E3_RRF <

Processing BIGTREE_E3_RRF (platform: ststm32@~12.0; board: BigTree_E3_RRF; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option arm-none-eabi-g++.exe: fatal error: cannot execute 'cc1plus': CreateProcess: No such file or directory compilation terminated. CalledProcessError: Command '"C:\Users\pulle.platformio\packages\toolchain-gccarmnoneeabi\bin\arm-none-eabi-g++.exe" -DMARLIN_FIRMWARE -DUSBCON -DUSBD_USE_CDC -DTIM_IRQ_PRIO=13 -DADC_RESOLUTION=12 -DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000 -DSERIAL_RX_BUFFER_SIZE=255 -DSERIAL_TX_BUFFER_SIZE=255 -DMARLIN_DEPS -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h' returned non-zero exit status 1.: File "C:\Users\pulle.platformio\penv\Lib\site-packages\platformio\builder\main.py", line 175: env.SConscript(item, exports="env") File "C:\Users\pulle.platformio\packages\tool-scons\scons-local-4.1.0\SCons\Script\SConscript.py", line 591: return _SConscript(self.fs, *files, *subst_kw) File "C:\Users\pulle.platformio\packages\tool-scons\scons-local-4.1.0\SCons\Script\SConscript.py", line 280: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "C:\Users\pulle\Desktop\Marlin-2.0.7.2.x-E3-RRF\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 321: apply_features_config() File "C:\Users\pulle\Desktop\Marlin-2.0.7.2.x-E3-RRF\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 146: if not env.MarlinFeatureIsEnabled(feature): File "C:\Users\pulle.platformio\packages\tool-scons\scons-local-4.1.0\SCons\Util.py", line 658: return self.method(nargs, *kwargs) File "C:\Users\pulle\Desktop\Marlin-2.0.7.2.x-E3-RRF\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 297: load_marlin_features() File "C:\Users\pulle\Desktop\Marlin-2.0.7.2.x-E3-RRF\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 285: define_list = subprocess.check_output(cmd, shell=True).splitlines() File "C:\Users\pulle.platformio\python3\lib\subprocess.py", line 424: return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Users\pulle.platformio\python3\lib\subprocess.py", line 528: raise CalledProcessError(retcode, process.args, ================================================================================================== [FAILED] Took 0.66 seconds ==================================================================================================

Environment Status Duration


BIGTREE_E3_RRF FAILED 00:00:00.664 ============================================================================================= 1 failed, 0 succeeded in 00:00:00.664 =============================================================================================The terminal process "C:\Users\pulle.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'BIGTREE_E3_RRF'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.