Hi Jason, You can disable the QT widgets (not needed on the E320 itself) by adding the cmake flag -DENABLE_QT=OFF
Regards, Nate Temple On Mon, Apr 8, 2019 at 1:00 PM Nate Temple <[email protected]> wrote: > Hi Jason, > > It looks like you are missing the package: python-setuptools > > Note, you should not use rfnoc-devel, but instead use a newer version of > UHD like v3.14.0.0, and then you can enable RFNoC by adding the cmake flag > -DENABLE_RFNOC=ON > > Regards, > Nate Temple > > > On Mon, Apr 8, 2019 at 12:34 PM Jason Matusiak via USRP-users < > [email protected]> wrote: > >> I should be getting an e320 in this week, so I started to get my >> environment setup. I started off like I do for the e310 and ran the >> cross-compile shell script. I then sourced the environment. I cloned uhd >> and checked out rfnoc-devel like I usually do. Within uhd, I created a >> folder called build_mpm. Within that, I ran: cmake >> -DCMAKE_TOOLCHAIN_FILE=../host/cmake/Toolchains/oe-sdk_cross.cmake >> -DCMAKE_INSTALL_PREFIX=/usr ../mpm/ >> >> That seemed to work OK. I then ran mak -j12 and it looks like it is done >> and worked, but it actually throws an error at the end: >> [ 98%] Linking CXX shared library libpyusrp_periphs.so >> [ 98%] Built target pyusrp_periphs >> [100%] Generating build/timestamp >> Traceback (most recent call last): >> File "/opt/gnuradio/e320/src/uhd/build_mpm/python/setup.py", line 11, >> in <module> >> from setuptools import setup >> ImportError: No module named 'setuptools' >> make[2]: *** [python/build/timestamp] Error 1 >> make[1]: *** [python/CMakeFiles/usrp_mpm.dir/all] Error 2 >> make: *** [all] Error 2 >> >> Is something missing that needs to be built before building UHD? >> >> _______________________________________________ >> USRP-users mailing list >> [email protected] >> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >> >
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
