${SDK_INSTALL_DIR}/examples/hello_worldhello_world_{board}__mcu-r5fss0-0_freertos_ti-arm-clanghello_world_{board}_r5fss0-0_freertos_ti-arm-clanghello_world_{board}_a53ss0-0_freertos_gcc-aarch64hello_world_{board}_c75ss0-0_freertos_ti-c7000gmake 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}/r5fss0-0_freertos/ti-arm-clang
cd ${SDK_INSTALL_PATH}
make -s -C examples/hello_world/{board}/a53ss0-0_freertos/gcc-aarch64
cd ${SDK_INSTALL_PATH}
make -s -C examples/hello_world/{board}/c75ss0-0_freertos/ti-c7000
cd ${SDK_INSTALL_PATH}
make -s libs PROFILE=debug # for debug mode libraries
# OR
make -s libs PROFILE=release # for release mode libraries
cd ${SDK_INSTALL_PATH}
make -s libs-external PROFILE=debug # for debug mode libraries
# OR
make -s libs-external PROFILE=release # for release mode libraries