${SDK_INSTALL_DIR}/examples/hello_world
hello_world_{board}_m4fss0-0_freertos_ti-arm-clang
hello_world_{board}_r5fss0-0_freertos_ti-arm-clang
hello_world_{board}_a53ss0-0_freertos_gcc-aarch64
gmake
in Windowscd ${SDK_INSTALL_PATH} make -s -C examples/hello_world/{board}/m4fss0-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 libs PROFILE=debug # for debug mode libraries # OR make -s libs PROFILE=release # for release mode libraries