Hi Aruna,
I'm not an expert, but I guess you haven't set your DCMAKE_INSTALL_PREFIX to your GNURadio prefix.
Here is what you may try:
Use setup_env.sh to setup the environment
Go to the gr-ieee802-11/build/ folder(I assume you have a build folder)
Delete everything in the build folder
In the build folder, run
cmake -DCMAKE_INSTALL_PREFIX= your gnuradio install prefix ..
Then run make and make install
Do the same thing with gr-foo. Hope this solves your problem.
Regards,
Edwin
Sent from Mail for Windows 10
No comments:
Post a Comment