On 2022/11/30 0:30, Daniel Golle wrote:
On Tue, Nov 29, 2022 at 11:10:22PM +0900, INAGAKI Hiroshi wrote:
[...]
This seems to be caused by "image" directory in
staging_dir/target-mipsel_24kc_musl/ not existing, and when I created that
folder manually the build succeeded.

-------
user@hostmachine:/openwrt/user/git/musashino-build/openwrt$ mkdir
staging_dir/target-mipsel_24kc_musl/image
user@hostmachine:/openwrt/user/git/musashino-build/openwrt$ make -j8 V=s
...
(completed without errors)
-------

Should I add a patch to create "image" directory before copying?
I've sent out a patch adding this to include/image-commands.mk.
Can you check if that fixes the issue for you?

Thank you for your fix!
I tested compilation with your patch and the following steps, the issue was solved :)

$ make clean      # to delete manually created "image" directory
$ make -j8 V=s

I'll prepare v2 patch.


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to