srec
srec copied to clipboard
Fix the build for ARM
- 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!
Updated the pull request to leave the Makefile.arm as is and added mklinux.arm for our use case here.
(I think the main Makefile should cover the ARM Linux case, I don't want to have all architecture + platform combos in separate files…)