This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Replies: 1 comment 6 replies
-
I think the warning can be ignored. This project still used the original BTT build mechanism. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using VS Code with PlatformIO and having trouble building for TFT35 E3 V3.
Just building results in:
Warning! Cannot find a linker script for the required board! Firmware will be linked with a default linker script!
I commented out the python script that was supposed to do this and specified board_build.ldscript.
My new environment configuration in paltform.ini is:
But now platform io generates this error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\chdgriff\.platformio\packages\framework-stm32cube\platformio\variants_remap.json'
I don't think I should have to modify the code to build for an included board. Is there anything else I need to configure first and how should I continue?
Beta Was this translation helpful? Give feedback.
All reactions