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
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
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.