When my target board ( LogicPD am3517 Zoom board) boots it complains about missing bufferclass_ti.
I thought that maybe I had not done the Graphics SDK build and install quite right so I thought I would go through that.
Now that I know that the board SDK linux-devkit toolchain (arm-arago-linux-gueabi) is the preferred one, I fixed the graphics SDK Rules.make to use that.
Unfotunately, some of the sub makes have their own hard coded CROSS_COMPILE definition set to arm-none-linux-gnueabi (the old code sorcery toolchain).
I started fixing those, but then decided to just make symlinks in the linux-devkit/bin directory to alias the old toolkit names to the new ones.
Does that seem like a reasonable workaround?
With regard to the bufferclass_ti problem, that appears to be for streaming video which I don't really need but it seems that not having it is screwing up powervr?
I do have graphics working, but maybe it's using some alternative mechanism?
Also, eglinfo complains that it can't open the display which would seem to indicate some fundamental problem.
So I guess that the question for now is, am I correct to be concerned about the bufferclass_ti problem, and do you have any hints about the right way to solve it?
Is rebuilding the graphics SDK and reinstalling it the right thing to try?
Any common pitfalls anyone can point out?