On Mon, Jun 16, 2014 at 5:02 AM, Nick Apperley <napper...@gmail.com> wrote:
> Been trying to compile the SGX driver for Ubuntu 14.04 so that a sample
> JavaFX 8 program can run, which requires OpenGLES 2.0 support from the video
> driver. So far various methods have been used in an attempt to create the
> driver without any luck. At the moment the most promising method on the
> JavaFX 8 on BeagleBone Black (SGX driver problem?) thread has hit a major
> hurdle. Getting the following errors when building the video driver:
>
>
>
> make BUILD=release OMAPES=8.x PM_RUNTIME=1 all
>
>
> building the sgx kernel modules...
> make[1]: Entering directory
> `/home/a_user/Graphics_SDK_5_01_00_01/GFX_Linux_KM'
> make[1]: Leaving directory
> `/home/a_user/Graphics_SDK_5_01_00_01/GFX_Linux_KM'
> make[1]: Entering directory
> `/home/a_user/Graphics_SDK_5_01_00_01/GFX_Linux_KM'
> make -C /home/a_user/repos/bbb_kernel/kernel M=`pwd`
> make[2]: Entering directory `/home/a_user/repos/bbb_kernel/kernel'
>
>   ERROR: Kernel configuration is invalid.
>          include/generated/autoconf.h or include/config/auto.conf are
> missing.
>          Run 'make oldconfig && make prepare' on kernel src to fix it.
>
>
>   WARNING: Symbol version dump
> /home/a_user/repos/bbb_kernel/kernel/Module.symvers
>            is missing; modules will have no dependencies and modversions.
>
>   LD
> /home/a_user/Graphics_SDK_5_01_00_01/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/built-in.o
>   CC [M]
> /home/a_user/Graphics_SDK_5_01_00_01/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.o
> In file included from <command-line>:0:0:
> /home/a_user/repos/bbb_kernel/kernel/include/linux/kconfig.h:4:32: fatal
> error: generated/autoconf.h: No such file or directory
>  #include <generated/autoconf.h>
>                                 ^

Don't make me waste time by hardcoding some random check in
"./sgx_build_modules.sh" that you didn't run "./build_kernel.sh"
first..

Regards,

-- 
Robert Nelson
http://www.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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to