discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Implementation of ieee 802-11 transeiver


From: Mike Jameson
Subject: Re: [Discuss-gnuradio] Implementation of ieee 802-11 transeiver
Date: Sat, 10 May 2014 18:59:42 +0100

You have a line break there accidentally, it should be on one line.

If you run:

echo "source /home/wafa/target/setup_env.sh" >> ~/.bashrc

Then this will add the line to the end of your .bashrc startup file.

Then type:

source ~/.bashrc

...which will then activate it.

Mike

--
Mike Jameson M0MIK BSc MIET
Email: address@hidden
Web: http://scanoo.com


On Sat, May 10, 2014 at 6:53 PM, Wafa Elhajhmida <address@hidden> wrote:
thanks a lot,

it shows me this address@hidden:~/pybombs$ ./pybombs env
Settled on prefix: /home/wafa/target
Initializing environmental variables...
/home/wafa/target/python/:/home/wafa/target/lib/python2.6/site-packages/:/home/wafa/target/lib64/python2.6/site-packages/:/home/wafa/target/lib/python2.6/dist-packages/:/home/wafa/target/lib64/python2.6/dist-packages/:/home/wafa/target/lib/python2.7/site-packages/:/home/wafa/target/lib64/python2.7/site-packages/:/home/wafa/target/lib/python2.7/dist-packages/:/home/wafa/target/lib64/python2.7/dist-packages/:/home/wafa/target/python/:/home/wafa/target/lib/python2.6/site-packages/:/home/wafa/target/lib64/python2.6/site-packages/:/home/wafa/target/lib/python2.6/dist-packages/:/home/wafa/target/lib64/python2.6/dist-packages/:/home/wafa/target/lib/python2.7/site-packages/:/home/wafa/target/lib64/python2.7/site-packages/:/home/wafa/target/lib/python2.7/dist-packages/:/home/wafa/target/lib64/python2.7/dist-packages/
---------- loading recipes -------------------
Loading recipes ...
Loading recipes ... done
---------- loading recipes finished ----------

Writing out env...:
PyBombs.sysutils - INFO - To set up your environment (in bash) run: "source /home/wafa/target/setup_env.sh"
address@hidden:~/pybombs$ source /home/wafa/target
bash: source: /home/wafa/target: is a directory
address@hidden:~/pybombs$ /setup_env.sh

is this mean that is ok ?



2014-05-10 19:43 GMT+02:00 Kiran Karra <address@hidden>:
You may not have told pybombs to write out the environment.

Goto your pybombs directory and type:
./pybombs env
And that will wrote out the environment to the prefix directory. Then you should be able to source the environment script.

On May 10, 2014 1:38:49 PM EDT, Wafa Elhajhmida <address@hidden> wrote:
Hi,

I would like to implement a transceiver in USRP E 110 with gnuradio.

For that I found a code concerning an implementation of ieee 802-11 of a transeiver with USRP N 210 descibed in this https://github.com/bastibl/gr-ieee802-11.
To implement it I followed the script "read me" mentionned in this link https://github.com/bastibl/gr-ieee802-11.

But when I tried to install gnuradio 3.7 byPyBOMBS in this link http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart

When I typed this command ./pybombs install gnuradio it works. 

But when I typed this command address@hidden:~/pybombs$ source $prefix/setup_env.sh

it shows me this:
bash: /setup_env.sh: No such file or directory
address@hidden:~/pybombs$ 

plz how to deal with this error. 

In fact, when I typed /pybombs install gnuradio it asks me to enter prefix and other staffs 

I have just typed enter when it asked me to put these variables. is this can harm .

what sall I do to correct this error



Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]