Hey all -
I’m building gnuradio on a Beagle Board xM (Rev B) and ran into a
problem I haven’t seen before.
While make checking, I hit this:
Unfortunately, no further information is given, and I can’t seem to
track down much else. I know the error message is coming from one of
the gr_vector_source_* functions, but I’m not sure which one -
especially since this is all happening from a python directory.
It looks like Ashwin R. had this problem once before, in July, but
never got an answer:
http://www.mail-archive.com/[email protected]/msg00189.html
I haven’t been able to find any other reports of it.
Ideas?
Cheers,
Ben
On 12/17/2010 04:12 PM, Ben H. wrote:
especially since this is all happening from a python directory.
It looks like Ashwin R. had this problem once before, in July, but
never got an answer:
http://www.mail-archive.com/[email protected]/msg00189.html
I haven’t been able to find any other reports of it.
Ideas?
Assuming you are using git, which branch are you building. I’d recommend
sticking to next for arm work.
git branch --track next origin/next
git checkout next
Philip
Oops, forgot to mention that this is running off a recent checkout of
the development git tree.
Cheers,
Ben
Okay, I’ve built gnuradio-next, and the result is the same: it’s dying
on the vlen error.
The installed packages are fully updated relative to Angstrom’s repos.
I can’t seem to locate any further information about the test that is
failing, either.
Does anyone have guidance or thoughts about where to dig around?
Thanks!
Cheers,
Ben