[LEDE-DEV] buildroot broken on debian jessie

Martin Blumenstingl martin.blumenstingl at googlemail.com
Sat Oct 29 09:18:41 PDT 2016


On Sat, Oct 29, 2016 at 6:13 PM, Jo-Philipp Wich <jo at mein.io> wrote:
> Hi Dirk,
>
> I guess it boils down to gcc 6 being unsupported yet, I would anticipate
> issues with other host builds as well.
>
> For now I suggest to downgrade to gcc 5.x
Arch Linux also uses gcc 6:
$ gcc --version
gcc (GCC) 6.2.1 20160830

with your little test:
$ echo 'int main(int a, char **v) { gzdopen(0, "rb"); return 0; }' |
  gcc -include zlib.h -x c -o test - -Wl,-Bstatic -lz -Wl,-Bdynamic
$ echo $?
0

I have not tested the buildroot though



More information about the Lede-dev mailing list