Advertisement
Guest User

u-boot.log

a guest
Jun 8th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 KB | None | 0 0
  1.   CHK     include/config/uboot.release
  2.   CHK     include/generated/version_autogenerated.h
  3.   CHK     include/generated/timestamp_autogenerated.h
  4.   UPD     include/generated/timestamp_autogenerated.h
  5.   CHK     include/generated/generic-asm-offsets.h
  6.   CHK     include/generated/asm-offsets.h
  7.   HOSTCC  tools/mkenvimage.o
  8.   HOSTLD  tools/mkenvimage
  9.   HOSTCC  tools/fit_image.o
  10.   HOSTCC  tools/image-host.o
  11.   HOSTCC  tools/dumpimage.o
  12.   HOSTLD  tools/dumpimage
  13.   HOSTCC  tools/mkimage.o
  14.   HOSTLD  tools/mkimage
  15.   CC      arch/arm/cpu/armv8/fwcall.o
  16.   LD      arch/arm/cpu/armv8/built-in.o
  17.   CC      cmd/version.o
  18.   LD      cmd/built-in.o
  19.   CC      common/main.o
  20.   LD      common/built-in.o
  21.   CC      lib/efi_loader/helloworld.o
  22.   LD      lib/efi_loader/helloworld.so
  23.   OBJCOPY lib/efi_loader/helloworld.efi
  24.   CC      lib/smbios.o
  25.   CC      lib/display_options.o
  26.   LD      lib/built-in.o
  27.   LD      examples/standalone/hello_world
  28. /home/developer/src/poplar/recovery/poplar-u-boot/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-ld.bfd: cannot find -lgcc
  29. examples/standalone/Makefile:67: recipe for target 'examples/standalone/hello_world' failed
  30. make[2]: *** [examples/standalone/hello_world] Error 1
  31. scripts/Makefile.build:425: recipe for target 'examples/standalone' failed
  32. make[1]: *** [examples/standalone] Error 2
  33. Makefile:1234: recipe for target 'examples' failed
  34. make: *** [examples] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement