conan
conan copied to clipboard
Add Tricore options to arch list
Changelog: Feature: Add tricore
compiler architecture support
Docs: TODO
Close https://github.com/conan-io/conan/issues/16318
Hello! I'd like to start the process here in adding support (whatever that might mean) for tricore-gcc. Currently I'm not able to use the settings.arch to specify the actual arch I'm using, and I assume this probably goes a bit deeper than just updating the yaml file.
For the most part I'm building my firmware by hook and by crook without this support. But It would be nice to learn how to do things properly.
Unlike some other proprietary toolchains that target Aurix devices, tricore-gcc can be built yourself: https://github.com/EEESlab/tricore-gcc-toolchain-11.3.0
I already have a Conan package for this which I'm using, but it's held together with duct-tape and wishful thinking still.
Changelog: Feature: Describe here your pull request Docs: https://github.com/conan-io/docs/pull/XXXX
- [x] Refer to the issue that supports this Pull Request. #16318
- [ ] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
- [x] I've read the Contributing guide.
- [ ] I've followed the PEP8 style guides for Python code.
- [ ] I've opened another PR in the Conan docs repo to the
develop
branch, documenting this one.