Skip to content

EWIC not defined when compiling pm.c source file #50

@dpgeorge

Description

@dpgeorge

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions