When building on FreeBSD I get:
make[2]: make[2]: don't know how to make src/dlls/mscordac/mscordac.exports. Stop
make[2]: stopped in /usr/home/james.shuriff/src/coreclr/bin/obj/FreeBSD.x64.Debug
--- src/dlls/mscordac/CMakeFiles/mscordaccore_exports.dir/all ---
*** [src/dlls/mscordac/CMakeFiles/mscordaccore_exports.dir/all] Error code 2
I've also had various other build issues I was able to fix with -Wno-implicit-function-declaration for libunwind and adding an explicit -L/usr/local/lib to the genLttngProvider.py linker arguments but I'm stumped on this one. Building on x86_64 FreeBSD 12.0-RELEASE with the release/2.2 branch.
When building on FreeBSD I get:
I've also had various other build issues I was able to fix with -Wno-implicit-function-declaration for libunwind and adding an explicit -L/usr/local/lib to the genLttngProvider.py linker arguments but I'm stumped on this one. Building on x86_64 FreeBSD 12.0-RELEASE with the release/2.2 branch.