Closed borvelt closed 4 years ago
I've changed KSRC to new kernel address and now I have this issues:
./arch/x86/include/asm/bug.h:35:22: error: expected identifier or ‘(’ before string constant
asm_inline volatile("1:\t" ins "\n"
and some thing like this:
./include/drm/drm_atomic_helper.h:221:2: note: in expansion of macro ‘WARN_ON’
WARN_ON((new_plane_state->crtc == NULL && new_plane_state->fb != NULL) ||
^~~~~~~
any body have idea?
@klogg
Sorry for not reacting promptly @borvelt Currently I build it on 5.4 with Ubuntu 20.04
I have
Linux 5.0.0-37-generic
but I will face with error aftermake
command.~/fl2000_drm/fl2000.h:36:10: fatal error: drm/drm_probe_helper.h: No such file or directory
My Linux kernel doesn't contain this
drm_probe_helper.h
, should I update my kernel?