Hi everyone, Thanx for the detail explanation, i have followed some of your advice on the email above. I use default for the option, these is the results: ... Run VOLK Profile to choose fastest kernels[Y]/N? Submit anonymous VOLK performance statistics to stats.gnuradio.org? Y/[N]? please wait ... running volk profile, this will take several minutes... shellexec_long: volk_profile Traceback (most recent call last): File "./pybombs", line 132, in <module> pybombs_ops.install(p, not opts.force); File "/home/openbts/gnuradio/pybombs/mod_pybombs/pybombs_ops.py", line 122, in install run_volk_profile(); File "/home/openbts/gnuradio/pybombs/mod_pybombs/pybombs_ops.py", line 82, in run_volk_profile perf = shellexec_getout("volk_profile"); File "/home/openbts/gnuradio/pybombs/mod_pybombs/sysutils.py", line 306, in shellexec_getout raise e; OSError: [Errno 2] No such file or directory
Can you guys give me clue to solve this problem, thanx for the answers and your patience. Regards, Sammy On Thu, Sep 4, 2014 at 8:45 PM, Tom Rondeau <t...@trondeau.com> wrote: > Taking Martin and Marcus' responses here, I've added a bit to the > QuickStart guide to briefly explain the options a bit more. See the bottom > of the page: > > http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart > > Tom > > > > On Thu, Sep 4, 2014 at 6:05 AM, Marcus Müller <mar...@hostalia.de> wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi Sammy! >> >> Just use the default , which is the value in the brackets [], by >> hitting enter. >> >> Greetings, >> Marcus >> >> On 04.09.2014 11:59, sammy zada wrote: >> > Hi Martin, >> > >> > Thanks for your explanation. I've try to run the instructions on >> > the website, i build the new directory ~/gnuradio, and run the >> > following commands under the ~/gnuradio directory: >> > >> > openbts@openbts:~/gnuradio$ git clone >> > git://github.com/pybombs/pybombs Cloning into 'pybombs'... remote: >> > Counting objects: 907, done. remote: Total 907 (delta 0), reused 0 >> > (delta 0) Receiving objects: 100% (907/907), 717.55 KiB | 220 >> > KiB/s, done. Resolving deltas: 100% (513/513), done. >> > openbts@openbts:~/gnuradio$ cd pybombs/ >> > openbts@openbts:~/gnuradio/pybombs$ sudo ./pybombs install >> > gnuradio Initializing config file... Username for GIT access >> > gituser [root]: >> > >> > what should i filled in the gituser [root]:...??? >> > >> > Thanks for the explanations. >> > >> > sammy >> > >> > >> > On Thu, Sep 4, 2014 at 4:23 PM, Martin Braun >> > <martin.br...@ettus.com> wrote: >> > >> >> Sammy, >> >> >> >> don't hesitate asking basic questions (as long as they're not >> >> answered directly on the web site :D ). >> >> >> >> See comments inline: >> >> >> >> On 09/04/2014 09:42 AM, sammy zada wrote: >> >>> Hi everyone, >> >>> >> >>> I'm very new to gnuradio, & i'm trying to follow instructions >> >>> from >> >>> http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart. >> >>> >> >>> On the page it is stated that, Upon running the first install >> >>> command you will be prompted for a few simple preferences such >> >>> as - which install prefix to use >> >> >> >> This is where you install stuff. The typical system-wide >> >> directory is /usr/local on Linux, but we recommend you don't do >> >> that but rather install into a user-writable dir, such as >> >> ~/target. If unsure, you can use the default. >> >> >> >>> - cmake debug flags to use >> >> >> >> If unsure, use the default. >> >> >> >>> - how to try to satisfy dependencies (typically "rpm,src" for >> >>> fedora/centos/RHEL and "deb,src" for debian/ubuntu or just >> >>> "src" to ignore the system package manager) >> >> >> >> If a package is missing, where do we get it from? Say we're >> >> missing Boost, we need to install it before we can proceed. >> >> pybombs can use the package manager of your system, or compile >> >> from src. deb,src is a good setting for Debian/Ubuntu, because it >> >> tries to use the standard package installer if possible, but can >> >> always fall back on to the source build, which should always >> >> work. >> >> >> >> If unsure, leave the default. >> >> >> >> Hope this helps. >> >> >> >> M >> >> >> >>> >> >>> Can anyone please explain what should we do during the process >> >>> above? Sorry for this very basic question. >> >>> >> >>> Thanks >> >>> >> >>> Sammy >> >>> >> >>> >> >>> _______________________________________________ >> >>> Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org >> >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >>> >> >> >> >> >> >> _______________________________________________ Discuss-gnuradio >> >> mailing list Discuss-gnuradio@gnu.org >> >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> >> >> > >> > >> > >> > _______________________________________________ Discuss-gnuradio >> > mailing list Discuss-gnuradio@gnu.org >> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1 >> >> iQEcBAEBAgAGBQJUCDlpAAoJEAFxB7BbsDrL+ZcH/23GJxy28XRG2/B1Q7ZLEAB4 >> 3SNc8QjiqG8zcDU8VWB4Z+wd6WjYH+CdjBoaCw3OroSnFSrET9+ptotaJ/PATSFL >> TE/6FZUfD0PMvMSSccAqdSQE4Gbq9mw2bhpqIjtLbhsZ68D+huioWcbTmc9xSwsh >> v/O3bBeIAIo87Mdqmd27wBaLgS5RWYebSJ531ayicE8S3GLkYP3UBeeXzVHf5MPJ >> Xmv0skcdBMJLGkhQ4QoWmUHIm17vtYweqyKJY8XXpzIrOms/qve57dtLf7kB79B5 >> GzndfINW3+i+6BqkGFycOAmwwAGBI3mRFeTDZ4mnu6bffh+bWo93HbNMf20Xg7A= >> =TYAw >> -----END PGP SIGNATURE----- >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio