yeah, it _may_ be possible, but i don't know of anyone who uses less than 64GiB, and i think we've heard from people having trouble building with 32GiB. 16GiB is definitely too little.
On Thu, Sep 21, 2023 at 1:33 PM Kiran Kaur <[email protected]> wrote: > > Updating wsl1 to wsl2 resolved my following errors. > 09:30:53 Build sandboxing disabled due to nsjail error. > FAILED: ninja: out/soong/bootstrap.ninja:12: loading > 'out/soong/globs-build.ninja': Exec format error > subninja out/soong/globs-build.ninja > ^ near here > 09:31:47 soong bootstrap failed with: exit status 1 > > But now when I am running this command > make bootimage systemimage vendorimage -j12 > I am getting the following error. I think it requires more memory. I am > running with 16GB of ram that only allocates 13.5GB. > > FAILED: out/soong/build.ninja > cd "$(dirname "out/host/linux-x86/bin/soong_build")" && > BUILDER="$PWD/$(basename "out/host/linux-x86/bin/soong_build")" && cd / && > env -i "$BUILDER" --top "$TOP" --soong_out "out/soong" --out > "out" -o out/soong/build.ninja --globListDir build --globFile > out/soong/globs-build.ninja -t -l out/.module_paths/Android.bp.list > --available_env out/soong/soong.environment.available --used_env > out/soong/soong.environment.used.build Android.bp > Killed > 16:14:39 soong bootstrap failed with: exit status 1 > ninja: build stopped: subcommand failed. > > On Tue, Sep 19, 2023 at 10:01 AM 'enh' via Android Building > <[email protected]> wrote: >> >> looks like you're using WSL --- use real Linux instead. (or >> https://github.com/android/ndk/issues/1755 suggests that WSL2 might >> work better than WSL1.) >> >> On Mon, Sep 18, 2023 at 7:16 PM Kiran Kaur <[email protected]> wrote: >> > >> > hi Team, >> > >> > I am new to AOSP and trying to build android for raspberry pi 4b but while >> > running make command >> > "make bootimage systemimage vendorimage -j$(nproc) " >> > for >> > "lunch rpi4_car-eng" >> > I am getting following error. >> > 09:30:53 Build sandboxing disabled due to nsjail error. >> > PLATFORM_VERSION=13 >> > TARGET_PRODUCT=rpi4_car >> > TARGET_BUILD_VARIANT=eng >> > TARGET_BUILD_TYPE=release >> > TARGET_ARCH=arm64 >> > TARGET_ARCH_VARIANT=armv8-a >> > TARGET_CPU_VARIANT=cortex-a72 >> > HOST_ARCH=x86_64 >> > HOST_2ND_ARCH=x86 >> > HOST_OS=linux >> > HOST_OS_EXTRA=Linux-4.4.0-22621-Microsoft-x86_64-Ubuntu-22.04.3-LTS >> > HOST_CROSS_OS=windows >> > HOST_CROSS_ARCH=x86 >> > HOST_CROSS_2ND_ARCH=x86_64 >> > HOST_BUILD_TYPE=release >> > BUILD_ID=TQ3C.230805.001.B2 >> > OUT_DIR=out >> > ============================================ >> > FAILED: ninja: out/soong/bootstrap.ninja:12: loading >> > 'out/soong/globs-build.ninja': Exec format error >> > subninja out/soong/globs-build.ninja >> > ^ near here >> > 09:31:47 soong bootstrap failed with: exit status 1 >> > >> > #### failed to build some targets (19 seconds) #### >> > >> > >> > I tried to search for this error but with no solution. >> > >> > Any suggestions on this can solve my problem. >> > >> > Thanks & Regards >> > Kirandeep Kaur >> > >> > -- >> > -- >> > You received this message because you are subscribed to the "Android >> > Building" mailing list. >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> > http://groups.google.com/group/android-building?hl=en >> > >> > --- >> > You received this message because you are subscribed to the Google Groups >> > "Android Building" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msgid/android-building/fef802bc-9f0f-44dd-ae55-962958b3a840n%40googlegroups.com. >> >> -- >> -- >> You received this message because you are subscribed to the "Android >> Building" mailing list. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-building?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Building" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-building/CAJgzZopvjHwV_DVtAYKDvtN0syAgPKgP%2BbmtWRYV%2B_S4uvbqMg%40mail.gmail.com. > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/CAJTLbrQvpo9QMgnV6SE0RGmthnWRARtKBD1gwDfjpmMR99_a_g%40mail.gmail.com. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CAJgzZooUR7VxvXgJy7R4YNJ%2Bd8Arpb59NU1sZU7ZADmfuHSyDQ%40mail.gmail.com.
