<div dir="ltr">Thanks Rob- I've added that.<div><br></div><div>I've got a (probably) unrelated problem now:</div><div><br></div><div><div>In file included from ../include/linux/netdevice.h:30,</div><div>                 from ll_types.c:24:</div><div>/usr/bin/../include/linux/if_packet.h:194: error: expected specifier-qualifier-list before '__aligned_u64'</div><div>distcc[31196] ERROR: compile ll_types.c on localhost failed</div><div>make[1]: *** [ll_types.o] Error 1</div><div>make[1]: Leaving directory `/home/iproute2/lib'</div><div><br></div><div><br></div><div>This seems strange as it built fine a couple of days ago and I just started over fresh.</div><div>I guess __aligned_u64 is undefined for some reason (probably an ifdef somewhere).</div><div><br></div><div>Regards-</div><div>David</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 October 2014 13:59, Rob Landley <span dir="ltr"><<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/27/14 05:16, David Halls <<a href="mailto:dahalls@gmail.com">dahalls@gmail.com</a>> wrote:<br>
> Hi-<br>
><br>
> I'm having a go at compiling Go but get these error messages:<br>
><br>
> Program uses unsupported TLS data!<br>
><br>
> I guess this is because uClibc isn't compiled with TLS support<br>
> (USE_TLS)? Is something bad likely to happen if I recompile uClibc with<br>
> USE_TLS?<br>
><br>
> Many thanks<br>
><br>
> David<br>
<br>
It should work. You can add it in sources/baseconfig-uClibc to switch it<br>
on for all targets, or in the appropriate sources/targets/$FILENAME<br>
UCLIBC_CONFIG= block to switch it on for just one.<br>
<br>
(I actually thought I switched that on when I went from pthreads to<br>
nptl, but I guess not. I should switch it on for everything and<br>
regression test the linux from scratch build on all targets, but I'm<br>
also trying to switch everything over to musl-libc where it should just<br>
work out of the box once I've got the toolchain exporting the right darn<br>
symbols...)<br>
<span class="HOEnZb"><font color="#888888"><br>
Rob<br>
</font></span></blockquote></div><br></div>