5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
. ./ksdk_dir.sh
|
|
cmake -DCMAKE_TOOLCHAIN_FILE="$KSDK_DIR/tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .
|
|
make -j4
|