Cross files for gcc-arm-none-eabi and ARMClang in the Meson build system.
- Get python wheel from release page
pip install ./mcu_meson_setup-*.whl- Copy example/setup.py to your project, and modify it.
- the link of cross files can be a:
- URL link:
https://* - local relative path:
../* - main branch of this repository:
main:gcc-arm-none-eabi.ini - tag of this repository:
tag:v0.3.0:gcc-arm-none-eabi.ini
- URL link:
- the link of cross files can be a:
- Run
python setup.py- You can see options via
python setup.py --h - The extra arguments will be passed to meson
python setup.py --debug - You can also pass arguments via the function
setup(args=["--debug"])
- You can see options via
See also example.
- Currently, armclang doesn't work. It needs this PR