Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Samokhinvadim
Total activity
10
Last activity
May 20, 2023 08:48
Member since
January 15, 2019 17:44
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
May 20, 2023 08:48
ok, so first I've installed dependencies which were missing: sudo dnf install gcc make ncurses-devel bison flex elfutils-libelf-devel openssl-devel then built the Linux kernel with an ordinary make...
Community
CLion
Can't navigate Linux kernel source code
0 votes
Edited
May 19, 2023 13:46
I think OP's errors are irrelevant for me. Anyways, i've run what Andrey wrote, namely 'make include/generated/ arch/x86/include/generated/', but this command itself resulted in the same error: C...
Community
CLion
Can't navigate Linux kernel source code
0 votes
Created
May 19, 2023 13:32
I think there is a typo. Instead of bear make V=1 bzImage modules, it should be bear -- make V=1 bzImage modules. When this command finished, I got the following error: /home/vadim/projects/linux_2...
Community
CLion
Can't navigate Linux kernel source code
0 votes
Edited
May 19, 2023 13:22
I've tried all the steps described in that doc, but errors still remain. Maybe this google doc has some updates which haven't yet gone online? Haven't tried compilation database generator yet thoug...
Community
CLion
Can't navigate Linux kernel source code
0 votes