Advertisement
Guest User

Untitled

a guest
Aug 26th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. drasko@Mali:~/yocto/build$ bitbake -c clean binutils
  2. ERROR: Execution of event handler 'external_linaro_toolchain_version_handler' failed
  3. Traceback (most recent call last):
  4. File "external_linaro_toolchain_version_handler(e)", line 12, in external_linaro_toolchain_version_handler(e=<bb.event.ConfigParsed object at 0x40a0b90>)
  5. File "external-linaro-toolchain-versions.inc", line 4, in elt_get_gdb_version(d=<bb.data_smart.DataSmart object at 0x2c1d610>)
  6. NameError: global name 'CmdError' is not defined
  7.  
  8. WARNING: Host distribution "Debian GNU/Linux testing (jessie)" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
  9. Loading cache: 100% |############################################################################################################################################################| ETA: 00:00:00
  10. Loaded 1162 entries from dependency cache.
  11. Parsing recipes: 100% |##########################################################################################################################################################| Time: 00:00:00
  12. Parsing of 854 .bb files complete (852 cached, 2 parsed). 1163 targets, 111 skipped, 0 masked, 0 errors.
  13.  
  14. Build Configuration:
  15. BB_VERSION = "1.16.0"
  16. TARGET_ARCH = "arm"
  17. TARGET_OS = "linux-gnueabi"
  18. MACHINE = "socfpga_cyclone5"
  19. DISTRO = "poky"
  20. DISTRO_VERSION = "1.3"
  21. TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9"
  22. TARGET_FPU = "vfp-neon"
  23. meta
  24. meta-yocto
  25. meta-yocto-bsp
  26. meta-yocto-bsp
  27. meta-linaro
  28. meta-altera = "<unknown>:<unknown>"
  29.  
  30. NOTE: Resolving any missing task queue dependencies
  31. NOTE: Preparing runqueue
  32. NOTE: Executing RunQueue Tasks
  33. NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and all succeeded.
  34.  
  35. Summary: There was 1 WARNING message shown.
  36. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  37. drasko@Mali:~/yocto/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement