This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a file named options.cmake and populate with valid paths assigned to the following: | |
# | |
# set(CG_TOOL_ROOT "/opt/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS") | |
# set(DEVICE_SUPPORT_ROOT "/home/asdf/controlSUITE/device_support/F2807x/v210") | |
# | |
# Then do: | |
# mkdir build && cd build | |
# cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain-ti-c2000.cmake .. | |
# make |