- Jul 9, 2010
- 3,483
- 436
https://www.telechips.com/technical_support/kor/opensource/opensource_list.asp
From twitter.com/naobsd
From twitter.com/naobsd
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabi-
make
$ make
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
CALL scripts/checksyscalls.sh
<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not implemented
<stdin>:1325:2: warning: #warning syscall ppoll not implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
CHK include/linux/compile.h
dnsdomainname: Name or service not known
CC arch/arm/kernel/init_task.o
In file included from include/asm/plat-tcc/tcc_ckc.h:28,
from include/asm/plat-tcc/dpm.h:40,
from include/asm/dpm.h:28,
from include/linux/dpm.h:48,
from include/linux/init_task.h:13,
from arch/arm/kernel/init_task.c:9:
include/asm/plat-tcc/tca_ckcstr.h:16:21: error: common.h: No such file or directory
In file included from include/linux/init_task.h:13,
from arch/arm/kernel/init_task.c:9:
include/linux/dpm.h:133: error: 'DPM_PP_NBR' undeclared here (not in a function)
make[1]: *** [arch/arm/kernel/init_task.o] Error 1
make: *** [arch/arm/kernel] Error 2