diff options
author | Moritz Fischer <moritz@ettus.com> | 2015-01-27 14:41:20 +0100 |
---|---|---|
committer | Moritz Fischer <moritz@ettus.com> | 2015-01-27 14:44:18 +0100 |
commit | 8d0d0d01c0a2a5ed1a01da4360226a64ab8117bc (patch) | |
tree | 6c4bcc59560e56cd97adf6a4f40c478711cc033f | |
parent | 68e43bd6b042a4e6999495784a706c07db4ca1f5 (diff) | |
download | uhd-8d0d0d01c0a2a5ed1a01da4360226a64ab8117bc.tar.gz uhd-8d0d0d01c0a2a5ed1a01da4360226a64ab8117bc.tar.bz2 uhd-8d0d0d01c0a2a5ed1a01da4360226a64ab8117bc.zip |
e300: doc: Addressed Sean Nowlan's comments
* Build UHD: Added -DCMAKE_INSTALL_PREFIX=/usr
* Build GNU Radio: Replaced -DGR_ENABLE_ATSC
with -DENABLE_GR_ATSC
Signed-off-by: Moritz Fischer <moritz@ettus.com>
-rw-r--r-- | host/docs/usrp_e3x0.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox index f5ebdad7b..3a56f70fb 100644 --- a/host/docs/usrp_e3x0.dox +++ b/host/docs/usrp_e3x0.dox @@ -132,7 +132,7 @@ which should return 'arm-oe-linux-gnueabi'. -# Setup your environment as described in \ref e3x0_sdk_usage -# Type the following in the build directory (assuming a build in host/build): - $ cmake -DCMAKE_TOOLCHAIN_FILE=<youruhdsrc>/host/cmake/Toolchains/oe-sdk_cross.cmake -DENABLE_E300=ON .. + $ cmake -DCMAKE_TOOLCHAIN_FILE=<youruhdsrc>/host/cmake/Toolchains/oe-sdk_cross.cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_E300=ON .. $ make \subsubsection e3x0_sdk_usage_gnuradio Building GNU Radio @@ -143,7 +143,7 @@ which should return 'arm-oe-linux-gnueabi'. \code{.sh} $ mkdir build-arm -$ cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/oe-sdk_cross.cmake \-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_GR_VOCODER=OFF -DGR_ENABLE_ATSC=OFF \ +$ cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/oe-sdk_cross.cmake \-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_GR_VOCODER=OFF -DENABLE_GR_ATSC=OFF \ -DENABLE_GR_DTV=OFF -DENABLE_DOXYGEN=OFF ../ \endcode |