automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Automake for RISC-V


From: Billa Surendra
Subject: Automake for RISC-V
Date: Thu, 18 Nov 2021 15:15:15 +0530

Dear All,

I have cross-compiled Automake-1.16.2 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]