I am not sure what piece of this puzzle I am missing
I am at the make-kpkg position in the walkthrough, and I have found myself running into trouble when,
upon trying to compile the header,
this error is thrown
'scripts/Makefile.build:440: recipe for target 'drivers/gpu/drm/i915/i915.o' failed'
It has something to do with These Two files i915_drv.c and i915_drv.h
I also know that the reason the output comes across false is because something happened in these files so that it did not output: intel_gmbus_is_port_valid or intel_gmbus_is_forced_bit
I have a 2013 Pixel,
-i5 processor
and I am compiling this header in exactly the same way as is proposed in the walkthrough
The only major difference being that my crouton session is saved to a USB. I don't know If that makes any difference. All I know is that i915 has something to do with the intel graphics card processor, and that the line before it says this:
'drivers/gpu/drm/i915/i915_drv.o:home/christian/kernel/drivers/gpu/drm/i915/i915_drv.h:1699: first defined here
I am feeling very lost here, but I want to power through anyway, do you think there is some advice you can give me to attempt at solving my Error?
I am not sure what piece of this puzzle I am missing
I am at the make-kpkg position in the walkthrough, and I have found myself running into trouble when,
upon trying to compile the header,
this error is thrown
'scripts/Makefile.build:440: recipe for target 'drivers/gpu/drm/i915/i915.o' failed'
It has something to do with These Two files i915_drv.c and i915_drv.h
I also know that the reason the output comes across false is because something happened in these files so that it did not output: intel_gmbus_is_port_valid or intel_gmbus_is_forced_bit
I have a 2013 Pixel,
-i5 processor
and I am compiling this header in exactly the same way as is proposed in the walkthrough
The only major difference being that my crouton session is saved to a USB. I don't know If that makes any difference. All I know is that i915 has something to do with the intel graphics card processor, and that the line before it says this:
'drivers/gpu/drm/i915/i915_drv.o:home/christian/kernel/drivers/gpu/drm/i915/i915_drv.h:1699: first defined here
I am feeling very lost here, but I want to power through anyway, do you think there is some advice you can give me to attempt at solving my Error?