Li_Wen

Li_Wen

0个粉丝

2

问答

0

专栏

0

资料

Li_Wen  发布于  2017-10-10 09:34:28
采纳率 0%
2个问答
3525

3521A SDK 编译问题

 
前面编译正常,直到编译到Creating observer.htmp 编译进行不下去,整个虚拟机死机,很久都不能恢复,试过几次都是这个情况,请问是什么原因导致的?
虚拟机是Ubuntu16.04 系统。出问题前一段编译信息如下:
/home/biao/Hi3521A_SDK/Hi3521A_SDK_V1.0.3.1/osdrv/tools/board/gdb/gdb-7.6 /home/biao/Hi3521A_SDK/Hi3521A_SDK_V1.0.3.1/osdrv/tools/board/gdb
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-hisiv300-linux-gnu
checking target system type... arm-hisiv300-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... mawk
checking for arm-hisiv300-linux-gcc... arm-hisiv300-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-hisiv300-linux-gcc accepts -g... yes
checking for arm-hisiv300-linux-gcc option to accept ISO C89... none needed
checking for arm-hisiv300-linux-g++... arm-hisiv300-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether arm-hisiv300-linux-g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for arm-hisiv300-linux-gnatbind... no
checking for gnatbind... no
checking for arm-hisiv300-linux-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for version 0.10 of ISL... yes
checking for version 0.17.0 of CLooG... no
checking for version 0.18.0 of CLooG... no
checking for default BUILD_CONFIG...
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... no
checking for expect... no
checking for runtest... no
checking for arm-hisiv300-linux-ar... arm-hisiv300-linux-ar
checking for arm-hisiv300-linux-as... arm-hisiv300-linux-as
checking for arm-hisiv300-linux-dlltool... no
checking for ld... (cached) /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/../lib/gcc/arm-hisiv300-linux-uclibcgnueabi/4.8.3/../../../../arm-hisiv300-linux-uclibcgnueabi/bin/ld
checking for arm-hisiv300-linux-ld... (cached) /opt/hisi-linux/x86-arm/arm-hisiv300-linux/bin/../lib/gcc/arm-hisiv300-linux-uclibcgnueabi/4.8.3/../../../../arm-hisiv300-linux-uclibcgnueabi/bin/ld
checking for arm-hisiv300-linux-lipo... no
checking for arm-hisiv300-linux-nm... arm-hisiv300-linux-nm
checking for arm-hisiv300-linux-ranlib... arm-hisiv300-linux-ranlib
checking for arm-hisiv300-linux-strip... arm-hisiv300-linux-strip
checking for arm-hisiv300-linux-windres... no
checking for arm-hisiv300-linux-windmc... no
checking for arm-hisiv300-linux-objcopy... arm-hisiv300-linux-objcopy
checking for arm-hisiv300-linux-objdump... arm-hisiv300-linux-objdump
checking for arm-hisiv300-linux-readelf... arm-hisiv300-linux-readelf
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target readelf... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
configure: cross-compiling for arm-hisiv300-linux-gnu is not supported
configure: WARNING: decimal float is not supported for this target, ignored
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
configure: WARNING: result yes guessed because of cross compilation
configure: WARNING: expat is missing or unusable; some features may be unavailable.
configure: WARNING: python is missing or unusable; some features may be unavailable.
configure: WARNING: result yes guessed because of cross compilation
./../common/gentmap.c: In function ‘main’:
./../common/gentmap.c:119:7: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
   if (strcmp (argv[1], "-h") == 0)
       ^
Creating observer.itmp
Creating observer.htmp

到这里就死机了。。。。
我来回答
回答5个
时间排序
认可量排序

applepen

0个粉丝

11

问答

0

专栏

11

资料

applepen 2017-10-30 09:01:07
认可0
建议用ubuntu 14.04,  这个版本比较稳定:handshake

qn1511230077

0个粉丝

3

问答

0

专栏

0

资料

qn1511230077 2017-11-24 14:10:31
认可0
我用的ubuntu 14.04,也遇到和你一样的问题,编译几次,虚拟机都当机了,我是加大了虚拟机的内存,就可以编译通过!祝你好运!

xuri

0个粉丝

8

问答

0

专栏

0

资料

xuri 2019-11-15 22:03:11
认可0
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-himix200-linux-gnu
checking target system type... arm-himix200-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... mawk
checking for arm-himix200-linux-gcc... arm-himix200-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-himix200-linux-gcc accepts -g... yes
checking for arm-himix200-linux-gcc option to accept ISO C89... none needed
checking for arm-himix200-linux-g++... arm-himix200-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether arm-himix200-linux-g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for arm-himix200-linux-gnatbind... no
checking for gnatbind... no
checking for arm-himix200-linux-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for version 0.10 of ISL... yes
checking for version 0.17.0 of CLooG... no
checking for version 0.18.0 of CLooG... no
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... no
/home/fan/Hi3516EV200_SDK_V1.0.0.2/osdrv/tools/board/gdb/gdb-7.9.1/missing: line 81: makeinfo: command not found
checking for expect... no
checking for runtest... no
checking for arm-himix200-linux-ar... arm-himix200-linux-ar
checking for arm-himix200-linux-as... arm-himix200-linux-as
checking for arm-himix200-linux-dlltool... no
checking for ld... (cached) /opt/hisi-linux/x86-arm/arm-himix200-linux/host_bin/../lib/gcc/arm-linux-gnueabi/6.3.0/../../../../arm-linux-gnueabi/bin/ld
checking for arm-himix200-linux-ld... (cached) /opt/hisi-linux/x86-arm/arm-himix200-linux/host_bin/../lib/gcc/arm-linux-gnueabi/6.3.0/../../../../arm-linux-gnueabi/bin/ld
checking for arm-himix200-linux-lipo... no
checking for arm-himix200-linux-nm... arm-himix200-linux-nm
checking for arm-himix200-linux-ranlib... arm-himix200-linux-ranlib
checking for arm-himix200-linux-strip... arm-himix200-linux-strip
checking for arm-himix200-linux-windres... no
checking for arm-himix200-linux-windmc... no
checking for arm-himix200-linux-objcopy... arm-himix200-linux-objcopy
checking for arm-himix200-linux-objdump... arm-himix200-linux-objdump
checking for arm-himix200-linux-readelf... arm-himix200-linux-readelf
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objcopy... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target readelf... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
configure: cross-compiling for arm-himix200-linux-gnu is not supported
configure: WARNING: decimal float is not supported for this target, ignored
configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
configure: WARNING: result yes guessed because of cross compilation
configure: WARNING: expat is missing or unusable; some features may be unavailable.
configure: WARNING: python is missing or unusable; some features may be unavailable.
configure: WARNING: result yes guessed because of cross compilation
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
configure: WARNING: result yes guessed because of cross compilation
./../common/gentmap.c: In function ‘main’:
./../common/gentmap.c:119:7: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
   if (strcmp (argv[1], "-h") == 0)
       ^~~~~~
^Cmake[4]: *** Deleting file 'common-exceptions.o'
make[4]: *** Deleting file 'errors.o'
make[4]: *** Deleting file 'rsp-low.o'
make[4]: *** Deleting file 'print-utils.o'
make[4]: *** Deleting file 'registry.o'
make[4]: *** Deleting file 'common-utils.o'
make[4]: *** Deleting file 'probe.o'
make[4]: *** Deleting file 'gdb_vecs.o'
make[4]: *** Deleting file 'gdb_usleep.o'
make[4]: *** Deleting file 'osdata.o'
make[4]: *** Deleting file 'xml-builtin.o'
make[4]: *** Deleting file 'target-memory.o'
make[4]: *** Deleting file 'xml-utils.o'
make[4]: *** Deleting file 'memrange.o'
make[4]: *** Deleting file 'memory-map.o'
make[4]: *** Deleting file 'solib-target.o'
make[4]: *** Deleting file 'minidebug.o'
make[4]: *** [gdb.o] Interrupt
make[4]: *** [arm-tdep.o] Interrupt
make[4]: *** [arm-linux-tdep.o] Interrupt
make[4]: *** [glibc-tdep.o] Interrupt
make[4]: *** [solib-svr4.o] Interrupt
make[4]: *** [symfile-mem.o] Interrupt
make[4]: *** [linux-tdep.o] Interrupt
make[4]: *** [linux-record.o] Interrupt
make[4]: *** [ser-base.o] Interrupt
make[4]: *** [ser-unix.o] Interrupt
make[4]: *** [ser-pipe.o] Interrupt
make[4]: *** [ser-tcp.o] Interrupt
make[4]: *** [inf-ptrace.o] Interrupt
make[4]: *** [fork-child.o] Interrupt
make[4]: *** [arm-linux-nat.o] Interrupt
make[4]: *** [proc-service.o] Interrupt
make[4]: *** [linux-thread-db.o] Interrupt
make[4]: *** [linux-nat.o] Interrupt
make[4]: *** [linux-osdata.o] Interrupt
make[4]: *** [linux-fork.o] Interrupt
make[4]: *** [linux-procfs.o] Interrupt
make[4]: *** [linux-ptrace.o] Interrupt
make[4]: *** [linux-waitpid.o] Interrupt
make[4]: *** [remote.o] Interrupt
make[4]: *** [dcache.o] Interrupt
make[4]: *** [tracepoint.o] Interrupt
make[4]: *** [ax-general.o] Interrupt
make[4]: *** [ax-gdb.o] Interrupt
make[4]: *** [remote-fileio.o] Interrupt
make[4]: *** [remote-notif.o] Interrupt
make[4]: *** [ctf.o] Interrupt
make[4]: *** [tracefile.o] Interrupt
make[4]: *** [tracefile-tfile.o] Interrupt
make[4]: *** [cli-dump.o] Interrupt
make[4]: *** [cli-decode.o] Interrupt
make[4]: *** [cli-script.o] Interrupt
make[4]: *** [cli-cmds.o] Interrupt
make[4]: *** [cli-setshow.o] Interrupt
make[4]: *** [cli-logging.o] Interrupt
make[4]: *** [cli-interp.o] Interrupt
make[4]: *** [cli-utils.o] Interrupt
make[4]: *** [mi-out.o] Interrupt
make[4]: *** [mi-console.o] Interrupt
make[4]: *** [mi-cmds.o] Interrupt
make[4]: *** [mi-cmd-catch.o] Interrupt
make[4]: *** [mi-cmd-env.o] Interrupt
make[4]: *** [mi-cmd-var.o] Interrupt
make[4]: *** [mi-cmd-break.o] Interrupt
make[4]: *** [mi-cmd-stack.o] Interrupt
make[4]: *** [mi-cmd-file.o] Interrupt
make[4]: *** [mi-cmd-disas.o] Interrupt
make[4]: *** [mi-symbol-cmds.o] Interrupt
make[4]: *** [mi-cmd-target.o] Interrupt
make[4]: *** [mi-cmd-info.o] Interrupt
make[4]: *** [mi-interp.o] Interrupt
make[4]: *** [mi-main.o] Interrupt
make[4]: *** [mi-parse.o] Interrupt
make[4]: *** [mi-getopt.o] Interrupt
make[4]: *** [python.o] Interrupt
make[4]: *** [guile.o] Interrupt
make[4]: *** [elfread.o] Interrupt
make[4]: *** [stap-probe.o] Interrupt
make[4]: *** [posix-hdep.o] Interrupt
make[4]: *** [c-exp.o] Interrupt
make[4]: *** [cp-name-parser.o] Interrupt
make[4]: *** [ada-exp.o] Interrupt
make[4]: *** [jv-exp.o] Interrupt
make[4]: *** [d-exp.o] Interrupt
make[4]: *** [f-exp.o] Interrupt
make[4]: *** [go-exp.o] Interrupt
make[4]: *** [m2-exp.o] Interrupt
make[4]: *** [p-exp.o] Interrupt
make[4]: *** [annotate.o] Interrupt
make[4]: *** [addrmap.o] Interrupt
make[4]: *** [auto-load.o] Interrupt
make[4]: *** [auxv.o] Interrupt
make[4]: *** [agent.o] Interrupt
make[4]: *** [bfd-target.o] Interrupt
make[4]: *** [blockframe.o] Interrupt
make[4]: *** [breakpoint.o] Interrupt
make[4]: *** [break-catch-sig.o] Interrupt
make[4]: *** [break-catch-throw.o] Interrupt
make[4]: *** [findvar.o] Interrupt
make[4]: *** [regcache.o] Interrupt
make[4]: *** [cleanups.o] Interrupt
make[4]: *** [charset.o] Interrupt
make[4]: *** [continuations.o] Interrupt
make[4]: *** [corelow.o] Interrupt
make[4]: *** [disasm.o] Interrupt
make[4]: *** [dummy-frame.o] Interrupt
make[4]: *** [dfp.o] Interrupt
make[4]: *** [source.o] Interrupt
make[4]: *** [value.o] Interrupt
make[4]: *** [eval.o] Interrupt
make[4]: *** [valops.o] Interrupt
make[4]: *** [valarith.o] Interrupt
make[4]: *** [valprint.o] Interrupt
make[4]: *** [printcmd.o] Interrupt
make[4]: *** [block.o] Interrupt
make[4]: *** [symtab.o] Interrupt
make[4]: *** [psymtab.o] Interrupt
make[4]: *** [symfile.o] Interrupt
make[4]: *** [symfile-debug.o] Interrupt
make[4]: *** [symmisc.o] Interrupt
make[4]: *** [linespec.o] Interrupt
make[4]: *** [dictionary.o] Interrupt
make[4]: *** [infcall.o] Interrupt
make[4]: *** [infcmd.o] Interrupt
make[4]: *** [infrun.o] Interrupt
make[4]: *** [expprint.o] Interrupt
make[4]: *** [environ.o] Interrupt
make[4]: *** [stack.o] Interrupt
make[4]: *** [thread.o] Interrupt
make[4]: *** [exceptions.o] Interrupt
make[4]: *** [extension.o] Interrupt
make[4]: *** [filesystem.o] Interrupt
make[4]: *** [filestuff.o] Interrupt
make[4]: *** [inf-child.o] Interrupt
make[4]: *** [interps.o] Interrupt
make[4]: *** [main.o] Interrupt
make[4]: *** [macrotab.o] Interrupt
make[4]: *** [macrocmd.o] Interrupt
make[4]: *** [macroexp.o] Interrupt
make[4]: *** [macroscope.o] Interrupt
make[4]: *** [mi-common.o] Interrupt
make[4]: *** [event-loop.o] Interrupt
make[4]: *** [event-top.o] Interrupt
make[4]: *** [inf-loop.o] Interrupt
make[4]: *** [completer.o] Interrupt
make[4]: *** [gdbarch.o] Interrupt
make[4]: *** [arch-utils.o] Interrupt
make[4]: *** [gdbtypes.o] Interrupt
make[4]: *** [gdb_bfd.o] Interrupt
make[4]: *** [gdb_obstack.o] Interrupt
make[4]: *** [osabi.o] Interrupt
make[4]: *** [copying.o] Interrupt
make[4]: *** [memattr.o] Interrupt
make[4]: *** [mem-break.o] Interrupt
make[4]: *** [target.o] Interrupt
make[4]: *** [target-dcache.o] Interrupt
make[4]: *** [parse.o] Interrupt
make[4]: *** [language.o] Interrupt
make[4]: *** [build-id.o] Interrupt
make[4]: *** [buildsym.o] Interrupt
make[4]: *** [findcmd.o] Interrupt
make[4]: *** [std-regs.o] Interrupt
make[4]: *** [signals.o] Interrupt
make[4]: *** [exec.o] Interrupt
make[4]: *** [reverse.o] Interrupt
make[4]: *** [bcache.o] Interrupt
make[4]: *** [objfiles.o] Interrupt
make[4]: *** [observer.o] Interrupt
make[4]: *** [minsyms.o] Interrupt
make[4]: *** [maint.o] Interrupt
make[4]: *** [demangle.o] Interrupt
make[4]: *** [dbxread.o] Interrupt
make[4]: *** [coffread.o] Interrupt
make[4]: *** [coff-pe-read.o] Interrupt
make[4]: *** [dwarf2read.o] Interrupt
make[4]: *** [mipsread.o] Interrupt
make[4]: *** [stabsread.o] Interrupt
make[4]: *** [corefile.o] Interrupt
make[4]: *** [dwarf2expr.o] Interrupt
make[4]: *** [dwarf2loc.o] Interrupt
make[4]: *** [dwarf2-frame.o] Interrupt
make[4]: *** [dwarf2-frame-tailcall.o] Interrupt
make[4]: *** [ada-lang.o] Interrupt
make[4]: *** [c-lang.o] Interrupt
make[4]: *** [d-lang.o] Interrupt
make[4]: *** [f-lang.o] Interrupt
make[4]: *** [objc-lang.o] Interrupt
make[4]: *** [ada-tasks.o] Interrupt
make[4]: *** [ada-varobj.o] Interrupt
make[4]: *** [c-varobj.o] Interrupt
make[4]: *** [ui-out.o] Interrupt
make[4]: *** [cli-out.o] Interrupt
make[4]: *** [varobj.o] Interrupt
make[4]: *** [vec.o] Interrupt
make[4]: *** [go-lang.o] Interrupt
make[4]: *** [go-valprint.o] Interrupt
make[4]: *** [go-typeprint.o] Interrupt
make[4]: *** [jv-lang.o] Interrupt
make[4]: *** [jv-valprint.o] Interrupt
make[4]: *** [jv-typeprint.o] Interrupt
make[4]: *** [jv-varobj.o] Interrupt
make[4]: *** [m2-lang.o] Interrupt
make[4]: *** [opencl-lang.o] Interrupt
make[4]: *** [p-lang.o] Interrupt
make[4]: *** [p-typeprint.o] Interrupt
make[4]: *** [p-valprint.o] Interrupt
make[4]: *** [sentinel-frame.o] Interrupt
make[4]: *** [complaints.o] Interrupt
make[4]: *** [typeprint.o] Interrupt
make[4]: *** [ada-typeprint.o] Interrupt
make[4]: *** [c-typeprint.o] Interrupt
make[4]: *** [f-typeprint.o] Interrupt
make[4]: *** [m2-typeprint.o] Interrupt
make[4]: *** [ada-valprint.o] Interrupt
make[4]: *** [c-valprint.o] Interrupt
make[4]: *** [cp-valprint.o] Interrupt
make[4]: *** [d-valprint.o] Interrupt
make[4]: *** [f-valprint.o] Interrupt
make[4]: *** [m2-valprint.o] Interrupt
make[4]: *** [serial.o] Interrupt
make[4]: *** [mdebugread.o] Interrupt
make[4]: *** [top.o] Interrupt
make[4]: *** [utils.o] Interrupt
make[4]: *** [ui-file.o] Interrupt
make[4]: *** [user-regs.o] Interrupt
make[4]: *** [frame.o] Interrupt
make[4]: *** [frame-unwind.o] Interrupt
make[4]: *** [doublest.o] Interrupt
make[4]: *** [frame-base.o] Interrupt
make[4]: *** [inline-frame.o] Interrupt
make[4]: *** [gnu-v2-abi.o] Interrupt
make[4]: *** [gnu-v3-abi.o] Interrupt
make[4]: *** [cp-abi.o] Interrupt
make[4]: *** [cp-support.o] Interrupt
make[4]: *** [cp-namespace.o] Interrupt
make[4]: *** [reggroups.o] Interrupt
make[4]: *** [trad-frame.o] Interrupt
make[4]: *** [tramp-frame.o] Interrupt
make[4]: *** [solib.o] Interrupt
make[4]: *** [prologue-value.o] Interrupt
make[4]: *** [xml-support.o] Interrupt
make[4]: *** [xml-syscall.o] Interrupt
make[4]: *** [target-descriptions.o] Interrupt
make[4]: *** [xml-tdesc.o] Interrupt
make[4]: *** [inferior.o] Interrupt
make[4]: *** [record.o] Interrupt
make[4]: *** [record-full.o] Interrupt
make[4]: *** [gcore.o] Interrupt
make[4]: *** [jit.o] Interrupt
make[4]: *** [progspace.o] Interrupt
make[4]: *** [buffer.o] Interrupt
make[4]: *** [ptid.o] Interrupt
make[4]: *** [gdb-dlfcn.o] Interrupt
make[4]: *** [common-agent.o] Interrupt
make[4]: *** [format.o] Interrupt
make[4]: *** [btrace.o] Interrupt
make[4]: *** [record-btrace.o] Interrupt
make[4]: *** [waitstatus.o] Interrupt
make[4]: *** [print-utils.o] Interrupt
make[4]: *** [common-debug.o] Interrupt
make[4]: *** [compile.o] Interrupt
make[4]: *** [compile-c-symbols.o] Interrupt
make[4]: *** [compile-c-types.o] Interrupt
make[4]: *** [compile-object-load.o] Interrupt
make[4]: *** [debug.o] Interrupt
make[3]: *** [all-gdb] Interrupt
make[2]: *** [all] Interrupt
Makefile:11: recipe for target 'all' failed
make[1]: *** [all] Interrupt
Makefile:295: recipe for target 'hiboardtools' failed
make: *** [hiboardtools] Interrupt

xuri

0个粉丝

8

问答

0

专栏

0

资料

xuri 2019-11-15 22:04:11
认可0
我也遇到了这个问题,搞不清楚

cloudxxcloud

0个粉丝

2

问答

0

专栏

0

资料

cloudxxcloud 2019-11-16 22:38:25
认可0
文档上建议用14还是16?
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
相关问答
无更多相似问答 去提问
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区