Created
February 20, 2024 05:54
-
-
Save qichunren/75ce7b3154a369a9810c642e8e20bc6b to your computer and use it in GitHub Desktop.
dephy-io/t113-tina build log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby@ruby-VirtualBox:~/code/t113-tina$ docker compose run b | |
[+] Building 0.0s (0/0) | |
[+] Building 0.0s (0/0) | |
builder@b775dd81fe0d:/app$ source build/envsetup.sh | |
Setup env done! Please run lunch next. | |
builder@b775dd81fe0d:/app$ lunch | |
You're building on Linux | |
Lunch menu... pick a combo: | |
1. d1_mq_pro-tina | |
2. d1_nezha-tina | |
3. d1_nezha_min-tina | |
4. f133_evb1-tina | |
5. f133_mq_r-tina | |
6. t113_evb1-tina | |
7. t113_mq_r-tina | |
Which would you like? [Default t113_mq_r]: | |
============================================ | |
TINA_BUILD_TOP=/app | |
TINA_TARGET_ARCH=arm | |
TARGET_PRODUCT=t113_mq_r | |
TARGET_PLATFORM=t113 | |
TARGET_BOARD=t113-mq_r | |
TARGET_PLAN=mq_r | |
TARGET_BUILD_VARIANT=tina | |
TARGET_BUILD_TYPE=release | |
TARGET_KERNEL_VERSION=5.4 | |
TARGET_UBOOT=u-boot-2018 | |
TARGET_CHIP=sun8iw20p1 | |
============================================ | |
no buildserver to clean | |
[1] 134 | |
builder@b775dd81fe0d:/app$ make menuconfig | |
Collecting package info: done | |
Collecting target info: done | |
*** End of the configuration. | |
*** Execute 'make' to start the build or try 'make help'. | |
#### make completed successfully (47 seconds) #### | |
builder@b775dd81fe0d:/app$ make kernel_menuconfig | |
export MAKEFLAGS= ;make V=ss -C target/allwinner menuconfig | |
make[1]: Entering directory '/app/target/allwinner' | |
make[2]: Entering directory '/app/target/allwinner/t113-mq_r' | |
rm -f /app/out/t113-mq_r/compile_dir/target/linux-t113-mq_r/linux-5.4.61/.config.prev | |
rm -f /app/out/t113-mq_r/compile_dir/target/linux-t113-mq_r/linux-5.4.61/.configured | |
/app/scripts/kconfig.pl + /app/target/allwinner/generic/config-5.4 /app/device/config/chips/t113/configs/mq_r/linux/config-5.4 > /app/out/t113-mq_r/compile_dir/target/linux-t113-mq_r/linux-5.4.61/.config | |
export MAKEFLAGS= ;make -C /app/out/t113-mq_r/compile_dir/target/linux-t113-mq_r/linux-5.4.61 -C /app/out/t113-mq_r/compile_dir/target/linux-t113-mq_r/linux-5.4.61 HOSTCFLAGS="-O2 -I/app/out/host/include -I/app/out/host/usr/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="arm-openwrt-linux-muslgnueabi-" ARCH="arm" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" CONFIG_SHELL="bash" V='' CC="arm-openwrt-linux-muslgnueabi-gcc" menuconfig | |
make[3]: Entering directory '/app/lichee/linux-5.4' | |
--define-variable argument does not have a value for the variable | |
--define-variable argument does not have a value for the variable | |
scripts/kconfig/mconf Kconfig | |
scripts/Kconfig.include:35: compiler 'arm-openwrt-linux-muslgnueabi-gcc' not found | |
scripts/kconfig/Makefile:33: recipe for target 'menuconfig' failed | |
make[4]: *** [menuconfig] Error 1 | |
Makefile:590: recipe for target 'menuconfig' failed | |
make[3]: *** [menuconfig] Error 2 | |
make[3]: Leaving directory '/app/lichee/linux-5.4' | |
Makefile:26: recipe for target 'menuconfig' failed | |
make[2]: *** [menuconfig] Error 2 | |
make[2]: Leaving directory '/app/target/allwinner/t113-mq_r' | |
Makefile:13: recipe for target 'menuconfig' failed | |
make[1]: *** [menuconfig] Error 2 | |
make[1]: Leaving directory '/app/target/allwinner' | |
/app/build/toplevel.mk:251: recipe for target 'kernel_menuconfig' failed | |
make: *** [kernel_menuconfig] Error 2 | |
#### make failed to build some targets (4 seconds) #### | |
builder@b775dd81fe0d:/app$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment