On 10/9/2014 6:42 PM, Charles Steinkuehler wrote: > On 10/9/2014 5:57 PM, Robert Nelson wrote: >> >> Thanks! THis is now fixed: >> >> http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black > > When following the directions exactly, it fails because the > sgx_create_package.sh script can't source the ".CC" file. It looks like > this is created by the scripts/gcc.sh when downloading the compiler, but > that doesn't happen unless you build the kernel first.
I tried to cheat by just running scripts/gcc.sh to download the compiler, but when I ran ./sgx_create_package.sh again, I got: > charles@dozer:/home/maker/ti-linux-kernel-dev$ ./sgx_create_package.sh > Verifying: Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin > md5sum match: 94acdbd20152c905939c2448d5e80a72 > Graphics_SDK_setuplinux_5_01_01_01 is installed > Cloning into /home/maker/ti-linux-kernel-dev/ignore/ti-sdk-pvr... > remote: Counting objects: 1205, done. > remote: Total 1205 (delta 0), reused 0 (delta 0) > Receiving objects: 100% (1205/1205), 1.90 MiB | 1.29 MiB/s, done. > Resolving deltas: 100% (555/555), done. > Branch tmp-build set up to track remote branch 5.01.01.01-ti from origin. > Switched to a new branch 'tmp-build' > Starting: copying files from the SDK > Copying: es8.x to build dir > > ERROR: Run: ./build_kernel.sh first So it seems like you should just add ./build_kernel.sh to the directions on the elinux page. :) -- Charles Steinkuehler [email protected] -- 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.
