Vyper
Vyper copied to clipboard
Board file missing
Hi,
I was not able to compile the code neither with platformio nor with arduino ide because the board description is missing: ac_tri_f103re.
Please provide some information on how to successfully compile the code and or the respective json board file.
Thank you very much Philipp
Hi,
I was not able to compile the code neither with platformio nor with arduino ide because the board description is missing: ac_tri_f103re.
Please provide some information on how to successfully compile the code and or the respective json board file.
Thank you very much Philipp
![]()
please refer to this building steps: https://github.com/ANYCUBIC-3D/Vyper/wiki
Same problem here. Building steps on wiki didn't help.
Update: Removed Platforms for ST STM32 and followed instructions on the wiki. Now it is compiling.
board_name AC_TRI_ F1
chip_name STM32F103RET6
board_name AC_TRI_ F1 chip_name STM32F103RET6
为什么我编译还是错误一大堆呢?
Can someone explain what to do .. i dont get it to compilie :(
Removed Platforms
What does it means "Removed Platforms"
For me it's not woking
Marlin\src\core\../inc/../pins/stm32f1/pins_AC_TRI_F1_V1.h:25:4: error: #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
UPD: SOLVED!
Step1: Run this task to build. Not default or not build button
Step2: If you have ststm32
and [email protected]
folders in the .platformio\platforms -> Copy ac_tri_f103re.json
file to both of them