Buildroot fails to build images for intel edison in ubuntu 17.10 (64 bit)

159 Views Asked by At

I am trying to build images for Intel Edison board.

But it fails while configuring lzop on Ubuntu 17.10.

I have linked Build Error logs and config.log for the same.

INPUT : I did following procedure.

make edison_defconfig.

make

Thanks,

Pritam

1

There are 1 best solutions below

1
Peter Korsgaard On

It sounds like you are missing this commit to fix compatibility with >= gcc 6.x: https://git.buildroot.net/buildroot/commit/?id=040c9e14edeab0c6173f72c0a1e765fc5a3a58ea

This was added during the 2016.08 cycle, so it must mean you are using an older version than that. Please upgrade to a supported version (2017.02.9 or 2017.11.2) to fix this and lots of other issues.