Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Patrik Tast
Nemanja, 'make' is not recognized as an internal or external command, operable program or batch file. You must tell your windows where your make/gmake is by setting the environment variable PATH to C:\Program Files\GnuWin32\bin (in your case) Type path /? in cmd.exe for help Patrik

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Michael Dickens
On Aug 19, 2011, at 3:27 PM, Josh Blum wrote: >> Command: "/bin/sh" >> "/opt/GNURadio/git/builds/cmake_next/gnuradio-core/src/python/gnuradio/gr/qa_agc_test.sh" >> Directory: >> /opt/GNURadio/git/builds/cmake_next/gnuradio-core/src/python/gnuradio/gr >> "qa_agc" start time: Aug 19 09:41 EDT >> Ou

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nemanja Trecakov
> > > > Sorry, I tried the command 'gmake'(not 'gnumake') in command promt while in > > top\usrp2 folder in order to build the image. > > Is this the correct way to run gnumake? > > > > On linux, i type "make proj" in the top level directory to make the ise > project file. I'm not sure what the

[Discuss-gnuradio] GRC Block XML Tags

2011-08-19 Thread Jordan Otomo
Hi, I'm having issues creating a GRC block in an "out-of-tree-project" that will generate a few lines of python code and update a python variable (similar to the "variable_function_probe"). In my project, the and tags do not seem to behave as they do in the "variable_function_probe." GRC do

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Josh Blum
On 08/19/2011 12:53 PM, Nemanja Trecakov wrote: > > Sorry, I tried the command 'gmake'(not 'gnumake') in command promt while in > top\usrp2 folder in order to build the image. > Is this the correct way to run gnumake? > On linux, i type "make proj" in the top level directory to make the ise p

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nemanja Trecakov
Sorry, I tried the command 'gmake'(not 'gnumake') in command promt while in top\usrp2 folder in order to build the image. Is this the correct way to run gnumake? Thanks > From: trecakov...@hotmail.com > To: discuss-gnuradio@gnu.org > Date: Fri, 19 Aug 2

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nemanja Trecakov
> > Im fairly certain all you need is gnumake to be installed and xtclsh > from ISE to be in your %PATH%. I have never tried this, but i would be > happy to help debug it if there is some problem. > > -josh > Thank you both for your advices. Josh, in one of the earlier mails you already advised

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Josh Blum
> Command: "/bin/sh" > "/opt/GNURadio/git/builds/cmake_next/gnuradio-core/src/python/gnuradio/gr/qa_agc_test.sh" > Directory: > /opt/GNURadio/git/builds/cmake_next/gnuradio-core/src/python/gnuradio/gr > "qa_agc" start time: Aug 19 09:41 EDT > Output: > ---

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Marcus D. Leech
On 19/08/2011 3:16 PM, Josh Blum wrote: On 08/19/2011 12:10 PM, Marcus D. Leech wrote: On 19/08/2011 3:05 PM, Nemanja Trecakov wrote: Hi again, I am aware of that, but I have to try. Can you suggest any better way? Get yourself a copy of VirtualBox or VmWare Player for your windows environme

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Josh Blum
On 08/19/2011 12:10 PM, Marcus D. Leech wrote: > On 19/08/2011 3:05 PM, Nemanja Trecakov wrote: >> Hi again, >> >> I am aware of that, but I have to try. Can you suggest any better way? > Get yourself a copy of VirtualBox or VmWare Player for your windows > environment, and do a recent Ubuntu ins

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Marcus D. Leech
On 19/08/2011 3:05 PM, Nemanja Trecakov wrote: Hi again, I am aware of that, but I have to try. Can you suggest any better way? Get yourself a copy of VirtualBox or VmWare Player for your windows environment, and do a recent Ubuntu install into it, then install your Xilinx tools into that. T

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nemanja Trecakov
Hi again, > The Makefiles really were designed to work on a Linux-based (Ubuntu, I > think) install of the Xilinx tools. You are probably going to > have plenty of grief making them work on Windows. > > Also, only a tiny fraction of the people on this list have actually > modifed the FPGA code th

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nick Foster
On Fri, 2011-08-19 at 19:40 +0100, Nemanja Trecakov wrote: > Hi list, > > I found the way to include the xctlsh in the %PATH% > (http://www.computerhope.com/issues/ch000549.htm). > > However, now I have a new problem. Here is the error I get in the cmd.exe > when I try gmake. > > Any help is a

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-19 Thread Nemanja Trecakov
Hi list, I found the way to include the xctlsh in the %PATH% (http://www.computerhope.com/issues/ch000549.htm). However, now I have a new problem. Here is the error I get in the cmd.exe when I try gmake. Any help is appreciated! Best Regards, Nemanja Trecakov The error follows below: -

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Michael Dickens
On Aug 19, 2011, at 11:24 AM, Josh Blum wrote: > OK, make sure that if this was checked out from an old repository that > you git cleaned -dfx to remove any old in-tree generated headers. That > could have caused some of the problems you are seeing. > > Can you send me /Testing/Temporary/LastTest.

Re: [Discuss-gnuradio] Configure: error: Could not link against libboost_system!

2011-08-19 Thread Josh Blum
On 08/19/2011 09:12 AM, Sindy Acosta wrote: > Good day, > Im trying to install GNU radio to be used with OpenBTS on ubuntu 11.04 > How is gnuradio used w/ openbts? > i download and install liboost 1.44.0 > Why not use the pre-built boost that comes from your OS's package-manager? Much easier

[Discuss-gnuradio] Configure: error: Could not link against libboost_system!

2011-08-19 Thread Sindy Acosta
Good day, Im trying to install GNU radio to be used with OpenBTS on ubuntu 11.04 i download and install liboost 1.44.0 with the next commands: ./bootstrap.sh --show-libraries ./bootstrap.sh --with-libraries=thread,date_time,program_options ./bjam --prefix=/opt/boost_1_44_0 ./bjam --prefix=/opt/b

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Josh Blum
On 08/19/2011 08:48 AM, Martin Braun wrote: > On Fri, Aug 19, 2011 at 08:42:52AM -0700, Josh Blum wrote: >>> [gr-uhd/lib/CMakeFiles/gnuradio-uhd.dir/gr_uhd_usrp_source.cc.o] Error 1 >>> make[1]: *** [gr-uhd/lib/CMakeFiles/gnuradio-uhd.dir/all] Error 2 >>> >>> I believe this should be caught by

[Discuss-gnuradio] compile/install one component

2011-08-19 Thread Abhishek Gupta
Hi, We want to modify the source of a single component, compile it and then reinstall it. Is it possible to do so or I have to install the whole gnuradio? If code breaks, is it easy to revert back just by reinstalling the original component again? Thanks, Abhi. _

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Martin Braun
On Fri, Aug 19, 2011 at 08:42:52AM -0700, Josh Blum wrote: > > [gr-uhd/lib/CMakeFiles/gnuradio-uhd.dir/gr_uhd_usrp_source.cc.o] Error 1 > > make[1]: *** [gr-uhd/lib/CMakeFiles/gnuradio-uhd.dir/all] Error 2 > > > > I believe this should be caught by the configuration process, not > > during the

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Josh Blum
> I like it! > ...some more verbose comments: > > * All of my machines are pretty standard (all Ubuntu, 32 and 64 bit > flavours, versions 11.04 and 10.10). It works on both (with some minor > issues). > > * One of the machines had an old UHD version, which manages to crash the > build: >

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Josh Blum
> Test project /opt/GNURadio/git_new/builds/jb_next_cmake > Start 1: gruel-test > 1/82 Test #1: gruel-test ... Passed3.02 sec > Start 2: qa_pmt > 2/82 Test #2: qa_pmt ...***Failed1.26 sec > Start 3: gr-core-reed-solomon

Re: [Discuss-gnuradio] Developers' Call, August 18, 2011

2011-08-19 Thread Patrik Tast
Danged, missed that interesing call/discussion. Could it be possible in the future to announce developers call >24h (48h) from begining so all continents on Tellus could join? Patrik - Original Message - From: "Tom Rondeau" To: "GNURadio Discussion List" Sent: Thursday, August 18,

Re: [Discuss-gnuradio] GNU Radio Conference Update

2011-08-19 Thread Scott Johnston
Hi Tom, What kind of topics do you expect to be covered in the Open Presentation / Discussion Session(s)? Looking forward to it. Scott Tom Rondeau wrote: Hey everyone! We still have room left for the GNU Radio conference, so please sign up if you want to come! http://gnuradio.squarespace.c

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Martin Braun
On Thu, Aug 18, 2011 at 09:07:15PM -0400, Tom Rondeau wrote: > We are looking at possibly moving from autotools to cmake. In many > ways, cmake looks like it will simply many of our build issues and > actually solve others. Josh Blum has been doing outstanding work in > converting the GNU Radio bui

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Michael Dickens
Testing on OSX 10.6.8, XCode 3.2.3 (gcc 4.2.1 with Apple tweaks), MacPorts 2.0.0 for all other dependencies. It looks like that "configure' and 'build' CMake logic is pretty good. I'd guess there's an issue with how 'Python' is called during the 'test' stage. >From the top-level git directory

Re: [Discuss-gnuradio] Server Status

2011-08-19 Thread Suleja, Lukasz
Working again... thanks. From: Kyle Zhou [mailto:kyle...@gmail.com] Sent: 19 August 2011 12:42 To: Suleja, Lukasz Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Server Status Second. I have not been able to connect to gnuradio.org for a whole day. Actually, it seems to me th

Re: [Discuss-gnuradio] FFT refresh only once a second

2011-08-19 Thread mgfast
Hi again, as it turns out everything is alright with an external standard usb soundcard. I will investigate more on the issue and hopefulle report solutions to it. mgfast wrote: > > Hallo, > > I newly installed gnuradio in two different versions: 3.3.0 and the actual > one. In both I have th

Re: [Discuss-gnuradio] Server Status

2011-08-19 Thread Tom Rondeau
The system is back up. It's been down for about 8 hours (just after I was working on the webpage and went to sleep). We just upgraded everything and switched to a new hosting service for the servers. That has reduced the downtime already (except for a few of their own outages). I can't see anythin

Re: [Discuss-gnuradio] Server Status

2011-08-19 Thread Kyle Zhou
Second. I have not been able to connect to gnuradio.org for a whole day. Actually, it seems to me that the hosting server has quite a high outage. This happened many times in the past. Should we consider mirror it or at least the git somewhere else? say github? On 19/08/2011, at 8:54 PM, Suleja,

[Discuss-gnuradio] Server Status

2011-08-19 Thread Suleja, Lukasz
Hi, Is there a problem with gnuradio.org server? I don't appear to be able to git the gnuradio code; the uhd server works just fine. Regards, Lukasz -- Queen's Award for Enterprise and Innovation 2011 Roke Manor Research Ltd Romsey, Hampshire, SO51 0ZN, United Kingdom http://www.roke.c

Re: [Discuss-gnuradio] cmake build

2011-08-19 Thread Martin Braun
On Thu, Aug 18, 2011 at 09:07:15PM -0400, Tom Rondeau wrote: > And another thing... > > [...] > > Find the instructions to start working on it here: > http://gnuradio.org/redmine/projects/gnuradio/wiki/CMakeWork Seems like the 'site is down again. MB -- Karlsruhe Institute of Technology (KIT)