I'm migrating from DFP 1.3.4 to DFP 2.1.0. When compiling the latest Device/core/common/source/pm.c there are many compiler errors related to undefined EWIC types and constants. For example:
Device/core/common/source/pm.c:622:24: error: 'EWIC_Type' has no member named 'EWIC_NUMID'
Device/core/common/source/pm.c:624:17: error: 'EWIC_Type' has no member named 'EWIC_MASKn'
...
Device/core/common/source/pm.c:646:24: error: 'EWIC_EWIC_ASCR_ASPD_Msk' undeclared (first use in this function)
...
It looks like the old pm_internal.h file containing these definitions was removed when moving to DFP 2.0.0.
How should pm.c be compiled, am I missing something?
I'm migrating from DFP 1.3.4 to DFP 2.1.0. When compiling the latest
Device/core/common/source/pm.cthere are many compiler errors related to undefined EWIC types and constants. For example:It looks like the old
pm_internal.hfile containing these definitions was removed when moving to DFP 2.0.0.How should
pm.cbe compiled, am I missing something?