-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Build Systemarea: Memory ProtectionbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
Seeing occasional build errors which go away if Make is re-run
[ 87%] Generating mmu_tables.bin, user_mmu_tables.bin
[ 88%] Generating mmu_tables.o
/opt/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/i586-zephyr-elf/i586-zephyr-elf-objcopy: 'mmu_tables.bin': No such file
make[3]: *** [zephyr/arch/arch/x86/CMakeFiles/mmu_tables_o.dir/build.make:61: zephyr/arch/arch/x86/mmu_tables.o] Error 1
make[3]: Target 'zephyr/arch/arch/x86/CMakeFiles/mmu_tables_o.dir/build' not remade because of errors.
make[3]: Leaving directory '/projects/zephyr3/sanity-out/qemu_x86/tests/net/route/net.route'
Seems to be a build parallelism issue with the MMU build logic
To reproduce, run sanitycheck -p qemu_x86, for me a few tests always fail, but different ones each time.
Metadata
Metadata
Assignees
Labels
area: Build Systemarea: Memory ProtectionbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug