[SOLVED] Error compiling 18.06

Hello Team,
I was wondering if someone can help me. I am trying to compile for a Raspberry Pi Zero W.

I am building on a Mac. 10.13, I have complied successfully before. This is the first time with 18.06

The error i am getting is this:

making all in lib/e2p
	CC feature.c
In file included from feature.c:20:
In file included from ../../lib/ext2fs/ext2fs.h:97:
../../lib/ext2fs/hashmap.h:20:5: error: function-like macro '__GNUC_PREREQ' is
      not defined
#if __GNUC_PREREQ (4, 8)
    ^
../../lib/ext2fs/hashmap.h:25:5: error: function-like macro '__GNUC_PREREQ' is
      not defined
#if __GNUC_PREREQ (4, 8)
    ^
2 errors generated.

Any help would be great

Cheers
Reuben

Probably 18.06 branch also needs this commit:

1 Like

Outstanding! :slight_smile: thank you very much, it works perfectly.

Thank you for your quick response.

Cheers
Reuben

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.