mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.48k stars 1.59k forks source link

Support for Renesas H8SX1648 #11601

Open Knud40 opened 1 year ago

Knud40 commented 1 year ago

I am currently moving a lot of targets to meson. I have successfully moved a number of targets based on rx111 and rx71m but would also like to move the remaining legacy targets based on the bit older H8SX1648.

I get however the following warning and will for that reason raise this issue.

WARNING: Unknown CPU family h8sx, please report this at https://github.com/mesonbuild/meson/issues/new

tristan957 commented 1 year ago

@Knud40 since you have access to the compilers/target architectures, would you be interested in adding support? I doubt anyone will get to this otherwise. Not really sure what it would take to fix this.