From 008efad967fbecfce65cd7d3d0bd362e9c620d27 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 20 Jun 2018 11:44:30 +0200 Subject: sdk chapter: Add libelf-dev as host prerequisite Signed-off-by: Adrian Dudau --- doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml index af98cd2..f5db0ba 100644 --- a/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml +++ b/doc/book-enea-nfv-access-guide-intel/doc/using_nfv_access_sdks.xml @@ -124,6 +124,12 @@ Setup the toolchain environment for your target by sourcing the environment-setup script. Example: $ source sdkdir/environment-setup-corei7-64-enea-linux + + + You also need to make sure you have libel-dev installed into + your host distribution. This is needed for working with the kernel + and bulding kernel modules.$ sudo apt-get install libelf-dev + -- cgit v1.2.3-54-g00ecf