srec icon indicating copy to clipboard operation
srec copied to clipboard

Fix the build for ARM

Open BillMac4440 opened this issue 4 years ago • 1 comments

  • Install gcc-arm-linux-gnueabi and binutils-arm-linux-gnueabi packages
  • Then just use arm-linux-gnueabi-gcc instead of gcc for compilation.
  • Brought in other changes from the main make file to build the targets.
  • Now builds ARM binaries
  • Many thanks for your work on this!

BillMac4440 avatar Apr 28 '21 14:04 BillMac4440

Updated the pull request to leave the Makefile.arm as is and added mklinux.arm for our use case here.

BillMac4440 avatar Apr 29 '21 11:04 BillMac4440

(I think the main Makefile should cover the ARM Linux case, I don't want to have all architecture + platform combos in separate files…)

arkku avatar Oct 26 '23 13:10 arkku