${SDK_INSTALL_DIR}/examples/hello_worldhello_world_{board}_m4fss0-0_freertos_ti-arm-clanghello_world_{board}_r5fss0-0_freertos_ti-arm-clangmake in Linuxcd ${SDK_INSTALL_PATH}
gmake -s -C examples/hello_world/{board}/m4fss0-0_freertos/ti-arm-clang
cd ${SDK_INSTALL_PATH}
gmake -s -C examples/hello_world/{board}/r5fss0-0_freertos/ti-arm-clang
cd ${SDK_INSTALL_PATH}
gmake -s libs PROFILE=debug # for debug mode libraries
# OR
gmake -s libs PROFILE=release # for release mode libraries