Problems compiling Marlin for Anet A6 January 06, 2019 06:33AM |
Registered: 5 years ago Posts: 15 |
Re: Problems compiling Marlin for Anet A6 January 06, 2019 08:43AM |
Admin Registered: 13 years ago Posts: 7,107 |
Re: Problems compiling Marlin for Anet A6 January 06, 2019 12:43PM |
Registered: 5 years ago Posts: 15 |
Re: Problems compiling Marlin for Anet A6 January 06, 2019 07:22PM |
Admin Registered: 13 years ago Posts: 7,107 |
Re: Problems compiling Marlin for Anet A6 February 11, 2019 01:20AM |
Registered: 5 years ago Posts: 1 |
Quote
HAJM
The errors mainly relate to not finding included libraries in some files such as G26_Mesh_Validation_Tool.cpp. I assumed that an Arduino library consists of pairs of .h and .cpp files in a zip file. I checked that all the top level includes in G26_Mesh_Validation_Tool.cpp were present in the Marlin package, but gave up trying to check all the included in the top level includes themselves. (Is there any easy way to find the name of the missing .h or .cpp file(s)?
The other problem is warnings about redefinitions of symbols such as Timer2 to different values, which is clearly an error even though the compiler continues and, in some cases in the original setup, produced a likely looking code file despite the errors and warnings.