mongoose-os icon indicating copy to clipboard operation
mongoose-os copied to clipboard

Use newer TI toolchain when building for CC32xx

Open ulso opened this issue 6 years ago • 0 comments

It would be nice if one could use a later C++ standard than C++03, which seems to be the latest C++ standard that is supported by the current TI toolchain when using mos build --platform cc32xx.

There is a later version of the TI toolchain (v18.12.1.LTS) that supports at least C++14. http://www.ti.com/tool/download/ARM-CGT-18

ulso avatar Mar 03 '19 10:03 ulso