-1
我爲嵌入式設備構建Yocto時出錯。我在互聯網上搜索它,但沒有任何工作。請幫幫我!構建對象內省失敗:yocto build
Caught exception: <type 'exceptions.IOError'> IOError(122, 'Disk quota exceeded')
| > /data/phonghoang/build_yocto/tmp/sysroots/x86_64-linux/usr/lib/python2.7/shutil.py(84)copyfile()
| -> copyfileobj(fsrc, fdst)
錯誤:
ERROR: gobject-introspection-native-1.46.0-r0 do_compile: oe_runmake failed
ERROR: gobject-introspection-native-1.46.0-r0 do_compile: Function failed: do_compile (log file is located at /data/phonghoang/build_yocto/tmp/work/x86_64-linux/gobject-introspection-native/1.46.0-r0/temp/log.do_compile.8291)
ERROR: Logfile of failure stored in: /data/phonghoang/build_yocto/tmp/work/x86_64-linux/gobject-introspection-native/1.46.0-r0/temp/log.do_compile.8291
謝謝,但我敢肯定,這是足夠的自由磁盤建立 –
那麼,仔細檢查你的磁盤和分區。或者你有配額啓用?檢查一下。你得到的是Python的一個例外,表明你已經超出了你的磁盤配額。 – Anders