asus-pce-n53-linux icon indicating copy to clipboard operation
asus-pce-n53-linux copied to clipboard

Compilation error with Linux kernel 5.19.0

Open wonjeon opened this issue 1 year ago • 2 comments

When I do 'make', the following error occurred:

asus-pce-n53-linux/include/os/rt_linux.h:286:9: error: unknown type name ‘mm_segment_t’
  286 |         mm_segment_t    fs;
      |         ^~~~~~~~~~~~

wonjeon avatar Mar 04 '23 04:03 wonjeon

confirm Have same problem with Linux Server 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

samvova avatar May 16 '23 09:05 samvova

Fixed here https://github.com/mareksuscak/asus-pce-n53-linux/pull/19

Smilex avatar Jul 12 '23 11:07 Smilex