Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgles-omap.inc can never work properly #2

Open
Lucretia opened this issue Feb 22, 2013 · 1 comment
Open

libgles-omap.inc can never work properly #2

Lucretia opened this issue Feb 22, 2013 · 1 comment

Comments

@Lucretia
Copy link

I've been trying for a while to get SGX included into gumstix. I've tried many different ways. I've now just patched it and it should work, but it's failing to link the demos and I can see why now.

BINLOCATION, WTF is this? You set it up, you even set it up to use with a -L${BINLOCATION}, yet you never put anything in there.

The demo's all want to link with the files in there, but they can't. The install process want's to copy the libs from there into /usr/lib, why I don't know, as you should either be filling /usr/lib with the libs specific to the board or creating links from /usr/lib/ES[3568].0 to /usr/lib!!!

So, to get this to work you have to export BINLOCATION with the correct directory, gfx_rel_es[3568].x.

@Lucretia
Copy link
Author

Or just documenting that the above variable needs adding to local.conf would be a start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant