-
Notifications
You must be signed in to change notification settings - Fork 35
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
fail to build los-7.1-r5 iso #108
Comments
Try |
i did not well explain. Dosfs tools are installed but they are root's tools. You must be root user to use them. And i use openSuse then apt-get is not an openSuse tool |
Looks like the missing |
Can i use this sudo -E make -j4 iso_img TARGET_PRODUCT=cm_android_x86_64 |
Actually I don't recommend to use |
Hello
i tried to compile and lake an iso for los-7.1-r5
i get los-7.1-r5 with
mkdir android-x86 cd android-x86 repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b android-x86-7.1-r5 -m cm.xml repo sync --no-tags --no-clone-bundle
I build los-7.1-r5 with
cd android-x86 source build/envsetup.sh lunch cm_android_x86_64-user make -j4 iso_img TARGET_PRODUCT=cm_android_x86_64
at the end the job fails because it can't find the command "mkdosfs"
With openSuse all dosfs tools are root's tools
see the log
compile.log
The text was updated successfully, but these errors were encountered: