[Mesa-dev] [PATCH] android: build i965_compile_FILES sources

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 15 05:34:23 PDT 2015


On 11 October 2015 at 12:49, Mauro Rossi <issor.oruam at gmail.com> wrote:
> i965_compile_FILES need to be built, in order to avoid following building errors:
>
> target SharedLib: i915_dri (out/target/product/x86/obj/SHARED_LIBRARIES/i915_dri_intermediates/LINKED/i915_dri.so)
> external/mesa/src/mesa/drivers/dri/i965/brw_ir_fs.h:181: error: undefined reference to 'fs_inst::~fs_inst()'
> ...
> ...
> external/mesa/src/mesa/drivers/dri/i965/intel_screen.c:1484: error: undefined reference to 'brw_compiler_create'
> collect2: error: ld returned 1 exit status
> build/core/shared_library.mk:81: recipe for target 'out/target/product/x86/obj/SHARED_LIBRARIES/i965_dri_intermediates/LINKED/i965_dri.so' failed
> make: *** [out/target/product/x86/obj/SHARED_LIBRARIES/i965_dri_intermediates/LINKED/i965_dri.so] Error 1
> ---
Thanks Mauro.

I slightly touched the commit message and pushed to master.

-Emil


More information about the mesa-dev mailing list