我用命令BitBake的建築誤差
$ bitbake angstrom-lxde-image 2>&1 | tee -a buildoutput.txt
,但有以下錯誤。
ERROR: Function failed: Fetcher failure for URL: ' https://www.khronos.org/registry/khronos_headers.tgz;name=gles-h '. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/vqhost/oe-core/build/out-eglibc/work/colibri_t20-angstrom-linux-gnueabi/trdx-nv-binaries-1.0-r11/temp/log.do_fetch.6970 NOTE: recipe trdx-nv-binaries-1.0-r11: task do_fetch: Failed
ERROR: Task 1659 (/home/vqhost/oe-core/build/../stuff/meta-toradex/recipes/trdx-nv-binaries/trdx-nv-binaries.bb, do_fetch) failed with exit code '1'
所以請指導我如何解決這個錯誤。
當獲取uri時,實際並未使用'name = gles-h':它只是用於bitbake的元數據。實際的URL一度是404(在配方中證明了評論),但現在起作用。 – jku
@jku:是的,這是理論。但是這個錯誤給了我更多的印象,即它並沒有像預期的那樣被削減。命名gles-h文件對我來說也沒有任何意義(特別是如果它是tgz文件的話)。下載後立即下載。也許是一個更老的版本... – volker