On Sat, Oct 29, 2016 at 6:13 PM, Jo-Philipp Wich <j...@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 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev