In message <5a7c7b60-6171-4111-9786-1ff1367b2...@jpl.nasa.gov>, "Mattmann, Chris A (388J)" writes: > > [SNIP]
You should use the default (-Dhy.no.thr=false) as hy.no.thr=true doesn't work with DRLVM since no one has updated it to the new thread API. As it happens the libhythr.so built by classlib gets replaced by the DRLVM build version - so it is effectively only a stub to get the rest of harmony to build. This means that you could create trivial stubs for thrhelp.s (even thrhelp.c probably) - and the other assembler file if that is problematic - and the build should get a bit further. Regards, Mark.