Philip McGrath schreef op wo 15-06-2022 om 15:21 [-0400]: > Unfortunately, these tools are tightly coupled to Clang/LLVM and don't > support GCC. For example, `otool` is a wrapper around `llvm-objdump`. In that case, it needs to be in `inputs`, not `native-inputs`, such that cross-compiling this cross-compiler can work. FWIW, you could compile the wrapper `otool` with GCC and at the same time let `otool` use `llvm-objdump`. Greetings, Maxime.