Then how-to install automake in target image. On Sun, 21 Nov, 2021, 11:57 am Jacob Bachmeyer, <jcb62...@gmail.com> wrote:
> Billa Surendra wrote: > > On Sun, 21 Nov, 2021, 2:28 am Nick Bowler, <nbow...@draconx.ca> wrote: > > > >> On 20/11/2021, Billa Surendra <billa.iitmad...@gmail.com> 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 modified the build system > > Could you please explain more, What is the released version ? . Modified > > build system means ? > > > > Automake should only be needed if you have changed a "Makefile.am" file > somewhere. > > Are you using some kind of packaging system that likes to regenerate > build files as a matter of course? The normal "/path/to/src/configure > && make && make install" procedure should not require Automake to be > installed. > > > -- Jacob >