jack sparow
jack sparow

Reputation: 419

Cmake support for tasking tri-core compiler toolchain

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

Answers (2)

ilya1725
ilya1725

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

dboy
dboy

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

Related Questions