riscv-software-src / riscv-tools

RISC-V Tools (ISA Simulator and Tests)
1.13k stars 446 forks source link

Error for libtool #220

Open hitoswal opened 6 years ago

hitoswal commented 6 years ago

I am trying to build riscv-tool chain but I am getting the following error: libjaylink/Makefile.am:23: error: Libtool library used but 'LIBTOOL' is undefined libjaylink/Makefile.am:23: The usual way to define 'LIBTOOL' is to add 'LT_INIT' libjaylink/Makefile.am:23: to 'configure.ac' and run 'aclocal' and 'autoconf' again. libjaylink/Makefile.am:23: If 'LT_INIT' is in 'configure.ac', make sure libjaylink/Makefile.am:23: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1

I have libtool installed, Version is: libtool (GNU libtool) 2.4.6

I have automake installed, Version is: automake (GNU automake) 1.16

I have autoconf installed, Version is: autoconf (GNU Autoconf) 2.69

I have pkg-config installed, Version is: 0.29.1

The old commit of riscv-tool is building fine. commit #9868299

Please advice.

jim-wilson commented 6 years ago

This looks like https://github.com/riscv/riscv-tools/issues/173

riscv-tools is difficult to build and poorly maintained. If all you want is a toolchain, then you should consider using riscv-gnu-toolchain instead.