On Tue, Mar 1, 2016 at 4:36 AM, Marius <[email protected]> wrote: > Hi Robert > Sorry to post this here but the Xchange forum has broken my login. > > I used the eewiki recipe to build a kernel and to load a sd card. It all > works well but when I tried to run the SGX driver installation I dont get > the predicted result > Kernel_version = 4.4.3-bone-rt-r5 > > I ran > ./sgx_build_modules.sh > You then instruct:- > Copy ./deploy/GFX_5.01.01.02.tar.gz to BeagleBone/BeagleBone Black and > install > > I do not have that in any directory. Is there anything special that I am > missing?
then "./sgx_build_modules.sh" failed... Initial guess: missing 32bit lib's, since the switch to gcc-5, i've opted to not always install the 32bit lib's by default * sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386 ./sgx_build_modules.sh *: https://github.com/RobertCNelson/bb-kernel/blob/am33x-v4.4/tools/host_det.sh#L495-L505 Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
