kendryte / kendryte-freertos-sdk

This project is no longer maintained Not recommended for product development.
Apache License 2.0
201 stars 67 forks source link

Kendryte GNU toolchain for Macox #63

Closed sharatkumar310 closed 4 years ago

sharatkumar310 commented 4 years ago

BUG REPORT

I tried building GNU RISC-V tool chain following the commands listed in README.

git clone --recursive https://github.com/kendryte/kendryte-gnu-toolchain ./configure --prefix=/usr/local/opt/kendryte-toolchain --with-cmodel=medany --with-arch=rv64imafc --with-abi=lp64f make -j8

However This was not created at all. kendryte-gnu-toolchain/riscv-toolchain/bin/riscv64-unknown-elf-gcc: No such file or directory

Hardware: Macbook. MacOS


sharatkumar310 commented 4 years ago

I figured it out.