Sunday, 2021-03-21

T42<ankaos> hı. how fix kernel error? https://paste.ubuntu.com/p/S3WKCMqxxz/09:49
T42<zinstack625> @ankaos might be configuration error, if you're lucky. Make sure you're configuring your kernel with ARCH=arm64 make menuconfig. It will help with dependencies resolving. Some things might be needed to be edited manually in code10:50
T42<ankaos> @zinstack625 [@ankaos might be configuration error, if you'r …], CONFIG_ARM64=y11:04
T42<ankaos> @zinstack625 [@ankaos might be configuration error, if you'r …], not build :(11:07
T42<zinstack625> @ankaos I meant you to go to the kernel directory (kernel/samsung/hero2lte probably), restore your device defconfig, then run "ARCH=arm64 make menuconfig", load your device defconfig there and then configure and not just do it by hand11:13
T42<ankaos> @zinstack625 [@ankaos I meant you to go to the kernel direct …], ninja: error: unknown target 'menuconfig'11:13
T42<zinstack625> pwd?11:14
T42<ankaos> @zinstack625 [pwd?], what is pwd?11:14
T42<zinstack625> run it, it'll show me what directory you're at11:15
T42<zinstack625> Unless you're scared to reveal you username to me that is11:16
T42<ankaos> @zinstack625 [pwd?], HABUILD_SDK [hero2lte] enes@enes:~/hadk$ pwd11:18
T42<ankaos> /home/enes/hadk11:18
T42<zinstack625> As I've told you, go to the kernel directory before running ARCH=arm64 make menuconfig11:19
T42<zinstack625> My guess is that it's at kernel/samsung/hero2lte11:20
T42<zinstack625> so that makes it "cd kernel/samsung/hero2lte"11:20
T42<ankaos> @zinstack625 [As I've told you, go to the kernel directory b …], ninja: error: unknown target 'menuconfig'11:20
T42<zinstack625> pwd again, please11:21
T42<ankaos> @zinstack625 [pwd again, please], `../../../../../../kernel/samsung/universal8890/include/linux/export.h:63:25: error: expected ',' or ';' at end of input` delete this line11:22
T42<zinstack625> What is that?11:23
T42<ankaos> @zinstack625 [What is that?], this is error11:24
T42<ankaos> @ankaos [hı. how fix kernel error? https://paste.ubuntu …], line: 322011:24
T42<zinstack625> Yeah, I see. I'm trying to tell you for the past hour to just properly config your kernel first, as most people use their text editors, or sometimes even make config. Don't do that unless you know what everything you enabled needs and means.11:26
T42<zinstack625> "cd ~/hadk/kernel/samsung/universal8890"11:28
T42<zinstack625> "ARCH=make menuconfig"11:28
T42<zinstack625> "Load -> type in the path to you defconfig, most likely some defconfig in arch/arm64/configs"11:28
T42<zinstack625> "Configure using menus"11:28
T42<zinstack625> oh, sry, second one is "ARCH=arm64 make menuconfig11:29
T42<ankaos> @zinstack625 [oh, sry, second one is "ARCH=arm64 make menuco …], fix :D. ı delete config_modules line. compile is successfuly12:04

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!