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
Asked
Active
Viewed 1,087 times
0
-
1Did you try using your compiler with cmake to see if it works? – Stephen Newell Feb 17 '20 at 18:31
2 Answers
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