Skip to content

Commit 4f1749c

Browse files
glguidadeitch
authored andcommitted
Add AI Foundry README
1 parent 25c950b commit 4f1749c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

aifoundry/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# RISCV Toolchain for ETSOC1
2+
3+
This repository contains the toolchain for the ETSOC1 chip.
4+
5+
To build:
6+
7+
$ ./configure --prefix=/opt/et --with-arch=rv64imfc --with-abi=lp64f \
8+
--with-languages=c,c++ --with-cmodel=medany
9+
$ make -j $(nproc)
10+
11+
As per main README, Ubuntu dependencies are as following:
12+
13+
$ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip python3-tomli libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev
14+

0 commit comments

Comments
 (0)