这个程序主要解决一些嵌入式系统没有 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.

6 lines
247 B

3 years ago
3 years ago
3 years ago
  1. #!/bin/bash
  2. # 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
  3. # CC=gcc
  4. ${CC} sumcheck.c -o sumcheck
  5. ${CC} zsplit.c -o zsplit