Redfern89
Redfern89
`make[1]: Entering directory '/home/fck/dev/mt7601u-ap/tools' make[1]: Leaving directory '/home/fck/dev/mt7601u-ap/tools' /home/fck/dev/mt7601u-ap/tools/bin2h make -C /lib/modules/5.15.48-sunxi/build M=/home/fck/dev/mt7601u-ap/os/linux modules make[1]: *** /lib/modules/5.15.48-sunxi/build: No such file or directory. Stop. make: *** [Makefile:73: LINUX] Error 2 `...
My env: ``` System: Debian 12 Bookworm ARCH=arm64 SUBARCH=arm64 CROSS_COMPILE=/home/fck/dev/andromeda-p-oss/toolchain/bin/aarch64-linux-android- ``` try make ***$ make O=out andromeda_user_defconfig*** ``` make O=out andromeda_user_defconfig make[1]: Entering directory '/home/fck/dev/andromeda-p-oss/out' GEN ./Makefile # # configuration...
Preparing the environment ``` export ARCH=arm64 export SUBARCH=arm64 export CROSS_COMPILE=/home/fck/dev/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android- ``` Try to make ``` make clean make mrproper make sprd_minimum_defconfig make -j$(nproc) ``` After some time ``` HOSTCC scripts/dtc/dtc-lexer.lex.o...
What toolchain should I use to compile this core? Thanks
Heading background not changing, if use splashimage ``` graphicsmode -1 800:450 font (hd0,0)/Boot/unifont.hex.gz color normal=white/black highlight=yellow/blue heading=black/white splashimage (hd0,0)/Boot/splash2.bmp ``` 