Our emulated development environment now has these suppliments:
Code:
(armv6l:1) /home # ls bin
addr2line bin2c gprof m4 objdump size strip
ar c++filt ld nm ranlib strace tcc
as elfedit ld.bfd objcopy readelf strings xz
That should take care of the "not recent enough ld and as" messages ...
Last time (a few days ago) that I tried to build a newer compiler, I ran into:
gcc requires mpfr ;
mpfr requires gmp ;
gmp requires m4, but no m4 was on the system.
That speed bump was taken care of a few posts ago, now the most recent m4 is there.
The visibility on this road is a bit poor. Is there another speed bump around the next curve?