https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230240

--- Comment #14 from Dimitry Andric <d...@freebsd.org> ---
(In reply to yushanwei from comment #13)
> FreeBSD www.XX.cn 13.0-CURRENT FreeBSD 13.0-CURRENT r340145 GENERIC  amd64
> setenv TARGET mips
> setenv TARGET_ARCH mips64el
> 
> make    buildkernel:
> cc --sysroot=/root/obj/mips64el/root/src/mips.mips64el/tmp
> -B/root/obj/mips64el/root/src/mips.mips64el/tmp/usr/bin -c -O -pipe -g
> -nostdinc -I. -I/root/src/sys -I/root/src/sys/contrib/ck/include
> -I/root/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
> -include opt_global.h -fno-pic -mno-abicalls -G0
> -DKERNLOADADDR=0xffffffff80100000 -march=mips64 -mabi=64 -MD
> -MF.depend.genoffset.o -MTgenoffset.o -msoft-float -ffreestanding -fwrapv
> -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign
> -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
> -fdiagnostics-show-option -Wno-unknown-pragmas
> -Wno-error-tautological-compare -Wno-error-empty-body
> -Wno-error-parentheses-equality -Wno-error-unused-function
> -Wno-error-pointer-sign -Wno-error-shift-negative-value
> -Wno-address-of-packed-member -std=iso9899:1999
> /root/src/sys/kern/genoffset.c
> cc: warning: argument unused during compilation: '-mno-abicalls'
> [-Wunused-command-line-argument]
> cc: warning: argument unused during compilation: '-G 0'
> [-Wunused-command-line-argument]
> cc: warning: argument unused during compilation: '-mabi=64'
> [-Wunused-command-line-argument]
> error: unknown target CPU 'mips64'
> note: valid target CPU values are: nocona, core2, penryn, bonnell, atom,
> silvermont, slm, goldmont,
>       goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge,
> corei7-avx, ivybridge,
>       core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512,
> skx, cannonlake,
>       icelake-client, icelake-server, knl, knm, k8, athlon64, athlon-fx,
> opteron, k8-sse3,
>       athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2,
> bdver1, bdver2, bdver3,
>       bdver4, znver1, x86-64
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /root/obj/mips64el/root/src/mips.mips64el/sys/MALTA64EL

Did you run "make buildworld", or at least "make kernel-toolchain" before this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to