Update a README

This commit is contained in:
Gregory Nutt 2018-03-14 09:31:07 -06:00
parent 06e7533bb0
commit 4a21c64f68

View File

@ -1659,9 +1659,11 @@ Information Common to All Configurations
Each SAMV71-XULT configuration is maintained in a sub-directory and Each SAMV71-XULT configuration is maintained in a sub-directory and
can be selected as follow: can be selected as follow:
cd tools tools/configure.sh [OPTIONS] samv71-xult/<subdir>
./configure.sh samv71-xult/<subdir>
cd - Where typical options are -l to configure to build on Linux or -c to
configure for Cygwin under Linux. 'tools/configure.sh -h' will show
you all of the options.
Before building, make sure the PATH environment variable include the Before building, make sure the PATH environment variable include the
correct path to the directory than holds your toolchain binaries. correct path to the directory than holds your toolchain binaries.