<div dir="ltr"><div dir="ltr"><div dir="ltr">Thank you!<br><br>I was able to build a working version of gnuk.bin with:<br>./configure --vidpid=234b:0000 --target=ST_DONGLE<br>make CROSS=/home/ardavast/Downloads/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-<br><br>The only problem was that just setting the CROSS variable is not enough,<br>because on line 17 in binary-edit.sh, arm-none-eabi-objdump is called<br>directly.  So I had to expose it in $PATH, otherwise the build fails somewhat<br>silently (exit status 0):<br><br>cp -p build/gnuk-no-vidpid.elf build/gnuk.elf<br>env FILE="build/gnuk.elf" bash put-vid-pid-ver.sh<br>binary-edit.sh: line 17: arm-none-eabi-objdump: command not found<br>Offset is<br>/home/ardavast/Downloads/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-objcopy -O ihex build/gnuk.elf build/gnuk.hex<br>/home/ardavast/Downloads/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-objcopy -O binary build/gnuk.elf build/gnuk.bin<br></div></div></div>