Exercise: Create a Layered Toolchain File

You must first complete CMake: Initial Build Setup before viewing this Lesson
Please sign up for the course before starting the lesson.

22 June 2020 by Phillip Johnston • Last updated 14 December 2021We want to create additional toolchain files that allow us to build the project for different platforms. There’s just one problem: in order to support the three different ARM boards we’re targeting in this course, our toolchain files would be almost exactly the same, …

Back to: Creating a Cross-Platform Build System for Embedded Projects with CMake > CMake: Cross-Compilation