0

This is unsure if cmake support is available for the tasking tri-core compiler toolchain. We could use a normal makefile to compile using this compiler, but I would like to configure cmake to do the same in windows

jack sparow
  • 339
  • 3
  • 9

2 Answers2

0

You could either use Greenhills MULTI project files, or define your own Toolchain file to enable cross-compiling for your project.

dboy
  • 1,004
  • 2
  • 16
  • 24
0

TASKING toolset support was added in CMake 2.25. Works fine. For some reason it refuses to support C++ even though the documentation says that cctc tools supports it.

ilya1725
  • 4,496
  • 7
  • 43
  • 68