Skip to content

Instantly share code, notes, and snippets.

@j3ck
Last active March 27, 2020 14:01
Show Gist options
  • Save j3ck/66831d3b0092d6c614018a435839d932 to your computer and use it in GitHub Desktop.
Save j3ck/66831d3b0092d6c614018a435839d932 to your computer and use it in GitHub Desktop.
sudo make build
docker run --rm -it -v /Users/j3ck/projects/firmware:/root/teleset --mount source=ccache_root,target=/root/.ccache teleset:v1 /bin/bash -i "/root/teleset/go.sh" || :;
SECUREBOOT=1, TELESET_RELEASE_KEYS=1
including device/amlogic/gxbb_skt/vendorsetup.sh
including device/amlogic/gxl_skt/vendorsetup.sh
including device/amlogic/gxm_skt/vendorsetup.sh
including device/amlogic/p200/vendorsetup.sh
including device/amlogic/p200_2G/vendorsetup.sh
including device/amlogic/p201/vendorsetup.sh
including device/amlogic/p212/vendorsetup.sh
including device/amlogic/p230/vendorsetup.sh
including device/amlogic/p231/vendorsetup.sh
including device/amlogic/p241/vendorsetup.sh
including device/amlogic/p281/vendorsetup.sh
including device/amlogic/p300/vendorsetup.sh
including device/amlogic/p301/vendorsetup.sh
including device/amlogic/p310/vendorsetup.sh
including device/amlogic/p311/vendorsetup.sh
including device/amlogic/p320/vendorsetup.sh
including device/amlogic/p321/vendorsetup.sh
including device/amlogic/q200/vendorsetup.sh
including device/amlogic/q201/vendorsetup.sh
including device/amlogic/q201_9377/vendorsetup.sh
including device/amlogic/txlx_pxp/vendorsetup.sh
including device/amlogic/txlx_t962e_r321/vendorsetup.sh
including device/amlogic/txlx_t962e_skt/vendorsetup.sh
including device/amlogic/txlx_t962x_r311/vendorsetup.sh
including device/amlogic/txlx_t962x_skt/vendorsetup.sh
including sdk/bash_completion/adb.bash
--2019-06-12 13:37:54-- https://iptvapi.net/download_launcher
Resolving iptvapi.net (iptvapi.net)... 78.46.246.70
Connecting to iptvapi.net (iptvapi.net)|78.46.246.70|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://filecdn.iptvapi.net/android/iptv_app/release/com.teleset.launcher-494.apk [following]
--2019-06-12 13:37:54-- http://filecdn.iptvapi.net/android/iptv_app/release/com.teleset.launcher-494.apk
Resolving filecdn.iptvapi.net (filecdn.iptvapi.net)... 104.27.142.243, 104.27.143.243, 2606:4700:30::681b:8ef3, ...
Connecting to filecdn.iptvapi.net (filecdn.iptvapi.net)|104.27.142.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3432560 (3.3M) [application/octet-stream]
Saving to: 'vendor/teleset/prebuilt/launcher/com.teleset.launcher.apk'
vendor/teleset/prebuilt/launcher/com.teleset.launc 100%[================================================================================================================>] 3.27M 1.74MB/s in 1.9s
2019-06-12 13:37:56 (1.74 MB/s) - 'vendor/teleset/prebuilt/launcher/com.teleset.launcher.apk' saved [3432560/3432560]
42888cb5488f741feb610fe489bba27cc19849dbdf398be146a41e9bfd1e946d vendor/teleset/prebuilt/launcher/com.teleset.launcher.apk
HOSTCC scripts/basic/fixdep
GEN ./Makefile
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
GEN ./Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
UPD include/config.h
GEN include/autoconf.mk.dep
GEN include/autoconf.mk
cc1: error: include: Value too large for defined data type
cc1: error: include: Value too large for defined data type
cc1: error: include: Value too large for defined data type
cc1: error: include: Value too large for defined data type
cc1: error: ../include: Value too large for defined data type
cc1: error: ../include: Value too large for defined data type
cc1: error: ../arch/arm/include: Value too large for defined data type
cc1: error: ../arch/arm/include: Value too large for defined data type
cc1: fatal error: ../include/common.h: Value too large for defined data type
cc1: fatal error: ../include/common.h: Value too large for defined data type
compilation terminated.
compilation terminated.
../scripts/Makefile.autoconf:40: recipe for target 'include/autoconf.mk.dep' failed
make[3]: *** [include/autoconf.mk.dep] Error 1
make[3]: *** Waiting for unfinished jobs....
../scripts/Makefile.autoconf:64: recipe for target 'include/autoconf.mk' failed
make[3]: *** [include/autoconf.mk] Error 1
../Makefile:477: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
make[1]: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
Makefile:147: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment