tienntr
859e6d75bf
Update README.md to reflect new default ISA spec version
Default ISA spec version was bumped to 20191213 in
0ae36fce64 (#1229 )
but it's not reflected in README.md.
3 years ago
achernia
2ca32c0ea6
changed riscv-gcc references to gcc
3 years ago
mga-sc
c356c5d7ef
[GCC]: Pass extra flags to gcc build.
There is no way to pass extra flags to gcc though
riscv-gnu-toolchain Makefile.
This is neccesary for me, because I has to rewrite gmp,
isl, mpfr, mpc folders in source of gcc project. Moreover,
I don't want to rebuild them with gcc.
Also I think, the opportunity to pass extra flags will be
convenient for many development purposes.
3 years ago
Mingzheng Xing
02eeb624a0
Docs: Update README.md
This patch contains three minor updates:
1. Added texinfo to OS X dependency package
2. Brew tap discoteq/discoteq is no longer required to install the flock
3. Added tip in "Installation (Newlib)" to keep similar to the description
in "Installation (Linux)" and fixed a typo.
Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
3 years ago
Carl Karsten
65056bdb14
Readme: install path +that is writeable
Add a tip so blindly following the instructions is more likely to just work.
Issue #1169
Signed-off-by: Carl Karsten <CFKarsten@gmail.com>
3 years ago
长柳
94537e1c48
Update README.md
ubuntu20.04 make it need "clang ninja-build"
Signed-off-by: 长柳 <110147328+changliuxy@users.noreply.github.com>
4 years ago
Christoph Müllner
60f654cf6b
README: Document usage of RUNTESTFLAGS for `make check`
Let's document how to use the environment variable RUNTESTFLAGS
for selecting the tests that should be executed.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
4 years ago
Christoph Müllner
60c52678af
README.md: Add information how to run GCC, Binutils, glibc tests
Let's document how to run all the test suites in order to increase the
number of people that will execute the tests.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
4 years ago
Guilherme Salustiano
2620cead49
docs: update AUR link on README.md
4 years ago
Liaoshihua
5a2b88b528
Add option '--with-sim' to set simulator
4 years ago
Kito Cheng
44fedc5e1a
Add --with-isa-spec option to configure
Set the default version to 2.2 for now, and once we bump to GCC 12 we
will bump that to 20191213.
4 years ago
Florian Hofhammer
629c67e0a9
Prevent musl riscv32 builds
The upstream musl libc does not support 32bit RISC-V builds.
We therefore only allow building the 64bit version (i.e.,
riscv64-unknown-linux-musl-).
Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
4 years ago
Florian Hofhammer
6b07a6b650
Update README.md to account for musl libc
Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
4 years ago
Christoph Muellner
b83ee522a7
Allow source-override for QEMU
This patch introduces a configure-time source-dir override for QEMU
similar to the existing overrides for the other toolchain sources.
Signed-off-by: Christoph Muellner <cmuellner@linux.com>
4 years ago
sickcodes
4b65918677
Change Arch requirement mpc to libmpc as reported by @erdnaxe
Just updating previous PR as `mpc` is a music player, `libmpc` is the correct required package.
4 years ago
sickcodes
da2334c341
Add AUR link: [ https://aur.archlinux.org/packages/riscv-gnu-toolchain/ ]( https://aur.archlinux.org/packages/riscv-gnu-toolchain/ )
Added:
Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/riscv-gnu-toolchain/ ](https://aur.archlinux.org/packages/riscv-gnu-toolchain/ )
5 years ago
Brad Campbell
5750e68b91
add flock to OS X dependencies
5 years ago
Kito Cheng
4e711512e1
Remove travis-ci
5 years ago
Kito Cheng
2d676e4535
Add doc for development
5 years ago
Kito Cheng
65b6e30d74
Update doc to suggest don't init submodule manually
5 years ago
ioannesKX
049a23d4d8
Update README.md for clear instructions on multilib
The current README.md only explains how to use multilib on the Linux cross-compiler, but not on the Newlib one. This might create confusion as seen here https://github.com/riscv/riscv-tools/issues/287 , or makes it seem like you can't multilib on Newlib. It's also the case that the multilib option is more common on embedded toolchains rather than on Linux, so I believe this small change on documentation should clear things up.
5 years ago
Xing GUO
91d6fdf40b
Replace `build-essential` with `base-devel` in Archlinux installation guide.
5 years ago
Ken Takusagawa
002207c713
fix spelling
5 years ago
Kito Cheng
2220a4ca0b
Add --with-multilib-generator option
5 years ago
Kito Cheng
5678d6adc4
Update doc for running testsuite with simulator other than qemu
5 years ago
Jacob Gadikian
6327954265
Update README.md
Added dependencies for Arch Linux
6 years ago
Aditya Atluri
f968594e1e
added warning about download and disk size
6 years ago
René Fonseca
c167393411
Added python3 for yum and brew.
6 years ago
René Fonseca
febd9a5746
Added python3 to Ubuntu prerequisites.
6 years ago
Jim Wilson
50ef983b14
Document Software Collection devtools package for Centos and RHEL.
7 years ago
Jim Wilson
fc7bcf7d89
Linux toolchain build requires a case-sensitive filesystem. ( #529 )
7 years ago
Jim Wilson
2983b879ad
Document problems with using same prefix for more than one build.
7 years ago
Jim Wilson
04b525ccad
Force --with-expat to be enabled for gdb, since OpenOCD requires it.
Add BINUTILS_GDB_TARGET_FLAGS, init to --with-expat=yes, and pass to all 3 gdb
configure commands. Update README.md to list expat package names.
8 years ago
Palmer Dabbelt
bf5697a1a6
README Cleanups
https://github.com/riscv/riscv-gnu-toolchain/issues/296
8 years ago
Palmer Dabbelt
28d482c394
Clean up the "make check*" and "make report*" targets
Fixes: https://github.com/riscv/riscv-gnu-toolchain/issues/286
9 years ago
Kito Cheng
c8b1b7f11b
Add travis-ci status image in README.md
9 years ago
Palmer Dabbelt
b7e00039e1
The default ISA is GC
9 years ago
Andrew Waterman
914224e091
Add zlib to dependency list
9 years ago
Stefan O'Rear
34e199df17
Document --with-arch and --with-abi
9 years ago
Kito Cheng
49e5187255
Update instruction for check-gcc-newlib, --disable-float is gone.
9 years ago
Palmer Dabbelt
7d0993b6df
Fix some README.md formatting
github requires 4 spaces before a block to make it produce code blocks.
10 years ago
Kito Cheng
b67b50ada0
Add support for run testsuite with qemu
10 years ago
Palmer Dabbelt
099256450f
Add a README blurb about the GCC test suite
10 years ago
Ronan Barzic
6fb6d2a064
Add instruction about submodules
10 years ago
Stefan O'Rear
acfa4804d9
Fedora 23: remove autotools-devel, add gcc-c++
Without g++, it fails in this rather opaque way:
configure: error: error verifying int64_t uses long long
Makefile:4063: recipe for target 'configure-gcc' failed
make[2]: *** [configure-gcc] Error 1
make[2]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib'
Makefile:867: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/riscv-gnu-toolchain/build-gcc-newlib'
Makefile:245: recipe for target 'stamps/build-gcc-newlib' failed
make: *** [stamps/build-gcc-newlib] Error 2
10 years ago
Scott Beamer
b0e194bb85
clarify os x requirements
10 years ago
Andrew Waterman
5d0c96cfda
add dependences to readme
10 years ago
T.J. Yang
4d767873aa
minor syntax fix
11 years ago
T.J. Yang
73243f9067
adding commends set for Fedora 22
11 years ago
Andrew Waterman
1b2475b8f7
Remove contributors list; github tracks this
11 years ago