Hi everyone,
many thanks for all your answers! ![]()
To summarize for further readers:
How to use the tasking toolchain?
- Create a toolchain file and set the control program (cctc) as the compiler for your asm, c and cpp files.
- Enable cross compilation by setting the
CMAKE_SYSTEM_NAME(e.g. to Generic), also optionally set theCMAKE_SYSTEM_PROCESSOR(e.g. to TriCore). - Set the
CMAKE_TASKING_TOOLSETvariable to the used toolset (see official documentation). - Use a third party make utility, e.g. GNU make or ninja build.
- Checkout the example toolchain file from go2sh (and the associated post) for further information.
Regards,
Manuel