I was able to get it working and passing at least some tests. Unfortunately I had to resolve to adding this to my .bashrc file to override the toolchain libraries. Hopefully it won't be necessary at some point in the future.
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
