xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
9.51k stars 764 forks source link

Support TI-CGT compiler like cmake and meson #5163

Open Freed-Wu opened 1 month ago

Freed-Wu commented 1 month ago

Is your feature request related to a problem? Please describe.

TI CGT (code generate tool) are TI's compilers for TI C2000 DSP, TI C6000 DSP, TI Arm board.

Refer https://mesonbuild.com/Reference-tables.html#compiler-ids

Describe the solution you'd like

Support more compliers.

Describe alternatives you've considered

No response

Additional context

No response

waruqi commented 1 month ago

Can you provide compiler download links?

Freed-Wu commented 1 month ago

https://www.ti.com/tool/download/C6000-CGT/7.4.24 https://www.ti.com/tool/download/C6000-CGT/8.3.12

waruqi commented 1 month ago

Can you provide an example project with cmake or meson? or provide verbose build commands?