feskolech

Results 2 issues of feskolech

``` root@orangepipc:~/rehlds# gcc --version gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty;...

linux mint 19.3 kernel 5.5.7-050507-generic `./arch/x86/include/asm/page_64.h: In function ‘clear_page’: ././include/linux/compiler_types.h:210:24: error: expected ‘(’ before ‘__inline’ #define asm_inline asm __inline` it worked after this: `sudo add-apt-repository ppa:jonathonf/gcc-9.0` `sudo apt update` `sudo...