We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i just try to compile 01_wait_forever samples on ubuntu1604, but don't know why the following error pops out:
yan@ubuntu:~/Desktop/rust-raspberrypi-OS-tutorials/01_wait_forever$ make qemu Makefile:120: *** Invalid file operation: < target/aarch64-unknown-none-softfloat/release/kernel.d. Stop.
please help, thx.
The text was updated successfully, but these errors were encountered:
Hmm interesting. Did you change anything or is every file untouched?
What is the output of make —version?
make —version
Sorry, something went wrong.
Probably a make version that is too old. Can you try this as a workaround for now:
https://stackoverflow.com/questions/6767413/create-a-variable-in-a-makefile-by-reading-contents-of-another-file#6779306
Probably a make version that is too old. Can you try this as a workaround for now: https://stackoverflow.com/questions/6767413/create-a-variable-in-a-makefile-by-reading-contents-of-another-file#6779306
yes, make 4.1 is not works for this file operation, make 4.3 works like charm; thanks.
No branches or pull requests
i just try to compile 01_wait_forever samples on ubuntu1604, but don't know why the following error pops out:
please help, thx.
The text was updated successfully, but these errors were encountered: