]> git.sur5r.net Git - openocd/commit
Provide od+sed replacement for the bin2char helper
authorPaul Fertser <fercerpav@gmail.com>
Sun, 11 May 2014 18:15:55 +0000 (22:15 +0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 2 Aug 2014 09:00:28 +0000 (09:00 +0000)
commitf1b04a20dcf6baedbd0f06a38d8748586d48dbb7
treee1e55a4334058d337a7345c3709d1c6f52a2503d
parente03eb89cfb7ee7a952bf8536ae1a4e7f2087d766
Provide od+sed replacement for the bin2char helper

Using custom build-time tools is always more problematic, especially
for cross-compiling.

This alternative implementation assumes "od" (IEEE Std 1003.1-2001)
and sed are available which should be the case for any reasonably
modern system.

Change-Id: I0208f475648c78e7dca127ff4bab60d314b2bf53
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2139
Tested-by: jenkins
Reviewed-by: Fatih Aşıcı <fatih.asici@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
configure.ac
src/Makefile.am
src/helper/Makefile.am
src/helper/bin2char.c [deleted file]
src/helper/bin2char.sh [new file with mode: 0755]
src/target/Makefile.am