hi all,
trying to get rockboxdev.sh working on a new Linux build (Debian 10)
using the patch to allow for newer versions of gcc, rockboxdev successfully completed..
But when I run tools/configure, I get the warning "WARNING:. Your cross-compiler arm-elf-eabi-gcc 4.4.4 is not of the recommended version 4.9.4! This may cause your build to fail since it may be a version that isn't functional or known to not be the best choice. If you suffer from build problems, you know that this is a likely source for them.."
And sure enough, when I run "make zip" it stops along the way saying "/bin/sh: 1: arm-elf-eabi-gcc-ar: not found".
Appreciate any help that could be thrown my way. My next idea would be to install an old Linux build so it's more of the era of the last update of rockboxdev.sh but that's not super ideal