forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
[ARCH] mipsThis bug impacts ARCH=mipsThis bug impacts ARCH=mips
Description
Hi,
I'm trying to backport MIPS clang build support for 6.1 but run into immedate problem that
➜ linux-stable git:(b4/mips-backports-6-1) make ARCH=mips malta_defconfig LLVM=18
#
# No change to .config
#
➜ linux-stable git:(b4/mips-backports-6-1) make ARCH=mips LLVM=18
SYNC include/config/auto.conf.cmd
HOSTCC scripts/genksyms/genksyms.o
YACC scripts/genksyms/parse.tab.[ch]
HOSTCC scripts/genksyms/parse.tab.o
LEX scripts/genksyms/lex.lex.c
HOSTCC scripts/genksyms/lex.lex.o
HOSTLD scripts/genksyms/genksyms
HOSTCC scripts/asn1_compiler
CC scripts/mod/empty.o
./scripts/check-local-export: llvm-nm failed
Terminated
make[1]: *** [scripts/Makefile.build:250: scripts/mod/empty.o] Error 143
make[1]: *** Deleting file 'scripts/mod/empty.o'
make: *** [Makefile:1284: prepare0] Error 2
Does it ring a bell for you guys?
Thanks
Metadata
Metadata
Assignees
Labels
[ARCH] mipsThis bug impacts ARCH=mipsThis bug impacts ARCH=mips