Reputation: 419
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
Upvotes: 0
Views: 1286
Reputation: 4968
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.
Upvotes: 0
Reputation: 1057
You could either use Greenhills MULTI project files, or define your own Toolchain file to enable cross-compiling for your project.
Upvotes: 0