analogdevicesinc / MAX78xxx-RefDes

MAX78000 and MAX78002 Reference Designs
Other
16 stars 18 forks source link

Dev fix build issues #32

Closed ozersa closed 2 years ago

ozersa commented 2 years ago

After that build issues fixed. Output below:

Build_Output_AppSwithcer.txt Build_Output_ASL.txt Build_Output_CatsDogs.txt Build_Output_FaceID.txt Build_Output_UNet.txt Build_Output_VCAudioPlayback.txt Build_Output_WildLife.txt

Jake-Carter commented 2 years ago

Hi @ozersa, I was taking a look at these build issues today and found two main problems:

  1. The auto builder for this repo points to a manually maintained copy of the SDK that has become somewhat outdated. We can collaborate to integrate the refdes repo into the MSDK auto build system and vice-versa.

  2. The MSDK doesn't use -Werror by default, but the refdes Makefiles do. I think the MSDK should enable -Werror because by the looks of it there are a lot of warnings that we need to address. However, by disabling -Werror in the refdes Makefiles I can get past the peripheral driver build warnings and successfully build the project.