Skip to content

dev2 does not compile on arm32 #1017

Description

Seems like a regression introduced in 2.1.8 with this commit: a964322.

The error I'm getting:

src/segment-map.c:42:35: error: variable length array declaration not allowed at file scope
static _Atomic(mi_segmap_part_t*) mi_segment_map[MI_SEGMENT_MAP_MAX_PARTS]; // = { NULL, .. }

MI_SEGMENT_MAP_MAX_PARTS seems to be expanded to this:

((((4294967295U))/((8*((1<<(2))*(1024UL)-128))*((1UL<<(7+(13+(2)))))))+1)

LMK if you need more information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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