1 Star 2 Fork 0

Linquan/Nand Flash Storage frameworks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.sh 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
Linquan 提交于 2024-02-27 14:40 . first commit
BOLD="\e[1m" # 字体加粗
YELLOW="\e[33m" # 黄色字体
GREEN="\e[32m" #绿色字体
RESET="\e[0m" # 关闭样式
info_print()
{
echo -e "\e[1;33m[Build]:\e[0m \e[1;32m $1 \e[0m"
}
mkdir build
cd build
make clean
info_print "cd build fold"
info_print "start to cmake..."
cmake ..
info_print "cmake done..."
info_print "ready to make"
make
info_print "make is finished"
cd ..
cd bin
info_print "emulation runing......"
./store_test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ideal-place-to-retire/nand-flash-storage-frameworks.git
git@gitee.com:Ideal-place-to-retire/nand-flash-storage-frameworks.git
Ideal-place-to-retire
nand-flash-storage-frameworks
Nand Flash Storage frameworks
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385