-
Notifications
You must be signed in to change notification settings - Fork 20
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
build kernel under mac os #1
Comments
Kernel source tree should be kept separated from Android source. Do not move folders to Android source tree. Build scripts used by this manifest is used as-is from AOSP sources. You could post Mac OS issue at this group : https://groups.google.com/g/android-building |
Hi, thanks for your reply. i already posted at the group which you provided.
|
Do not make kernel directory under AOSP source. |
Hi, i am wondering if the kernel can be built under mac os environment. I finished android build under mac os environment, but got problem during kernel build.
repo init -u https://github.com/android-rpi/kernel_manifest -b arpi-5.10
fatal: manifest 'default.xml' not available
fatal: remote arpi already exists with different attributes
i checked the default.xml from parent repo and found the kernel/arpi was configured with revision "arpi-5.4.y". i tried to change it
without success. Any idea why this is happen?
build/build.sh: line 522: /Volumes/android/rpi4-kernel/build/build-tools/path/linux-x86/rm: cannot execute binary file
i do not want to modify the build.sh in this way to pass my build under mac os, therefore it will be great to have support for build under mac os environment.
Thanks a lot!
The text was updated successfully, but these errors were encountered: