• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1echo "*************** start of post build *****************"
2echo "this is post build!!! current configure is :%1"
3riscv32-elf-objcopy -S -O binary %1.elf  output/%1.bin
4..\tl_check_fw2.exe  output/%1.bin
5echo "**************** end of post build ******************"