Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaewon-lee-github authored Sep 13, 2024
1 parent ccf0135 commit c181fe0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,15 @@ sudo apt-get install git
```
### Configure your build folder
```sh
#
# By default, the toolchain default install location is the /opt folder and can be overridden by setting --tooldir.
# This is the example for volvo server
mkdir build
mkdir out
export OUT_DIR=`pwd`/out
cd build
# Run the following to disble virtual memory feature in compilation
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-2024-08-09 --prefix=$OUT_DIR
# Run the following instead to enable virtual memory feature in compilation
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-2024-08-09 --prefix=$OUT_DIR --vm_enable=1
../configure --xlen=32 --tooldir=$HOME/tools
```
### Install prebuilt toolchain
# We will use the precomipled tools in volvo toolchanin directory
### set environment variables
```sh
# should always run before using the toolchain!
source ./ci/toolchain_env.sh
./ci/toolchain_install.sh --all
```
### Building Vortex
```sh
Expand Down

0 comments on commit c181fe0

Please sign in to comment.