diff options
author | Megan Wachs <megan@sifive.com> | 2016-12-05 08:49:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 08:49:53 -0800 |
commit | 9da31d793bff1e77c629aa7eb0eb49cd3ccd329c (patch) | |
tree | 6e97b76ceb141989bbfe7becb92a3add4f9fdacb | |
parent | 66c882e380656d45dec9019255d7a1106bb1f5ff (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.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |