Guest User

buildroot make error

a guest
Aug 28th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. rohit@home:~/workplace/rp/buildroot$ make
  2. /usr/bin/make -j1 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
  3. BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rohit/workplace/rp/buildroot/output/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rohit/workplace/rp/buildroot/output/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rohit/workplace/rp/buildroot/output/build/buildroot-config/tristate.config BR2_CONFIG=/home/rohit/workplace/rp/buildroot/.config BR2_EXTERNAL=support/dummy-external HOST_GCC_VERSION="4 8" SKIP_LEGACY= /home/rohit/workplace/rp/buildroot/output/build/buildroot-config/conf --silentoldconfig Config.in
  4. >>> linux 26f3b72a9c049be10e6af196252283e1f6ab9d1f Building
  5. PATH="/home/rohit/workplace/rp/buildroot/output/host/bin:/home/rohit/workplace/rp/buildroot/output/host/sbin:/home/rohit/workplace/rp/buildroot/output/host/usr/bin:/home/rohit/workplace/rp/buildroot/output/host/usr/sbin:/home/rohit/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" BR_BINARIES_DIR=/home/rohit/workplace/rp/buildroot/output/images /usr/bin/make -j5 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="" ARCH=arm INSTALL_MOD_PATH=/home/rohit/workplace/rp/buildroot/output/target CROSS_COMPILE="/home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-" DEPMOD=/home/rohit/workplace/rp/buildroot/output/host/sbin/depmod -C /home/rohit/workplace/rp/buildroot/output/build/linux-26f3b72a9c049be10e6af196252283e1f6ab9d1f zImage
  6. make[2]: /home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gcc: Command not found
  7. CHK include/config/kernel.release
  8. CHK include/generated/uapi/linux/version.h
  9. HOSTCC scripts/pnmtologo
  10. CC scripts/mod/empty.o
  11. /bin/sh: 1: /home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gcc: not found
  12. make[4]: *** [scripts/mod/empty.o] Error 127
  13. make[3]: *** [scripts/mod] Error 2
  14. make[3]: *** Waiting for unfinished jobs....
  15. CHK include/generated/utsrelease.h
  16. UPD include/generated/utsrelease.h
  17. Generating include/generated/mach-types.h
  18. CHK include/generated/timeconst.h
  19. CC kernel/bounds.s
  20. /bin/sh: 1: /home/rohit/workplace/rp/buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gcc: not found
  21. make[3]: *** [kernel/bounds.s] Error 127
  22. make[3]: *** Waiting for unfinished jobs....
  23. UPD include/generated/timeconst.h
  24. make[2]: *** [prepare0] Error 2
  25. make[2]: *** Waiting for unfinished jobs....
  26. make[2]: *** [scripts] Error 2
  27. make[1]: *** [/home/rohit/workplace/rp/buildroot/output/build/linux-26f3b72a9c049be10e6af196252283e1f6ab9d1f/.stamp_built] Error 2
  28. make: *** [_all] Error 2
Add Comment
Please, Sign In to add comment