On 2023-04-08, lorenzo <[email protected]> wrote: > Hello, I'm trying to use clang to cross-compile an embedded risc-v project > from my amd64 host. The problem is that it looks like the riscv target isn't > available and I only have targets related to my host gpu and cpu. Is there a > way to add other targets as well like on other clang distributions? Am I > missing something?
Install the package version of clang and use /usr/local/bin/clang (or put /usr/local/bin ahead if /usr/bin in your PATH). -- Please keep replies on the mailing list.

