chessica wrote: ↑Thu Jan 08, 2026 10:26 am
What did you change? Just the makefile? What also bothers me are the .o files that weren't removed after compiling. A `make clean` command is probably missing from the makefile.
chessica wrote: ↑Thu Jan 08, 2026 10:26 am
What did you change? Just the makefile? What also bothers me are the .o files that weren't removed after compiling. A `make clean` command is probably missing from the makefile.
Is it compile now?
Any error?
please tell.
Thanks
That's rude and won't be well received. I'm still waiting for a reply from you. Otherwise, we can't proceed.
chessica wrote: ↑Thu Jan 08, 2026 10:26 am
What did you change? Just the makefile? What also bothers me are the .o files that weren't removed after compiling. A `make clean` command is probably missing from the makefile.
i changed this: line# 477
# Add --no-as-needed ONLY if using GNU ld (not lld, not Darwin)
ifneq ($(KERNEL), Darwin)
ifeq ($(shell $(CXX) -Wl,--version 2>/dev/null | grep -iq "GNU ld" && echo yes), yes)
LDFLAGS += -Wl,--no-as-needed
endif
endif
chessica wrote: ↑Thu Jan 08, 2026 10:26 am
What did you change? Just the makefile? What also bothers me are the .o files that weren't removed after compiling. A `make clean` command is probably missing from the makefile.
i changed this: line# 477
# Add --no-as-needed ONLY if using GNU ld (not lld, not Darwin)
ifneq ($(KERNEL), Darwin)
ifeq ($(shell $(CXX) -Wl,--version 2>/dev/null | grep -iq "GNU ld" && echo yes), yes)
LDFLAGS += -Wl,--no-as-needed
endif
endif