Keep getting `'apple-m3' is not a recognized processor for this target (ignoring processor)`

Hi all,

Sorry for the noise, but I keep getting this error when compiling my Julia libraries:

'apple-m3' is not a recognized processor for this target (ignoring processor)

I am using an M1 MacBook pro. I cannot find any reference in the internet about what can be causing this when compiling Julia, so I imagined some other folks here may be having the same issue.

This is not producing any error (to the best of my knowledge), but it is a error message that keeps showing.

Thanks!

Perhaps this is related: Remove apple-m3 from cpu name to make enzyme happier by gbaraldi · Pull Request #56372 · JuliaLang/julia · GitHub ?

1 Like

Thank you @ufechner7 ! I installed the last Julia 1.10.6 where the fix to the issue has been merged and it removed the error message.

2 Likes