.hex/s-rec 精灵格式转换器
.hex/s-rec format converter to elf
有人知道从 Intel .hex file format or Motorola S-record 到 elf 文件格式的转换器吗?
objcopy.exe -I ihex -O elf32-little "input.hex" "output.hex.elf"
成功了。
有人知道从 Intel .hex file format or Motorola S-record 到 elf 文件格式的转换器吗?
objcopy.exe -I ihex -O elf32-little "input.hex" "output.hex.elf"
成功了。