Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-10 Thread Tom Rondeau
On Sat, Jun 9, 2012 at 7:40 PM, Josh Blum wrote: > FYI, in case you want to test this fix. But I think its pretty strait > forward: > > http://gnuradio.org/cgit/jblum.git/commit/?h=fix_alignment_issue > > -Josh Josh, I decided to go with your original recommendation of using std::max(1, alignment

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-09 Thread Josh Blum
FYI, in case you want to test this fix. But I think its pretty strait forward: http://gnuradio.org/cgit/jblum.git/commit/?h=fix_alignment_issue -Josh On 06/05/2012 07:18 AM, Frederick Stevens wrote: > On 06/01/2012 02:12 PM, Igor Volodin wrote: >> Hello, all >> >> My configuration: >> Linux Xubu

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-07 Thread Josh Blum
On 06/07/2012 01:14 PM, Josh Blum wrote: > > > On 06/07/2012 01:09 PM, Tom Rondeau wrote: >> On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote: >>> Hello, all >>> >>> My configuration: >>> Linux Xubuntu 12.04 >>> AMD Athlon XP 2400 >>> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-07 Thread Josh Blum
On 06/07/2012 01:09 PM, Tom Rondeau wrote: > On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote: >> Hello, all >> >> My configuration: >> Linux Xubuntu 12.04 >> AMD Athlon XP 2400 >> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012 >> i686 athlon i386 GNU/Linux >> >> >>

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-07 Thread Tom Rondeau
On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote: > Hello, all > > My configuration: > Linux Xubuntu 12.04 > AMD Athlon XP 2400 > Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012 > i686 athlon i386 GNU/Linux > > > > I am compiled latest version of gnuradio, and tried to

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-05 Thread Josh Blum
On 06/05/2012 04:29 PM, Tom Rondeau wrote: > On Tue, Jun 5, 2012 at 1:49 PM, Josh Blum wrote: >> >> >> On 06/05/2012 09:39 AM, Josh Blum wrote: >>> > My problem is like this: > http://lists.gnu.org/archive/html/discuss-gnuradio/2012-03/msg00294.html > Then i run volk_profile, and got

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-05 Thread Tom Rondeau
On Tue, Jun 5, 2012 at 1:49 PM, Josh Blum wrote: > > > On 06/05/2012 09:39 AM, Josh Blum wrote: >> My problem is like this: http://lists.gnu.org/archive/html/discuss-gnuradio/2012-03/msg00294.html Then i run volk_profile, and got this errors: Using Volk machine: generic >>

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-05 Thread Josh Blum
On 06/05/2012 09:39 AM, Josh Blum wrote: > >>> My problem is like this: >>> http://lists.gnu.org/archive/html/discuss-gnuradio/2012-03/msg00294.html >>> Then i run volk_profile, and got this errors: >>> >>> Using Volk machine: generic > > Looks like volk isnt detecting your machine right... hmm

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-05 Thread Josh Blum
>> My problem is like this: >> http://lists.gnu.org/archive/html/discuss-gnuradio/2012-03/msg00294.html >> Then i run volk_profile, and got this errors: >> >> Using Volk machine: generic Looks like volk isnt detecting your machine right... hmmm curious. gr_fir_ccc: using 3DNow!Ext > Using V

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-05 Thread Frederick Stevens
On 06/01/2012 02:12 PM, Igor Volodin wrote: Hello, all My configuration: Linux Xubuntu 12.04 AMD Athlon XP 2400 Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012 i686 athlon i386 GNU/Linux I am compiled latest version of gnuradio, and tried to run simple grc file:

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-03 Thread Tom Rondeau
On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin wrote: > Hello, all > > My configuration: > Linux Xubuntu 12.04 > AMD Athlon XP 2400 > Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012 > i686 athlon i386 GNU/Linux > > > > I am compiled latest version of gnuradio, and tried to

[Discuss-gnuradio] Trouble with gnuradio and AMD32

2012-06-01 Thread Igor Volodin
Hello, all My configuration: Linux Xubuntu 12.04 AMD Athlon XP 2400 Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012 i686 athlon i386 GNU/Linux I am compiled latest version of gnuradio, and tried to run simple grc file: http://superkuh.com/simplest.grc , and got fo