Attempting to cross-compile with Cmake using a toolchain file I've written for a mips processor. At 22% I get this error:
/usr/local/mipsisa32r2el/r23/bin/ld: cannot find -luuid
Is it LD that is missing a library? Is it possible to rectify when using a mips gcc-compiler?