From 9da31d793bff1e77c629aa7eb0eb49cd3ccd329c Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Mon, 5 Dec 2016 08:49:53 -0800 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.1-18-gbd029