Fix yaml generation m1
WIP/Test
Summary of changes: This is to identify the issues with YAML files generated on other platform than the docker image (MacOS on M1 hardware)
Not ignore for now
@raphaelcoeffic does yaml generation on M1 MACs work? If yes, we do not need this. If not, this PR should only contain the XMakeList.txt changes, not the datastructs files.
Not to my knowledge. The last time I looked into it I still failed due to libclang dependencies and changes to handling of anonymous structs - As far as I recall.
/Stephen
Den 24. jul. 2022 kl. 20.44 skrev Malte Langermann @.***>:
@raphaelcoeffic https://github.com/raphaelcoeffic does yaml generation on M1 MACs work? If yes, we do not need this. If not, this PR should only contain the XMakeList.txt changes, not the datastructs files.
— Reply to this email directly, view it on GitHub https://github.com/EdgeTX/edgetx/pull/1499#issuecomment-1193372702, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA54XTSR7UT3V2342YFNI6DVVWFINANCNFSM5MYUOG7A. You are receiving this because you authored the thread.
does yaml generation on M1 MACs work?
It does, however not via docker container, I'm using the plain normal scripts now natively on my mac.