File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 2.5.0] - 2021-10-30
1011### Added
1112- gcc: Add ` xfhalf ` , ` xfalthalf ` , ` xfhalfinx ` and ` xfhalthalfinx ` support. This
1213 means code generation in the backend, libgcc changes to make softfloat
Original file line number Diff line number Diff line change @@ -88,9 +88,16 @@ make check RUNTEST=$HOME/tmp/pulp-new-gcc/bin/runtest RUNTESTFLAGS="--target_boa
8888` ` `
8989
9090# ## gcc
91- Using ` make check` from gcc
91+ Using ` make check` from ` build- gcc-newlib-stage2/ `
9292
9393```
94+ # make sure that you have a site.exp file that defines 'target_triplet', 'src_dir' etc.
95+ # if it doesn't exist, you can just run
96+ make report-gcc
97+ # which will generate these files for you
98+ # then make sure that DEJAGNULIBS points to the local dejagnu installation
99+ DEJAGNULIBS=$HOME/tmp/pulp-new-gcc/share/dejagnu
100+ # and finally run the tests with
94101make check-gcc RUNTESTFLAGS="execute.exp=scal-to-vec1* --target_board=riscv-sim"
95102make check-gcc RUNTESTFLAGS="riscv.exp=pulp* -target_board='riscv-sim'"
96103```
You can’t perform that action at this time.
0 commit comments