[Letux-kernel] letux-5.4 compile failure
H. Nikolaus Schaller
hns at goldelico.com
Tue Nov 26 18:02:52 CET 2019
Hi,
> Am 26.11.2019 um 17:15 schrieb Andreas Kemnade <andreas at kemnade.info>:
>
> Hi,
> letux-5.4 fails to compile here:
>
> CC [M] drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/services4/system/omap/sysconfig.o
> CC [M] drivers/hwmon/iio_hwmon.o
> /home/andi/gta04/gta04-kernel/drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/services4/system/omap/sysconfig.c:44:10: fatal error: services_headers.h: No such file or directory
> #include "services_headers.h"
I have done a clean build and it compiles. Can you please check if
drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/services4/srvkm/include/services_headers.h
exists?
If yes, we may have a so far unknown problem with the -I$(src)/ paths in
drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/Makefile
They have the form
ccflags-y += \
-Iinclude \
-Iarch/arm/mach-omap2 \
-Idrivers/video/fbdev/omap2 \
-I$(src)/ \
-I$(src)/include4 \
-I$(src)/services4/include \
...
-I$(src)/services4/srvkm/include \
-I$(src)/services4/3rdparty/bufferclass_ti
So if src = drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/ the compiler
should search in services4/srvkm/include
BR,
Nikolaus
More information about the Letux-kernel
mailing list