summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2016-12-05 08:49:53 -0800
committerGitHub <noreply@github.com>2016-12-05 08:49:53 -0800
commit9da31d793bff1e77c629aa7eb0eb49cd3ccd329c (patch)
tree6e97b76ceb141989bbfe7becb92a3add4f9fdacb /README.md
parent66c882e380656d45dec9019255d7a1106bb1f5ff (diff)
Add libexpat1-dev to the required packages list (#14)
libexpat1-dev is required in order for OpenOCD to pass GDB an XML description of the memory layout. This allows GDB to recognize regions of memory as being in Flash and therefore need a different way to read/write/set breakpoints in them.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9105e4..be2f619 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ git clone --recursive http://github.com/sifive/freedom-e-sdk.git
Ubuntu packages needed:
- $ sudo apt-get install autoconf automake libmpc-dev libmpfr-dev libgmp-dev gawk bison flex texinfo libtool libusb-1.0-0-dev make g++ pkg-config
+ $ sudo apt-get install autoconf automake libmpc-dev libmpfr-dev libgmp-dev gawk bison flex texinfo libtool libusb-1.0-0-dev make g++ pkg-config libexpat1-dev
Next, build the tools: