Dear All,
I have cross-compiled Automake-1.16.2 and texinfo-6.7 package with RISC-V cross compiler, but when I am executing binaries on RISC-V target OS image its gives errors like "not found".
Here I am giving more information
The command used for cross-compile Automake:
$ ./configure --prefix=/usr --host=riscv64-unknown-linux-gnu
$ make -j8
$ make DESTDIR=$risc-v_rootfs/ install
Cross-compilation did successfully
Error message (on risc-v rootfs):
./aclocal
-/bin/sh: ./aclocal: not found
./aclocal-1.16
-/bin/sh: ./aclocal-1.16: not found
Can anyone please find a mistake in my steps and suggest to me how I can correct it.
Thanks
Billa