racelkp.blogg.se

An objcopy equivalent for mac
An objcopy equivalent for mac









An objcopy equivalent for mac

INFO: From Linking projects/distances/liblevenshtein_distance.so:Ĭlang: error: unable to execute command: Executable "ld" doesn't exist!Ĭlang: error: linker command failed with exit code 1 (use -v to see invocation)ĮRROR: /Users/klemen/Programming/workspace/projects/distances/BUILD:1:1: Linking of rule '//projects/distances:levenshtein_distance' failed: osx_gcc_wrapper.sh failed: error executing command The building however still fails due to the fact that it can't find the ld command. In the osx_gcc_wrapper.sh script and bazel now invokes my custom clang. I've managed to get a bit further with this. Sorry for taking so long to reply, I've been a bit busy with school. This is my toolchain entry in the CROSSTOOL file: I tried adding an entry to the CROSSTOOL file (and changing the "toolchain_identifier" in the "default_toolchain") but doesn't seem to invoke the custom binary. Is it possible to configure Bazel to use a nonstandard Clang installation instead of the one located at "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"?











An objcopy equivalent for mac