Hello,
Thank you for the output -- It seems compileTELEMAC was able to compile both tomawac and splitsel before failing on partel -- this is good news in some way.
Looking around, I found the following two reference to problem similar to your -- Mac related.
The first one:
https://github.com/tpoechtrager/osxcross/issues/11
...says that you must use the correct ar (archiver), e.g.:
make CXX=o64-clang++ AR=x86_64-apple-darwin1X-ar
otherwises it uses the system ar and won't work.
The second one concludes that:
https://github.com/rust-lang/rust/issues/18650
... this turns out to be a completely environmental issue. There were a bunch of duplicate files of system programs (like ls, mv, etc...). Removing them got rust to work again!
Can you investigate that angle ? ... the fact that it works for v7p0 remains a mystery ...
Sébastien.