[Letux-kernel] X1600 / LX16 support - here: fw_getenv() issue
Andreas Kemnade
andreas at kemnade.info
Wed Feb 7 07:51:36 CET 2024
Hi Paul,
On Tue, 06 Feb 2024 21:21:51 +0100
Paul Boddie <paul at boddie.org.uk> wrote:
> On Tuesday, 6 February 2024 19:47:27 CET H. Nikolaus Schaller wrote:
> >
> > BTW: are you using some cross-compiler from Debian or are you compiling
> > natively on a MIPS machine? I ask because Andreas has reported some strange
> > compile problems with a Bookworm cross compiler.
>
> I'm using the Debian cross-compiler (mipsel-linux-gnu-gcc) on Debian 11.8
> (Bullseye).
>
tried with Debian mipsel-gcc-12 on bookworm and also clang (make ARCH=mips LLVM=-16)
$ make CROSS_COMPILE=mipsel-linux-gnu- ARCH=mips letux_lx16_defconfig all -j 8
#
# No change to .config
#
CALL scripts/checksyscalls.sh
make[3]: *** No rule to make target 'ingenic//vmlinux.its.S', needed by 'arch/mips/boot/vmlinux.its.S'. Stop.
make[2]: *** [arch/mips/Makefile:411: vmlinux.gz.itb] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/home/andi/kernel/linux/Makefile:356: __build_one_by_one] Error 2
make: *** [Makefile:240: __sub-make] Error 2
so this is not a compiler problem but some strange dependency on some make version?!
Regards,
Andreas
More information about the Letux-kernel
mailing list