You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: