We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c950b commit 4f1749cCopy full SHA for 4f1749c
aifoundry/README.md
@@ -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