Re: Automake for RISC-V

2021-11-20 Thread Daniel Herring
Hi Billa, It sounds like you are trying to build from a source repo instead of a release tarball. Building with automake or autoconf is a multi-step process. Run automake on a ".am" file to generate a makefile. Run make on the makefile to build the executable. Automake has a special "mak

Re: Automake for RISC-V

2021-11-20 Thread Billa Surendra
Then how-to install automake in target image. On Sun, 21 Nov, 2021, 11:57 am Jacob Bachmeyer, wrote: > Billa Surendra wrote: > > On Sun, 21 Nov, 2021, 2:28 am Nick Bowler, wrote: > > > >> On 20/11/2021, Billa Surendra wrote: > >> > >>> I have RISC-V native compiler on target image, but when I

Re: Automake for RISC-V

2021-11-20 Thread Jacob Bachmeyer
Billa Surendra wrote: On Sun, 21 Nov, 2021, 2:28 am Nick Bowler, wrote: On 20/11/2021, Billa Surendra wrote: I have RISC-V native compiler on target image, but when I am compiling automake on target image it needs automake on target. This is the main problem. Automake should n

Re: Automake for RISC-V

2021-11-20 Thread Billa Surendra
On Sun, 21 Nov, 2021, 2:28 am Nick Bowler, wrote: > On 20/11/2021, Billa Surendra wrote: > > I have RISC-V native compiler on target image, but when I am compiling > > automake on target image it needs automake on target. This is the main > > problem. > > Automake should not be required to insta

Re: Automake for RISC-V

2021-11-20 Thread Nick Bowler
On 20/11/2021, Billa Surendra wrote: > I have RISC-V native compiler on target image, but when I am compiling > automake on target image it needs automake on target. This is the main > problem. Automake should not be required to install automake if you are using a released version and have not mo