嵌入式爱好者

查看: 7414|回复: 6

[OpenWrt] OK1012A openwrt无法编译通过

[复制链接]

1

主题

2

帖子

19

积分

LS1012A通行证LS1043A\46A通行证i.MX6UL通行证i.MX6Q通行证

扫一扫,手机访问本帖
发表于 2020-5-25 14:42:07 | 显示全部楼层 |阅读模式
本帖最后由 tongguangqiang 于 2020-5-25 14:45 编辑

环境:
   飞凌的虚拟机环境
   硬件:飞凌的开发板(底板1928)
Last login: Sun May 24 23:24:48 2020 from 10.10.11.105
root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
build_dir/   config/      dl/          feeds/       .git/        .github/     include/     package/     scripts/     staging_dir/ target/      tmp/         toolchain/   tools/
root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
build_dir/   config/      dl/          feeds/       .git/        .github/     include/     package/     scripts/     staging_dir/ target/      tmp/         toolchain/   tools/
root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
root@ubuntu:~/openwrt_ok1012_v1.2#
root@ubuntu:~/openwrt_ok1012_v1.2#
root@ubuntu:~/openwrt_ok1012_v1.2# clear
root@ubuntu:~/openwrt_ok1012_v1.2# cp ok1012_defconfig .config
root@ubuntu:~/openwrt_ok1012_v1.2# make -j4
WARNING: Makefile 'package/feeds/luci/luci-nginx/Makefile' has a dependency on 'nginx-mod-luci', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-ssl', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-mod-luci-ssl', which does not exist
time: target/linux/prereq#0.07#0.00#0.07
make[1] world
make[2] tools/compile
make[2] package/cleanup
make[3] -C tools/flock compile
make[3] -C tools/sed compile
make[3] -C tools/patch compile
make[3] -C tools/tar compile
make[3] -C tools/xz compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/root/openwrt_ok1012_v1.2/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 1

在编译openwrt时遇到报错。
[size=10.0000pt]Last login: Sun May 24 23:24:48 2020 from 10.10.11.105
[size=10.0000pt]root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
[size=10.0000pt]build_dir/   config/      dl/          feeds/       .git/        .github/     include/     package/     scripts/     staging_dir/ target/      tmp/         toolchain/   tools/
[size=10.0000pt]root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
[size=10.0000pt]build_dir/   config/      dl/          feeds/       .git/        .github/     include/     package/     scripts/     staging_dir/ target/      tmp/         toolchain/   tools/
[size=10.0000pt]root@ubuntu:~# cd /root/openwrt_ok1012_v1.2/
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2#
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2#
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2# clear
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2# cp ok1012_defconfig .config
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2# make -j4
[size=10.0000pt]WARNING: Makefile 'package/feeds/luci/luci-nginx/Makefile' has a dependency on 'nginx-mod-luci', which does not exist
[size=10.0000pt]WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-ssl', which does not exist
[size=10.0000pt]WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-mod-luci-ssl', which does not exist
[size=10.0000pt]time: target/linux/prereq#0.07#0.00#0.07
make[1] world
make[2] tools/compile
make[2] package/cleanup
make[3] -C tools/flock compile
make[3] -C tools/sed compile
make[3] -C tools/patch compile
make[3] -C tools/tar compile
make[3] -C tools/xz compile
[size=10.0000pt]make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
[size=10.0000pt]/root/openwrt_ok1012_v1.2/include/toplevel.mk:216: recipe for target 'world' failed
[size=10.0000pt]make: *** [world] Error 1
[size=10.0000pt]root@ubuntu:~/openwrt_ok1012_v1.2#
[size=10.5000pt]

执行make -j4 V=s
root@ubuntu:~/openwrt_ok1012_v1.2# make -j4 V=s
WARNING: Makefile 'package/feeds/luci/luci-nginx/Makefile' has a dependency on 'nginx-mod-luci', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-ssl', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-ssl-nginx/Makefile' has a dependency on 'nginx-mod-luci-ssl', which does not exist
make[1]: Entering directory '/root/openwrt_ok1012_v1.2'
make[2]: Entering directory '/root/openwrt_ok1012_v1.2'
make[2]: Entering directory '/root/openwrt_ok1012_v1.2'
+ mkdir -p /root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl
+ cd /root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl
+ mkdir -p bin lib include stamp
+ mkdir -p /root/openwrt_ok1012_v1.2/staging_dir/host
mkdir -p /root/openwrt_ok1012_v1.2/build_dir/target-aarch64_generic_musl/stamp
+ cd /root/openwrt_ok1012_v1.2/staging_dir/host
+ mkdir -p bin lib include stamp
touch /root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl/.prepared
mkdir -p /root/openwrt_ok1012_v1.2/build_dir/host/stamp /root/openwrt_ok1012_v1.2/staging_dir/host/include/sys
install -m0644 /root/openwrt_ok1012_v1.2/tools/include/*.h /root/openwrt_ok1012_v1.2/staging_dir/host/include/
install -m0644 /root/openwrt_ok1012_v1.2/tools/include/sys/*.h /root/openwrt_ok1012_v1.2/staging_dir/host/include/sys/
ln -sf lib /root/openwrt_ok1012_v1.2/staging_dir/host/lib64
touch /root/openwrt_ok1012_v1.2/staging_dir/host/.prepared
make[3]: Entering directory '/root/openwrt_ok1012_v1.2/tools/flock'
rm -rf /root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl/root-layerscape
make[2]: Leaving directory '/root/openwrt_ok1012_v1.2'
make[3]: Leaving directory '/root/openwrt_ok1012_v1.2/tools/flock'
time: tools/flock/compile#0.03#0.00#0.03
make[3]: Entering directory '/root/openwrt_ok1012_v1.2/tools/sed'
make[3]: Leaving directory '/root/openwrt_ok1012_v1.2/tools/sed'
time: tools/sed/compile#0.04#0.00#0.04
make[3]: Entering directory '/root/openwrt_ok1012_v1.2/tools/patch'
make[3]: Entering directory '/root/openwrt_ok1012_v1.2/tools/tar'
make[3]: Entering directory '/root/openwrt_ok1012_v1.2/tools/xz'
(cd /root/openwrt_ok1012_v1.2/build_dir/host/tar-1.30/; if [ -x configure ]; then cp -fpR /root/openwrt_ok1012_v1.2/scripts/config.{guess,sub} /root/openwrt_ok1012_v1.2/build_dir/host/tar-1.30// && CC="gcc" CFLAGS="-O2 -I/root/openwrt_ok1012_v1.2/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/root/openwrt_ok1012_v1.2/staging_dir/host/include " LDFLAGS="-L/root/openwrt_ok1012_v1.2/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/root/openwrt_ok1012_v1.2/staging_dir/host --exec-prefix=/root/openwrt_ok1012_v1.2/staging_dir/host --sysconfdir=/root/openwrt_ok1012_v1.2/staging_dir/host/etc --localstatedir=/root/openwrt_ok1012_v1.2/staging_dir/host/var --sbindir=/root/openwrt_ok1012_v1.2/staging_dir/host/bin --without-posix-acls --without-selinux --without-xattrs --disable-acl --disable-nls ; fi )
make[3]: Leaving directory '/root/openwrt_ok1012_v1.2/tools/patch'
time: tools/patch/compile#0.03#0.01#0.05
make[3]: Leaving directory '/root/openwrt_ok1012_v1.2/tools/xz'
time: tools/xz/compile#0.04#0.01#0.05
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /root/openwrt_ok1012_v1.2/staging_dir/host/bin/grep
checking for egrep... /root/openwrt_ok1012_v1.2/staging_dir/host/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for x86_64-pc-linux-gnu-ar... no
checking for ar... ar
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for x86_64-pc-linux-gnu-ar... ar
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for inline... inline
checking for fcntl.h... yes
checking for linux/fd.h... yes
checking for memory.h... (cached) yes
checking for net/errno.h... no
checking for sgtty.h... yes
checking for string.h... (cached) yes
checking for sys/param.h... yes
checking for sys/device.h... no
checking for sys/gentape.h... no
checking for sys/inet.h... no
checking for sys/io/trioctl.h... no
checking for sys/mtio.h... yes
checking for sys/time.h... yes
checking for sys/tprintf.h... no
checking for sys/tape.h... no
checking for unistd.h... (cached) yes
checking for locale.h... yes
checking for sys/types.h... (cached) yes
checking for features.h... yes
checking for linewrap.h... no
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for wctype.h... yes
checking for stdio_ext.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for crtdefs.h... no
checking for langinfo.h... yes
checking for xlocale.h... no
checking for sys/mman.h... yes
checking for priv.h... no
checking for malloc.h... yes
checking for selinux/selinux.h... no
checking for strings.h... (cached) yes
checking for sy>**its.h... yes
checking for utime.h... yes
checking for netdb.h... yes
checking for sys/wait.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for sys/buf.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for st_fstype string in struct stat... no
checking for mode_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for major_t... no
checking for minor_t... no
checking for dev_t... yes
checking for ino_t... yes
checking for ssize_t... yes
checking for fchmod... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for pathconf... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fdopendir... yes
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... no
checking for fcntl... yes
checking for symlink... yes
checking for mempcpy... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... yes
checking for fstatat... yes
checking for futimens... yes
checking for getdelim... yes
checking for getdtablesize... yes
checking for getprogname... no
checking for getexecname... no
checking for gettimeofday... yes
checking for nanotime... no
checking for iswcntrl... yes
checking for iswblank... yes
checking for link... yes
checking for openat... yes
checking for linkat... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkdirat... yes
checking for mkfifo... yes
checking for mkfifoat... yes
checking for mknodat... yes
checking for mknod... yes
checking for tzset... yes
checking for nl_langinfo... yes
checking for renameat... yes
checking for setenv... yes
checking for sleep... yes
checking for snprintf... yes
checking for strdup... yes
checking for strndup... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlinkat... yes
checking for localtime_r... yes
checking for timegm... yes
checking for pipe... yes
checking for unlinkat... yes
checking for utime... yes
checking for futimes... yes
checking for futimesat... yes
checking for utimensat... yes
checking for lutimes... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for wcwidth... yes
checking for setlocale... yes
checking for fsync... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for d_ino member in directory struct... yes
checking for long file names... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking type of array argument to getgroups... gid_t
checking whether lstat correctly handles trailing slash... yes
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdelim is declared... yes
checking whether getdtablesize is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking host CPU and C ABI... x86_64
checking whether limits.h has ULLONG_WIDTH etc.... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for O_CLOEXEC... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for promoted mode_t type... mode_t
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for compound literals... yes
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for sigset_t... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether ffs is declared without a macro... yes
checking whether strcasecmp is declared without a macro... yes
checking whether strncasecmp is declared without a macro... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking whether strtoimax is declared... (cached) yes
checking whether strtoumax is declared... (cached) yes
checking for struct timespec in <time.h>... yes
checking whether unsetenv is declared... yes
checking whether the utimes function works... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking for alloca as a compiler built-in... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking for __builtin_expect... yes
checking whether this system has an arbitrary file name length limit... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... (cached) yes
checking whether alphasort is declared without a macro... yes
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... yes
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking for dirfd... yes
checking whether dirfd is declared... (cached) yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking for euidaccess... yes
checking for fchownat... yes
checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
checking whether fchownat works with an empty file name... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether fdopendir is declared... (cached) yes
checking whether fdopendir works... yes
checking for struct stat.st_blocks... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working GNU fnmatch... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking for fseeko... (cached) yes
checking whether fstatat (..., 0) works... yes
checking whether futimens works... yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd aborts when 4k < cwd_length < 16k... no
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether getgroups handles negative values... yes
checking for getline... yes
checking for working getline function... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking whether __argv is declared... no
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for group_member... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether iswblank is declared... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YE>**PR... yes
checking whether nl_langinfo is declared without a macro... yes
checking for lchown... yes
checking whether link obeys POSIX... yes
checking for __xpg4... no
checking whether link(2) dereferences a symlink... no
checking whether linkat() can link symlinks... yes
checking whether linkat handles trailing slash correctly... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbsrtowcs works... guessing yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking whether mkfifo rejects trailing slashes... yes
checking whether mknod can create fifo without root privileges... configure: error: in `/root/openwrt_ok1012_v1.2/build_dir/host/tar-1.30':
configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details
Makefile:31: recipe for target '/root/openwrt_ok1012_v1.2/build_dir/host/tar-1.30/.configured' failed
make[3]: *** [/root/openwrt_ok1012_v1.2/build_dir/host/tar-1.30/.configured] Error 1
make[3]: Leaving directory '/root/openwrt_ok1012_v1.2/tools/tar'
Command exited with non-zero status 2
time: tools/tar/compile#10.64#2.61#16.37
tools/Makefile:152: recipe for target 'tools/tar/compile' failed
make[2]: *** [tools/tar/compile] Error 2
make[2]: Leaving directory '/root/openwrt_ok1012_v1.2'
tools/Makefile:150: recipe for target '/root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnyy' failed
make[1]: *** [/root/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnyy] Error 2
make[1]: Leaving directory '/root/openwrt_ok1012_v1.2'
Build failed - please re-run with -j1 to see the real error message
/root/openwrt_ok1012_v1.2/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 1
root@ubuntu:~/openwrt_ok1012_v1.2#

回复

使用道具 举报

1

主题

2

帖子

19

积分

LS1012A通行证LS1043A\46A通行证i.MX6UL通行证i.MX6Q通行证

 楼主| 发表于 2020-5-26 09:24:06 | 显示全部楼层
用forlinx用户编译还是一样的现象
点评回复 支持 反对

使用道具 举报

0

主题

3

帖子

23

积分

LS1012A通行证LS1043A\46A通行证A40i/T3/T507/T527通行证LS1028A通行证

发表于 2020-5-29 14:13:59 | 显示全部楼层
网络问题,让虚拟机正常上网 重新编译

点评

make[3]: Leaving directory '/home/forlinx/work/openwrt_ok1012_v1.2/tools/tar' Command exited with non-zero status 2 time: tools/tar/compile#12.49#5.17#24.99 tools/Makefile:152: recipe for target 't  详情 回复 发表于 2020-6-29 14:51
点评回复 支持 反对

使用道具 举报

6

主题

19

帖子

52

积分

i.MX6UL通行证i.MX8MM通行证i.MX8MP通行证LS1012A通行证LS1043A\46A通行证

发表于 2020-6-29 14:51:07 | 显示全部楼层
辣手熊猫发表于2020-5-29 14:13
网络问题,让虚拟机正常上网重新编译
网络正常,也编译不了,帮忙看下,谢谢!
make [3]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2/tools/tar'
命令以非零状态退出2
时间:tools / tar / compile#12.49#5.17#24.99
tools / Makefile:152:目标'tools / tar / compile'的配方失败
make [2]:*** [tools / tar / compile]错误2
make [2]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2'tools
/ Makefile :150:配方目标'/home/forlinx/work/openwrt_ok1012_v1.2/staging_dir/target-aarch64_generic_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnyy'失败
化妆[1]:*** [/home/forlinx/work/openwrt_ok1012_v1.2/ staging_dir / target-aarch64_generic_musl / stamp / .tools_compile_yynyyyyyyyyyyynyynnyyynyyyyyyyyyyyyyynyynynnyyynynyy]错误2
make [1]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2'/home/forlinx/work/openwrt_ok1012_v1.2/include/toplevel.mk:216
:目标“世界”的配方失败
make:*** [world]错误2
root @ ubuntu:/home/forlinx/work/openwrt_ok1012_v1.2# ping www.baidu.com
PING www.a.shifen.com(14.215.177.39)56(84)字节数据。
来自14.215.177.39(14.215.177.39)的64字节:icmp_seq = 1 ttl = 128时间= 51.2毫秒
来自14.215.177.39(14.215.177.39)的64字节:icmp_seq = 2 ttl = 128时间= 41.5毫秒
来自14.215.177.39的64字节(14.215.177.39):icmp_seq = 3 ttl = 128时间= 42.4 ms
来自14.215.177.39(14.215.177.39)的64字节:icmp_seq = 4 ttl = 128时间= 41.2 ms
来自14.215.177.39(14.215.177.39)的64个字节:icmp_seq = 5 ttl = 128 time = 41.0 ms
^ C
--- www.a.shifen.com ping统计信息---
传输5个数据包,接收5个,丢失0% ,时间4006ms

点评

是不是没配置好交叉编译工具的环境变量呢。按照文档重新操作一遍吧,应该没什么问题的  详情 回复 发表于 2020-7-1 17:40
您参照我们2019年3.19的手册再进行配置编译一下看还有没有问题  详情 回复 发表于 2020-6-30 14:56
您是参照我们最新的手册进行编译的吗? 我们最新的手册是2020 5 25的 您参照这个手册配置编译一下试试  详情 回复 发表于 2020-6-30 14:41
点评回复 支持 反对

使用道具 举报

0

主题

16

帖子

32

积分

发表于 2020-6-30 14:41:16 | 显示全部楼层
本帖最后由 难死了的猫崽仔 于 2020-6-30 14:57 编辑
majestli 发表于 2020-6-29 14:51
网络正常,也编译不了,帮忙看下,谢谢!
make [3]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2/to ...

这条回错了 不好意思
点评回复 支持 反对

使用道具 举报

0

主题

16

帖子

32

积分

发表于 2020-6-30 14:56:50 | 显示全部楼层
majestli 发表于 2020-6-29 14:51
网络正常,也编译不了,帮忙看下,谢谢!
make [3]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2/to ...

您参照我们2019年3.19的手册再进行配置编译一下看还有没有问题
点评回复 支持 反对

使用道具 举报

0

主题

3

帖子

23

积分

LS1012A通行证LS1043A\46A通行证A40i/T3/T507/T527通行证LS1028A通行证

发表于 2020-7-1 17:40:12 | 显示全部楼层
majestli 发表于 2020-6-29 14:51
网络正常,也编译不了,帮忙看下,谢谢!
make [3]:离开目录'/home/forlinx/work/openwrt_ok1012_v1.2/to ...

是不是没配置好交叉编译工具的环境变量呢。按照文档重新操作一遍吧,应该没什么问题的
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-19 21:33

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表