@drewmoseley What about my issue (Already posted above for Mr @texterp) very important to me to put c/c++ in my Yocto/dunfell project:
I have 1 more difficult and important problem now. I want to put c++/gdb on my image and it gives a space error. As below.
I just change the line: EXTRA_IMAGE_FEATURES ?= “debug-tweaks”
to EXTRA_IMAGE_FEATURES ?= “debug-tweaks tools-sdk tools-debug dev-pkgs” and bitbake doesn’t work anymore.
I am analyzing the causes/solutions and would like your help.
According to the screenshot below (df -h command) there is no lack of space in emmc when I put it in /sources/meta-mender/meta-mender-dmo/conf/layer.conf MENDER_STORAGE_TOTAL_SIZE_MB_DEFAULT ?= “3048”
IMAGE_OVERHEAD_FACTOR = “1.5”
What could I do to solve it?
issue:
ERROR: Task (/home/neuberfran/mender-nxp2/build/…/sources/poky/meta/recipes-core/images/core-image-base.bb:do_image_sdimg) failed with exit code ‘1’
ERROR: core-image-base-1.0-r0 do_image_mender: Size of rootfs is greater than the calculated partition space (1192755200 > 973078528). This image won’t fit on a device with the current storage configuration. Try reducing IMAGE_OVERHEAD_FACTOR if it is higher than 1.0, or raise MENDER_STORAGE_TOTAL_SIZE_MB if the device in fact has more storage.
ERROR: core-image-base-1.0-r0 do_image_mender: Execution of ‘/home/neuberfran/mender-nxp2/build/tmp/work/imx7d_pico-poky-linux-gnueabi/core-image-base/1.0-r0/temp/run.do_image_mender.2689808’ failed with exit code 1:
- [ -z release-1 ]
- stat -Lc %s /home/neuberfran/mender-nxp2/build/tmp/work/imx7d_pico-poky-linux-gnueabi/core-image-base/1.0-r0/deploy-core-image-base-image-complete/core-image-base-imx7d-pico.ext4
- rootfs_size=1192755200
