$ gcc --version
gcc-8 (Homebrew GCC 8.3.0) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ uname -a
Darwin s-MacBook-puro.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
What's more, when switching to the official toolchain, kendryte-toolchain-osx-mojave-8.2.0-20190213.tar.gz, an earlier error occurs
We have deleted fp64(d extension) from toolchain, so you may delete the wrong codes from crt.S.
Since we don't have any update on this project, maybe you could try Sipeed's openmv?
Here is the error message: log.txt
The toolchain is built from https://github.com/riscv/riscv-gnu-toolchain, with
./configure --prefix=/opt/riscv-toolchain --enable-multilib
System information
What's more, when switching to the official toolchain,
kendryte-toolchain-osx-mojave-8.2.0-20190213.tar.gz
, an earlier error occurs