-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openwrt-image-*: mv command not working #92
Comments
what arch are you building for ? May be strace this mv cmd and see if there is some syscall not implemented. |
Build Configuration: I get the meta-riscv from here: |
This seems to be risc-v specific, can you try same cmd on qemuarm ? |
I tried, it seems that only mv command didn't work. Of course, if I replaced busybox by coreutils, mv command worked. |
I think it could be related to musl+riscv combo, I would like to see if it happens with other arches as well likely qemuarm |
I tried "mv" command on openwrt-image-minimal, base and full, it doesn't work.
root@192:~# mv a b
mv: can't rename 'a': Function not implemented
The text was updated successfully, but these errors were encountered: