[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem in installing risv-tool chain
From: |
Zack Weinberg |
Subject: |
Re: Problem in installing risv-tool chain |
Date: |
Tue, 17 Aug 2021 11:21:35 -0400 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-1118-g75eff666e5-fm-20210816.002-g75eff666 |
On Tue, Aug 17, 2021, at 5:22 AM, Thota Yateesh Chandrasai cs19b044 wrote:
> #I tries installing riscv-toolchain and this error is popping up every time.
> #I am using Ubuntu 20.04 on mac m1 using parllels application.
> #I tries to update the config.guess file but the problem didn't change.
...
> child process exited abnormally
> configure: error: ../../jimtcl/configure.gnu failed for jimtcl
>From the log you sent, this appears to be a problem with the configure script
>for 'jimtcl', not with config.guess.
If you get an error just by running './config.guess' on the command line,
please run the command
sh -x ./config.guess > config-guess.trace.txt 2>&1
and then reply to this message with the file config-guess.trace.txt attached.
If you do *not* get an error when you run config.guess by itself, please ask
for help on a riscv-toolchain mailing list or forum. They will be much better
equipped to tell whether this is really a problem with config.guess, and what
to do about it either way.
zw