automake
[Top][All Lists]
Advanced

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

Re: Automake for RISC-V


From: Bob Friesenhahn
Subject: Re: Automake for RISC-V
Date: Fri, 19 Nov 2021 08:11:39 -0600 (CST)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Thu, 18 Nov 2021, Billa Surendra wrote:

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".

Is there a reason why you need to "cross compile" Automake for the target rather than add the few pre-requisites to the target and native "compile" Automake there. The pre-requisites needed to actually execute the "compiled" Automake on the target are similar to what is needed to cross-compile it so I am not seeing a win by trying to cross compile a script-based build tool.

If you had a working cross-compiler for RISC-V then you could compile the software for the target (e.g. using Automake) without needing to add build tools to it.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

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