AM263P4-Q1: Libraries Don't Build When DebugP_ASSERT_ENABLED is 0

Part Number: AM263P4-Q1

Hello,

In SDK 10.2.0.15, as per the related question, I changed the macro to:

#define DebugP_ASSERT_ENABLED 0

Then attempted to rebuild the libraries. The make stops a number of times in a few libraries due the following types of error.

image.png

I added the following to the problem makefiles.

    -Wno-unused-but-set-variable \
    -Wno-unused-variable \


Please check and update the makefiles if that is the right course of action.