${SDK_INSTALL_DIR}/examples/hello_world
hello_world_{board}_mcu-r5fss0-0_freertos_ti-arm-clang
hello_world_{board}_wkup-r5fss0-0_freertos_ti-arm-clang
gmake
in Windowscd ${SDK_INSTALL_PATH} make -s -C examples/hello_world/{board}/mcu-r5fss0-0_freertos/ti-arm-clang
cd ${SDK_INSTALL_PATH} make -s -C examples/hello_world/{board}/wkup-r5fss0-0_freertos/ti-arm-clang
cd ${SDK_INSTALL_PATH} make -s libs PROFILE=debug # for debug mode libraries # OR make -s libs PROFILE=release # for release mode libraries