May can meson build synopsys metaware arc compilier? #10205
Answered
by
eli-schwartz
Nell69Rock
asked this question in
Q&A
-
watching this site. https://mesonbuild.com/Reference-tables.html ccac compiler is not supported yet . only support arc cpu family! how can i use ccac(metaware compiler) ? |
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
Mar 29, 2022
Replies: 1 comment 2 replies
-
Someone with access to this compiler would need to add a class for it in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Nell69Rock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Someone with access to this compiler would need to add a class for it in
mesonbuild/compilers/c.py
(there's a "clike" mixin that probably does much of the work) and register it inmesonbuild/compilers/detect.py
. If you are interested, we could provide further guidance.