> I worked from this one > https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SGX > It says ./sgx_build_modules.sh > I did try ./sgx_create_package.sh as well before I posted. It did not work > either.
both scripts require the 32bit lib's, it's just the way the *.bin was packaged.... >From the eewiki.net site, we assume you build the kernel, thus you need to build the modules via 'sgx_build_modules.sh'.. Whereas, from the elinux site you are using everything pre-built, so you can the modules in the apt repo and thus only use 'sgx_create_package.sh'... > I installed the 32bit libs now and recompiled. Will the 32bit libs cause > trouble on the 64bit Ubuntu? No, just wasted space ;) pre-gcc5 the kernel script would have installed them anyways, as the linaro 4.9 gcc was built for 32bit users too... 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.
