Closed albertoxamin closed 4 years ago
You have set #define MOTHERBOARD BOARD_RAMPS_14_EFB this is a mega2560 not a sanguino_atmega1284p The real A8 configuration.h files has #define MOTHERBOARD BOARD_ANET_10
is this something that should be adjusted in the example config? i can suggest the change should it be required.
It is in the example A8 config correctly https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/config/examples/Anet/A8/Configuration.h#L133
try the melzy environment in platformio to compile for the atmega1284p.
Setting the env melzi
results in a successful compilation, also changing the config to https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/config/examples/Anet/A8/Configuration.h#L133 worked!
Thanks guys!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug Description
I tried to build for
sanguino_atmega1284p
and got this
My Configurations
Archive.zip