-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error #5
Comments
Never mind, I had to type source ~/prefix/setup_env.sh, very stupid. |
Hi folks, yes not having the environment variables set up after gnuradio install will definitely cause problems. The ~/prefix part is actually meant to reference where you installed gnuradio (assuming you installed it from pybombs). It's assuming it's in your home directory in a subdirectory called prefix. You can add a line like "source /setup_env.sh" to your .profile or .bashrc file for your account so it always gets loaded so you won't have to worry about it every time you log in too. |
Hi,
I'm new to Linux and am working on a project in GNURadio using bastibl's IEEE 802-11 blocks: https://github.com/bastibl/gr-ieee802-11. I keep getting an overflow using my USRP N210, which is why I could really use your block to remove the IQ DC spike. However, I can't seem to get it correctly installed. First, when I did cmake .., I got the following error:
I figured this was because I installed my GNURadio using pybombs into the /prefix directory, so I thought I could let CMAKE look at that directory by using the command export CMAKE_PREFIX_PATH=/prefix. This worked (gave a few warnings though), but now I get the following error when executing the make command:
Do you have any idea what causes this? I tried some small things, and checked I have boost installed, but can't find out what to do. Any help would be really appreciated, sorry for being a Linux noob!
The text was updated successfully, but these errors were encountered: