custom configuration based on ARduino uno not building due to settings #869
-
Hello, I am trying to define a custom configuration using the arduino uno (nano actually) and it fails to compile
..... I checked settings are not disabled, is there another place to enable them ? Is there some mandatory tweak to do to the configuration regarding settings support ? thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
I tested your configuration file and it build (almost) without issues. The thing is that the UNO is near the flash limit size. Make sure you are using a clean code source, place all configuration files inside the folder and select the correct environment on PlatformIO. |
Beta Was this translation helpful? Give feedback.
uCNC-modules is not a git submodule of uCNC.
The platformio.ini that is generated in the web builder tells a special script which modules are used and only those are extracted to the modules dir.
You seemed to have included all the uCNC modules inside modules dir (including the Examples modules (that seems to contains that typo)