这个程序主要解决一些嵌入式系统没有 split指令,无法对大文件进行分离打包
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
247 B

#!/bin/bash
# CC=/home/zwsd/Desktop/workspace/project_meditation_capsule/HappySwitchSoundBox/toolchain/gcc-linaro-5.4.1-2017.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
# CC=gcc
${CC} sumcheck.c -o sumcheck
${CC} zsplit.c -o zsplit