[ROM][GT-I9100][JB][4.1.1] CyanogenMod 10 | DEV THREAD - Galaxy S II Original Android Development

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.1 (JB), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
SOURCES
Click to expand...
Click to collapse
Device: https://github.com/CyanogenMod/android_device_samsung_i9100
Common: https://github.com/CyanogenMod/android_device_samsung_galaxys2-common
Kernel: https://github.com/CyanogenMod/android_kernel_samsung_smdk4210
CyanogenMod: http://github.com/CyanogenMod
HOWTO BUILD
Click to expand...
Click to collapse
http://teamhacksung.org/wiki/index.php/CyanogenMod10:How_to_build
DEAR KANGERS
Click to expand...
Click to collapse
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't meant Out-of-Respect!!!
USER THREAD & DOWNLOADS
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=29280423
HOW TO REPORT A BUG
Click to expand...
Click to collapse
To be clear, posts without detailed instructions on how to reproduce a problem and without attached logs will be ignored.
Always provide android (adb logcat) and kernel logs (adb shell dmesg).
If it's a RIL problem we would need a radio log (adb logcat -b radio), too.

When will the Team Hacksung repo be sent upstream to CMs repo?

hillbeast said:
When will the Team Hacksung repo be sent upstream to CMs repo?
Click to expand...
Click to collapse
When its ready.

thracemerin said:
When its ready.
Click to expand...
Click to collapse
I was more asking 'what state does the system need to be in before it is able to be included in the CM repo', not an ETA.

Thx for your post, a lot.
I had download the source code but, i'm not able to find
Code:
~/android/system/device/samsung/i9100.
In
Code:
~/android/system/device
i just have :
Code:
common generic google sample ti
I make something wrong?

Znuf said:
Thx for your post, a lot.
I had download the source code but, i'm not able to find
Code:
~/android/system/device/samsung/i9100.
In
Code:
~/android/system/device
i just have :
Code:
common generic google sample ti
I make something wrong?
Click to expand...
Click to collapse
Check your local_manifest.xml. Do you add it right?

hiepgia said:
Check your local_manifest.xml. Do you add it right?
Click to expand...
Click to collapse
i use this one.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="teamhacksung/buildscripts" path="buildscripts" remote="github" revision="jellybean">
<copyfile dest="build.sh" src="samsung/build.sh" />
</project>
</manifest>

Znuf said:
i use this one.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="teamhacksung/buildscripts" path="buildscripts" remote="github" revision="jellybean">
<copyfile dest="build.sh" src="samsung/build.sh" />
</project>
</manifest>
Click to expand...
Click to collapse
I added I9100 projects by hand
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="teamhacksung/buildscripts" path="buildscripts" remote="github" revision="jellybean">
<copyfile dest="build.sh" src="samsung/build.sh" />
</project>
<project name="teamhacksung/android_device_samsung_i9100" path="device/samsung/i9100" remote="github" revision="jellybean" />
<project name="teamhacksung/android_device_samsung_galaxys2-common" path="device/samsung/galaxys2-common" remote="github" revision="jellybean" />
<project name="teamhacksung/android_kernel_samsung_smdk4210" path="kernel/samsung/smdk4210" remote="github" revision="jellybean" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="ics" />
</manifest>
I dont know if it's enought since I'm still compiling.
Inviato dal mio GT-I9100 con Tapatalk 2

PieR said:
I added I9100 projects by hand
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="teamhacksung/buildscripts" path="buildscripts" remote="github" revision="jellybean">
<copyfile dest="build.sh" src="samsung/build.sh" />
</project>
<project name="teamhacksung/android_device_samsung_i9100" path="device/samsung/i9100" remote="github" revision="jellybean" />
<project name="teamhacksung/android_device_samsung_galaxys2-common" path="device/samsung/galaxys2-common" remote="github" revision="jellybean" />
<project name="teamhacksung/android_kernel_samsung_smdk4210" path="kernel/samsung/smdk4210" remote="github" revision="jellybean" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="ics" />
</manifest>
I dont know if it's enought since I'm still compiling.
Ah.. you've to enable the i9100 on vendor/cm/vendorsetup.sh
Inviato dal mio GT-I9100 con Tapatalk 2
Click to expand...
Click to collapse
. /build/vendorsetup.sh
lunch cm_i9100-userdebug
mka bacon recoveryzip recoveryimage checkapi
It will do the rest
Or do in this guide
http://teamhacksung.org/wiki/index.php/CyanogenMod10:How_to_build

PieR said:
I added I9100 projects by hand
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="teamhacksung/buildscripts" path="buildscripts" remote="github" revision="jellybean">
<copyfile dest="build.sh" src="samsung/build.sh" />
</project>
<project name="teamhacksung/android_device_samsung_i9100" path="device/samsung/i9100" remote="github" revision="jellybean" />
<project name="teamhacksung/android_device_samsung_galaxys2-common" path="device/samsung/galaxys2-common" remote="github" revision="jellybean" />
<project name="teamhacksung/android_kernel_samsung_smdk4210" path="kernel/samsung/smdk4210" remote="github" revision="jellybean" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="ics" />
</manifest>
I dont know if it's enought since I'm still compiling.
Ah.. you've to enable the i9100 on vendor/cm/vendorsetup.sh
Inviato dal mio GT-I9100 con Tapatalk 2
Click to expand...
Click to collapse
Thank's i'll try

hiepgia said:
. /build/vendorsetup.sh
lunch cm_galaxys2-userdebug
mka bacon recoveryzip recoveryimage checkapi
It will do the rest
Or do in this guide
http://teamhacksung.org/wiki/index.php/CyanogenMod10:How_to_build
Click to expand...
Click to collapse
it's called i9100 now

Ok, I sync, i build (90min) and now?
I don't have any *.zip file.
The 72th last line in my terminal :
Code:
host C++: libLLVMCore <= external/llvm/lib/VMCore/Verifier.cpp
host StaticLib: libclangParse (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangParse_intermediates/libclangParse.a)
host StaticLib: libclangSema (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangSema_intermediates/libclangSema.a)
host StaticLib: libclangAnalysis (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangAnalysis_intermediates/libclangAnalysis.a)
host StaticLib: libclangCodeGen (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangCodeGen_intermediates/libclangCodeGen.a)
host StaticLib: libclangAST (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangAST_intermediates/libclangAST.a)
host StaticLib: libclangLex (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangLex_intermediates/libclangLex.a)
host StaticLib: libclangEdit (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangEdit_intermediates/libclangEdit.a)
host StaticLib: libclangFrontend (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangFrontend_intermediates/libclangFrontend.a)
host StaticLib: libclangBasic (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangBasic_intermediates/libclangBasic.a)
host StaticLib: libLLVMVectorize (out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMVectorize_intermediates/libLLVMVectorize.a)
target R.java/Manifest.java: Gallery2 (out/target/common/obj/APPS/Gallery2_intermediates/src/R.stamp)
Copying: out/target/common/obj/JAVA_LIBRARIES/com.android.gallery3d.common2_intermediates/classes-jarjar.jar
target R.java/Manifest.java: HTMLViewer (out/target/common/obj/APPS/HTMLViewer_intermediates/src/R.stamp)
target R.java/Manifest.java: InputDevices (out/target/common/obj/APPS/InputDevices_intermediates/src/R.stamp)
target R.java/Manifest.java: KeyChain (out/target/common/obj/APPS/KeyChain_intermediates/src/R.stamp)
target R.java/Manifest.java: LatinIME (out/target/common/obj/APPS/LatinIME_intermediates/src/R.stamp)
nothing matches overlay file main.dict, for flavor ,,cs,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,da,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,de,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,el,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,en,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,es,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,fi,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,fr,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,hr,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,hu,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,it,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,iw,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,ka,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,nl,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,pt,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,ru,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,sv,,,,,,,,,,,,,,,,
Copying: out/target/common/obj/JAVA_LIBRARIES/inputmethod-common_intermediates/classes-jarjar.jar
target R.java/Manifest.java: Launcher2 (out/target/common/obj/APPS/Launcher2_intermediates/src/R.stamp)
target R.java/Manifest.java: LiveWallpapersPicker (out/target/common/obj/APPS/LiveWallpapersPicker_intermediates/src/R.stamp)
target R.java/Manifest.java: MediaProvider (out/target/common/obj/APPS/MediaProvider_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Mms (out/target/common/obj/APPS/Mms_intermediates/src/R.stamp)
target R.java/Manifest.java: PackageInstaller (out/target/common/obj/APPS/PackageInstaller_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Phone (out/target/common/obj/APPS/Phone_intermediates/src/R.stamp)
target R.java/Manifest.java: PicoTts (out/target/common/obj/APPS/PicoTts_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: QuickSearchBox (out/target/common/obj/APPS/QuickSearchBox_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: SamsungServiceMode (out/target/common/obj/APPS/SamsungServiceMode_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Settings (out/target/common/obj/APPS/Settings_intermediates/src/R.stamp)
target R.java/Manifest.java: SettingsProvider (out/target/common/obj/APPS/SettingsProvider_intermediates/src/R.stamp)
target R.java/Manifest.java: SpareParts (out/target/common/obj/APPS/SpareParts_intermediates/src/R.stamp)
target R.java/Manifest.java: Stk (out/target/common/obj/APPS/Stk_intermediates/src/R.stamp)
target R.java/Manifest.java: TelephonyProvider (out/target/common/obj/APPS/TelephonyProvider_intermediates/src/R.stamp)
target R.java/Manifest.java: Torch (out/target/common/obj/APPS/Torch_intermediates/src/R.stamp)
packages/apps/Torch/AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'label' with value '@string/widget_label').
make: *** [out/target/common/obj/APPS/Torch_intermediates/src/R.stamp] Erreur 1
make: *** Attente des tâches non terminées....
aapt: warning: string 'pref_flash_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_network_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_screentimeout_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_use_dithering_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_indicator' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_onchange' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_scrollbar' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_widget' has no default translation in packages/apps/Settings/res; found: ru
Elapsed: 87 min(s) 48 sec(s)
It's bad?
Thank's for your help

Znuf said:
Ok, I sync, i build (90min) and now?
I don't have any *.zip file.
The 72th last line in my terminal :
Code:
host C++: libLLVMCore <= external/llvm/lib/VMCore/Verifier.cpp
host StaticLib: libclangParse (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangParse_intermediates/libclangParse.a)
host StaticLib: libclangSema (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangSema_intermediates/libclangSema.a)
host StaticLib: libclangAnalysis (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangAnalysis_intermediates/libclangAnalysis.a)
host StaticLib: libclangCodeGen (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangCodeGen_intermediates/libclangCodeGen.a)
host StaticLib: libclangAST (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangAST_intermediates/libclangAST.a)
host StaticLib: libclangLex (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangLex_intermediates/libclangLex.a)
host StaticLib: libclangEdit (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangEdit_intermediates/libclangEdit.a)
host StaticLib: libclangFrontend (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangFrontend_intermediates/libclangFrontend.a)
host StaticLib: libclangBasic (out/host/linux-x86/obj/STATIC_LIBRARIES/libclangBasic_intermediates/libclangBasic.a)
host StaticLib: libLLVMVectorize (out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMVectorize_intermediates/libLLVMVectorize.a)
target R.java/Manifest.java: Gallery2 (out/target/common/obj/APPS/Gallery2_intermediates/src/R.stamp)
Copying: out/target/common/obj/JAVA_LIBRARIES/com.android.gallery3d.common2_intermediates/classes-jarjar.jar
target R.java/Manifest.java: HTMLViewer (out/target/common/obj/APPS/HTMLViewer_intermediates/src/R.stamp)
target R.java/Manifest.java: InputDevices (out/target/common/obj/APPS/InputDevices_intermediates/src/R.stamp)
target R.java/Manifest.java: KeyChain (out/target/common/obj/APPS/KeyChain_intermediates/src/R.stamp)
target R.java/Manifest.java: LatinIME (out/target/common/obj/APPS/LatinIME_intermediates/src/R.stamp)
nothing matches overlay file main.dict, for flavor ,,cs,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,da,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,de,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,el,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,en,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,es,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,fi,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,fr,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,hr,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,hu,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,it,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,iw,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,ka,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,nl,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,pt,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,ru,,,,,,,,,,,,,,,,
nothing matches overlay file main.dict, for flavor ,,sv,,,,,,,,,,,,,,,,
Copying: out/target/common/obj/JAVA_LIBRARIES/inputmethod-common_intermediates/classes-jarjar.jar
target R.java/Manifest.java: Launcher2 (out/target/common/obj/APPS/Launcher2_intermediates/src/R.stamp)
target R.java/Manifest.java: LiveWallpapersPicker (out/target/common/obj/APPS/LiveWallpapersPicker_intermediates/src/R.stamp)
target R.java/Manifest.java: MediaProvider (out/target/common/obj/APPS/MediaProvider_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Mms (out/target/common/obj/APPS/Mms_intermediates/src/R.stamp)
target R.java/Manifest.java: PackageInstaller (out/target/common/obj/APPS/PackageInstaller_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Phone (out/target/common/obj/APPS/Phone_intermediates/src/R.stamp)
target R.java/Manifest.java: PicoTts (out/target/common/obj/APPS/PicoTts_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: QuickSearchBox (out/target/common/obj/APPS/QuickSearchBox_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: SamsungServiceMode (out/target/common/obj/APPS/SamsungServiceMode_intermediates/src/R.stamp)
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
target R.java/Manifest.java: Settings (out/target/common/obj/APPS/Settings_intermediates/src/R.stamp)
target R.java/Manifest.java: SettingsProvider (out/target/common/obj/APPS/SettingsProvider_intermediates/src/R.stamp)
target R.java/Manifest.java: SpareParts (out/target/common/obj/APPS/SpareParts_intermediates/src/R.stamp)
target R.java/Manifest.java: Stk (out/target/common/obj/APPS/Stk_intermediates/src/R.stamp)
target R.java/Manifest.java: TelephonyProvider (out/target/common/obj/APPS/TelephonyProvider_intermediates/src/R.stamp)
target R.java/Manifest.java: Torch (out/target/common/obj/APPS/Torch_intermediates/src/R.stamp)
packages/apps/Torch/AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'label' with value '@string/widget_label').
make: *** [out/target/common/obj/APPS/Torch_intermediates/src/R.stamp] Erreur 1
make: *** Attente des tâches non terminées....
aapt: warning: string 'pref_flash_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_network_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_screentimeout_mode_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'pref_use_dithering_summary' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_indicator' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_onchange' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_hide_scrollbar' has no default translation in packages/apps/Settings/res; found: ru
aapt: warning: string 'summary_expanded_widget' has no default translation in packages/apps/Settings/res; found: ru
Elapsed: 87 min(s) 48 sec(s)
It's bad?
Thank's for your help
Click to expand...
Click to collapse
Try this commit: http://review.cyanogenmod.com/#/c/20065/

golcheck said:
weird I cannot access anything at review.cyanogenmod.com
Edit: I switched from chrome to firefox and is ok now
Click to expand...
Click to collapse
It's merged now anyway, just repo sync

pulser_g2 said:
Try this commit: http://review.cyanogenmod.com/#/c/20065/
Click to expand...
Click to collapse
Thank's a lot. It's working great :highfive:

Recent update to android_frameworks_native breaks the build...
Code:
...
frameworks/native/libs/ui/GraphicBuffer.cpp:132:67: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
target thumb C++: libui <= frameworks/native/libs/ui/PixelFormat.cpp
target thumb C++: libui <= frameworks/native/libs/ui/Rect.cpp
target thumb C++: libui <= frameworks/native/libs/ui/Region.cpp
target thumb C++: libicuuc <= external/icu4c/common/bmpset.cpp
frameworks/native/libs/ui/FramebufferNativeWindow.cpp: In constructor 'android::FramebufferNativeWindow::FramebufferNativeWindow()':
frameworks/native/libs/ui/FramebufferNativeWindow.cpp:100:19: error: 'framebuffer_device_t' has no member named 'numFramebuffers'
frameworks/native/libs/ui/FramebufferNativeWindow.cpp:101:19: error: 'framebuffer_device_t' has no member named 'numFramebuffers'
frameworks/native/libs/ui/FramebufferNativeWindow.cpp:102:34: error: 'framebuffer_device_t' has no member named 'numFramebuffers'
make: *** [out/target/product/i9100/obj/SHARED_LIBRARIES/libui_intermediates/FramebufferNativeWindow.o] Error 1
make: *** Waiting for unfinished jobs....
Elapsed: 4 min(s) 45 sec(s)

I am having trouble building. I've followed the instructions up to syncing the repo but on the next step (lunch cm_i9100-userdebug) at first I got "No such file: cm_i9100-userdebug", then after doing . build/envsetup.sh I get:
Code:
build/core/product_config.mk:189: *** _nic.PRODUCTS.[[device/*/i9100/cm.mk]]: "device/*/i9100/cm.mk" does not exist. Stop.
Device i9100 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Repository for i9100 not found in the CyanogenMod Github repository list. If this is in error, you may need to manually add it to your local_manifest.xml.
build/core/product_config.mk:189: *** _nic.PRODUCTS.[[device/*/i9100/cm.mk]]: "device/*/i9100/cm.mk" does not exist. Stop.
** Don't have a product spec for: 'cm_i9100'
** Do you have the right repo manifest?
There is no /build/vendorsetup.sh (which someone suggested earlier). I tried . ./vendor/cm/vendorsetup.sh but that didn't seem to do anything (and I tried adding a i9100 line but still nothing).
Anyone know what I'm actually supposed to do?
Edit: Am I meant to add that extra stuff to the local manifest which someone posted earlier?

Yes, use that extra stuff. Should work then
To build:
Code:
./build.sh i9100
Sent from my GT-I9100 using xda premium

Bleh, now I'm getting "fatal: The remote end hung up unexpectedly" when I try to sync. Guess I must have reached some usage limit...
Thanks for the answer, anyway.

Guys, I've done something wrong while editing some apk sources. I've compiled CM10, took freaking 111 minutes, and realised that I've forgot something while editing one java file. How can I compile only the apk? I tried "make "apk"", but came up with odex and the apk was missing a lot of resources.

Related

[Q] Koush Superuser Help

Hi, i'm currently trying embedding Koush Superuser into my Settings App, i'm build AOSP from Source, and I have two problems.
First:
Koush says in his tutorial
First, in a product makefile (like vendor/cm/config/common.mk), specify the following:
SUPERUSER_EMBEDDED := true
Click to expand...
Click to collapse
But I can't find' this makefile for my Nexus 4.
Second:
When building, I get this error:
ERROR: resource directory 'packages/apps/Settings/../../../external/koush/Superuser/Superuser/res' does not exist
make: *** [out/target/common/obj/APPS/Settings_intermediates/src/R.stamp] Fehler 1
make: *** Warte auf noch nicht beendete Prozesse...
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Click to expand...
Click to collapse

Help, Error Building AOKP E975

Error build AOKP for LG G E975, building 20 min and...
host C++: libicuuc <= external/icu4c/common/patternprops.cpp
host C++: libicuuc <= external/icu4c/common/stringtriebuilder.cpp
host C++: libicuuc <= external/icu4c/common/ucharstrie.cpp
host C++: libicuuc <= external/icu4c/common/ucharstriebuilder.cpp
host C++: libicuuc <= external/icu4c/common/ucharstrieiterator.cpp
host C++: libicuuc <= external/icu4c/common/dictionarydata.cpp
host C++: libicuuc <= external/icu4c/common/ustrcase_locale.cpp
host C++: libicuuc <= external/icu4c/common/unistr_titlecase_brkiter.cpp
host C++: libicuuc <= external/icu4c/common/uniset_closure.cpp
make[1]: *** [sub-make] Error 2
make[1]: se sale del directorio «/home/evogp/aokp/kernel/lge/gee»
make: *** [TARGET_KERNEL_BINARIES] Error 2
make: *** Se espera a que terminen otras tareas....
My local_manifest is...
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gh"
fetch="git://github.com/" />
<project path="kernel/lge/gee" name="TeamPlaceholder/android_kernel_lge_gee" remote="gh" revision="cm-10.2-update" />
<project path="device/lge/geehrc_intl" name="TeamPlaceholder/android_device_lge_geehrc_intl" remote="gh" revision="jb_2.5" />
<project path="device/lge/gee-common" name="TeamPlaceholder/android_device_lge_gee-common" remote="gh" revision="cm-10.2" />
<project path="vendor/lge/gee" name="TeamPlaceholder/proprietary_vendor_lge_gee" remote="gh" revision="cm-10.2" />
</manifest>
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c: In function 'cpufreq_interactive_timer':
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:295:2: error: 'now_idle' undeclared (first use in this function)
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:295:2: note: each undeclared identifier is reported only once for each function it appears in
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:296:2: error: 'delta_idle' undeclared (first use in this function)
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:404:7: error: 'governidle' undeclared (first use in this function)
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:405:8: error: 'struct cpufreq_interactive_cpuinfo' has no member named 'timer_idlecancel'
/home/evogp/aokp/kernel/lge/gee/drivers/cpufreq/cpufreq_interactive.c:277:6: warning: unused variable 'load_since_change' [-Wunused-variable]
error, forbidden warning: cpufreq_interactive.c:277
make[4]: *** [drivers/cpufreq/cpufreq_interactive.o] Error 1
make[3]: *** [drivers/cpufreq] Error 2
make[2]: *** [drivers] Error 2
make[2]: *** Se espera a que terminen otras tareas....
That branch doesn't work yet. Use cm-10.2-merge for kernel. Let me know if you have any other questions or suggestions. Also, our e975 repo is way outdated. I'll bring that up to date tomorrow. If you care about camera, use the cm repos rather than ours for now, since our rear camera doesn't work yet. I'll try to get that working soon though.
Sent from my LG-LS970 using xda app-developers app

Error build cm11

please help me to solve this error
Code:
frameworks/opt/telephony/src/java/com/android/internal/telephony/RIL.java:3913: cannot find symbol
symbol : variable RIL_UNSOl_CDMA_PRL_CHANGED
location: class com.android.internal.telephony.RIL
case RIL_UNSOl_CDMA_PRL_CHANGED: return "UNSOL_CDMA_PRL_CHANGED";
^
Copying: /home/kenzolo/android/system/out/target/common/obj/APPS/NfcNci_intermediates/emma_out/lib/classes-jarjar.jar
target Package: NoiseField (/home/kenzolo/android/system/out/target/product/hltexx/obj/APPS/NoiseField_intermediates/package.apk)
target Package: PacProcessor (/home/kenzolo/android/system/out/target/product/hltexx/obj/APPS/PacProcessor_intermediates/package.apk)
target Package: PhaseBeam (/home/kenzolo/android/system/out/target/product/hltexx/obj/APPS/PhaseBeam_intermediates/package.apk)
target Package: PicoTts (/home/kenzolo/android/system/out/target/product/hltexx/obj/APPS/PicoTts_intermediates/package.apk)
target Package: PrintSpooler (/home/kenzolo/android/system/out/target/product/hltexx/obj/APPS/PrintSpooler_intermediates/package.apk)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
[B]make: *** [/home/kenzolo/android/system/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes-full-debug.jar] Error 41[/B]
make: *** Attesa per i processi non terminati....
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
warning: no entries written for dimen/live_wallpaper_grid_item_width
warning: no entries written for dimen/live_wallpaper_grid_item_height
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
[email protected]:~/android/system$
no one ?
Same error here
$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
Click to expand...
Click to collapse
could anyone help?
There are 3 cases in RIL.java where it says
RIL_UNSOl_CDMA_PRL_CHANGED
instead of RIL_UNSOL_CDMA_PRL_CHANGED
It is a typo. You have to change it.
I know it is an old post, but maybe it is useful for someone.

[Q] Help needed to build a ROM

Hello Guys,
This is the first time i am building an AOSP based ROM(Resurrection Remix) from source for Samsung Galaxy S4.
I am using Ubuntu 14.04 and i also installed all the required packages mentioned in this page.
I am getting errors while building the ROM.
I typed these commands in the terminal :
Code:
$ cd ~/RR
$ . build/envsetup.sh && brunch i9500
Where RR is the directory in which i am working which contains the device tree, vendor repo, rom source, etc.
Here is the result :
Code:
including device/samsung/i9500/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
including vendor/cm/vendorsetup.sh
Trying dependencies-only mode on a non-existing device tree?
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
Checking build tools versions...
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
"ebtables is disabled on this build"
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
find: `phone/java': No such file or directory
find: `phone/java': No such file or directory
find: `../../../hardware/samsung/cmhw': No such file or directory
find: `dummy': No such file or directory
PRODUCT_COPY_FILES device/samsung/i9500/configs/audio_effects.conf:system/etc/audio_effects.conf ignored.
No private recovery resources for TARGET_DEVICE i9500
build/core/tasks/kernel.mk:63: ***************************************************************
build/core/tasks/kernel.mk:64: * Using prebuilt kernel binary instead of source *
build/core/tasks/kernel.mk:65: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *
build/core/tasks/kernel.mk:66: * Please configure your device to download the kernel *
build/core/tasks/kernel.mk:67: * source repository to kernel/samsung/exynos5410
build/core/tasks/kernel.mk:68: * See http://wiki.cyanogenmod.org/w/Doc:_integrated_kernel_building
build/core/tasks/kernel.mk:69: * for more information *
build/core/tasks/kernel.mk:70: ***************************************************************
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlbuild.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlrules.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlver.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/easy.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/mprintf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/multi.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/stdcheaders.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/typecheck-gcc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/png.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/png.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/label.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/context.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/label.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/context.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c-private.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_types.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_reverb.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/jet.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/wpa_ctrl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/qca-vendor.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap_api.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap.h
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/mkbootimg/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootimg_intermediates/export_includes
Export includes file: build/libs/host/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/import_includes
Export includes file: build/tools/acp/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/acp_intermediates/export_includes
make: *** No rule to make target `/home/edwin/RR/out/target/product/i9500/kernel', needed by `/home/edwin/RR/out/target/product/i9500/boot.img'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libmincrypt.a.txt
Here is the content of vendorsetup.sh :
Code:
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
do
add_lunch_combo $combo
done
Thanks in advance.
Sent from my LG-D802 using XDA Free mobile app
You need to download the kernel repos
You'll get them from https://github.com/frapeti/android_kernel_samsung_exynos5410
Place it in RR/kernel/Samsung
varund7726 said:
Sent from my LG-D802 using XDA Free mobile app
You need to download the kernel repos
You'll get them from https://github.com/frapeti/android_kernel_samsung_exynos5410
Place it in RR/kernel/Samsung
Click to expand...
Click to collapse
Hello bro,
Thank you for the quick reply.
I already synced it. I attached a screenshot of it.
Kung Fu monkey said:
Hello bro,
Thank you for the quick reply.
I already synced it. I attached a screenshot of it.
Click to expand...
Click to collapse
Also make sure you have an exynos 5 folder in RR/hardware/samsung_slsi
varund7726 said:
Also make sure you have an exynos 5 folder in RR/hardware/samsung_slsi
Click to expand...
Click to collapse
yes i have it.
I have attached a screenshot of it as well.
Kung Fu monkey said:
Hello bro,
Thank you for the quick reply.
I already synced it. I attached a screenshot of it.
Click to expand...
Click to collapse
What your showing me is the device tree....clone the kernel repo
Open terminal
Type
Code:
cd RR/kernel/samsung
Git clone https://github.com/frapeti/android_kernel_samsung_exynos5410
Now it will download the kernel
Open the folder in RR/kernel/samung
Rename the android_kernel_samsung_exynos5410 to exynos5410
varund7726 said:
What your showing me is the device tree....clone the kernel repo
Open terminal
Type
Code:
cd RR/kernel/samsung
Git clone https://github.com/frapeti/android_kernel_samsung_exynos5410
Now it will download the kernel
Open the folder in RR/kernel/samung
Rename the android_kernel_samsung_exynos5410 to exynos5410
Click to expand...
Click to collapse
Ok thank you for helping. I will give it a try, currently i am cloning the kernel repo.
varund7726 said:
What your showing me is the device tree....clone the kernel repo
Open terminal
Type
Code:
cd RR/kernel/samsung
Git clone https://github.com/frapeti/android_kernel_samsung_exynos5410
Now it will download the kernel
Open the folder in RR/kernel/samung
Rename the android_kernel_samsung_exynos5410 to exynos5410
Click to expand...
Click to collapse
Hello,
I did exactly as you said, but still i didnt get the zip as the output in the out folder. And i am still getting some errors.
Here is the output :
Code:
including device/samsung/i9500/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
including vendor/cm/vendorsetup.sh
Trying dependencies-only mode on a non-existing device tree?
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
Checking build tools versions...
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
"ebtables is disabled on this build"
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
find: `phone/java': No such file or directory
find: `phone/java': No such file or directory
find: `../../../hardware/samsung/cmhw': No such file or directory
find: `dummy': No such file or directory
PRODUCT_COPY_FILES device/samsung/i9500/configs/audio_effects.conf:system/etc/audio_effects.conf ignored.
No private recovery resources for TARGET_DEVICE i9500
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlbuild.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlrules.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlver.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/easy.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/mprintf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/multi.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/stdcheaders.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/typecheck-gcc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/png.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/png.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/label.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/context.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/label.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/context.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c-private.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_types.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_reverb.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/jet.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/wpa_ctrl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/qca-vendor.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap_api.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap.h
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/mkbootimg/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootimg_intermediates/export_includes
Export includes file: build/libs/host/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/import_includes
Export includes file: build/tools/acp/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/acp_intermediates/export_includes
mkdir -p /home/edwin/RR/out/target/product/i9500/obj/KERNEL_OBJ
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libmincrypt.a.txt
mkdir -p /home/edwin/RR/out/target/product/i9500/system/lib/modules
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/import_includes
Export includes file: system/core/cpio/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/export_includes
Export includes file: external/libsepol/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/export_includes
Yacc: checkpolicy <= external/checkpolicy/policy_parse.y
prebuilts/misc/linux-x86/bison/bison -d -v -o /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.cpp external/checkpolicy/policy_parse.y
Lex: checkpolicy <= external/checkpolicy/policy_scan.l
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/import_includes
Export includes file: external/checkpolicy/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Export includes file: external/sepolicy/tools/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkfc_intermediates/export_includes
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libselinux.a.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/file_contexts.txt
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libc_intermediates/export_includes
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libm_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/export_includes
Export includes file: system/core/fs_mgr/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/export_includes
Export includes file: system/core/logwrapper/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblogwrap_intermediates/export_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Export includes file: system/extras/ext4_utils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/export_includes
Export includes file: external/compiler-rt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/export_includes
Export includes file: bionic/libdl/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libdl_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_common_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libdl_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/import_includes
touch /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp
echo '#ifndef 'policy_parse_h > /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
echo '#define 'policy_parse_h >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
cat /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
echo '#endif' >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/export_includes
Export includes file: external/jemalloc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/import_includes
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/import_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/liblog_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/libsparse/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libsparse_static_intermediates/export_includes
Export includes file: system/core/init/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/init_intermediates/export_includes
Notice file: system/core/init/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/init.txt
Notice file: system/core/logwrapper/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblogwrap.a.txt
Notice file: system/core/libcutils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libcutils.a.txt
Notice file: system/core/liblog/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblog.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.a.txt
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libselinux.a.txt
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libmincrypt.a.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libext4_utils_static.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.so.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc_common.a.txt
Notice file: bionic/libdl/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libdl.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libstdc++.so.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/property_contexts.txt
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/import_includes
Export includes file: system/core/adb/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/export_includes
Notice file: system/core/adb/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/sbin/adbd.txt
Export includes file: frameworks/native/services/batteryservice/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/export_includes
Export includes file: frameworks/native/libs/binder/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/export_includes
Export includes file: bootable/recovery/minui/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes
Export includes file: external/libpng/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libpng_intermediates/export_includes
Export includes file: external/zlib/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libz_intermediates/export_includes
Export includes file: system/core/libutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libutils_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libstdc++_intermediates/export_includes
make: *** No rule to make target `/home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libion_exynos_intermediates/export_includes', needed by `/home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Export includes file: system/core/healthd/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libhealthd.default_intermediates/export_includes
Is the problem because of that src file? I dont know what it is, i also searched on google but i didnt get any solution.
Kung Fu monkey said:
Hello,
I did exactly as you said, but still i didnt get the zip as the output in the out folder. And i am still getting some errors.
Here is the output :
Code:
including device/samsung/i9500/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
including vendor/cm/vendorsetup.sh
Trying dependencies-only mode on a non-existing device tree?
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20141230-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
Checking build tools versions...
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
"ebtables is disabled on this build"
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
find: `phone/java': No such file or directory
find: `phone/java': No such file or directory
find: `../../../hardware/samsung/cmhw': No such file or directory
find: `dummy': No such file or directory
PRODUCT_COPY_FILES device/samsung/i9500/configs/audio_effects.conf:system/etc/audio_effects.conf ignored.
No private recovery resources for TARGET_DEVICE i9500
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlbuild.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlrules.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlver.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/easy.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/mprintf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/multi.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/stdcheaders.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/typecheck-gcc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/png.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/png.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/label.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/context.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/label.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/context.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c-private.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_types.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_reverb.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/jet.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/wpa_ctrl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/qca-vendor.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap_api.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap.h
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/mkbootimg/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootimg_intermediates/export_includes
Export includes file: build/libs/host/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/import_includes
Export includes file: build/tools/acp/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/acp_intermediates/export_includes
mkdir -p /home/edwin/RR/out/target/product/i9500/obj/KERNEL_OBJ
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libmincrypt.a.txt
mkdir -p /home/edwin/RR/out/target/product/i9500/system/lib/modules
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/import_includes
Export includes file: system/core/cpio/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/export_includes
Export includes file: external/libsepol/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/export_includes
Yacc: checkpolicy <= external/checkpolicy/policy_parse.y
prebuilts/misc/linux-x86/bison/bison -d -v -o /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.cpp external/checkpolicy/policy_parse.y
Lex: checkpolicy <= external/checkpolicy/policy_scan.l
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/import_includes
Export includes file: external/checkpolicy/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Export includes file: external/sepolicy/tools/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkfc_intermediates/export_includes
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libselinux.a.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/file_contexts.txt
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libc_intermediates/export_includes
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libm_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/export_includes
Export includes file: system/core/fs_mgr/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/export_includes
Export includes file: system/core/logwrapper/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblogwrap_intermediates/export_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Export includes file: system/extras/ext4_utils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/export_includes
Export includes file: external/compiler-rt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/export_includes
Export includes file: bionic/libdl/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libdl_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_common_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libdl_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/import_includes
touch /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp
echo '#ifndef 'policy_parse_h > /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
echo '#define 'policy_parse_h >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
cat /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
echo '#endif' >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/export_includes
Export includes file: external/jemalloc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/import_includes
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/import_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/liblog_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/libsparse/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libsparse_static_intermediates/export_includes
Export includes file: system/core/init/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/init_intermediates/export_includes
Notice file: system/core/init/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/init.txt
Notice file: system/core/logwrapper/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblogwrap.a.txt
Notice file: system/core/libcutils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libcutils.a.txt
Notice file: system/core/liblog/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblog.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.a.txt
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libselinux.a.txt
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libmincrypt.a.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libext4_utils_static.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.so.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc_common.a.txt
Notice file: bionic/libdl/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libdl.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libstdc++.so.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/property_contexts.txt
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/import_includes
Export includes file: system/core/adb/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/export_includes
Notice file: system/core/adb/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/sbin/adbd.txt
Export includes file: frameworks/native/services/batteryservice/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/export_includes
Export includes file: frameworks/native/libs/binder/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/export_includes
Export includes file: bootable/recovery/minui/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes
Export includes file: external/libpng/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libpng_intermediates/export_includes
Export includes file: external/zlib/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libz_intermediates/export_includes
Export includes file: system/core/libutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libutils_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libstdc++_intermediates/export_includes
make: *** No rule to make target `/home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libion_exynos_intermediates/export_includes', needed by `/home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Export includes file: system/core/healthd/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libhealthd.default_intermediates/export_includes
Is the problem because of that src file? I dont know what it is, i also searched on google but i didnt get any solution.
Click to expand...
Click to collapse
Git clone this https://github.com/frapeti/android_hardware_samsung_slsi_exynos5-insignal
To the folder hardware/samsung_slsi and rename the folder to exynos5-insignal
varund7726 said:
Git clone this https://github.com/frapeti/android_hardware_samsung_slsi_exynos5-insignal
To the folder hardware/samsung_slsi and rename the folder to exynos5-insignal
Click to expand...
Click to collapse
I did what you said and I also cloned https://github.com/frapeti/android_hardware_samsung_slsi_exynos5410/tree/cm-11.0 to hardware/samsung_slsi/exynos5410
Here is the output :
http://justpaste.it/io7w
Sorry the text exceeded the limit for number of characters.
Still I am getting build errors.
Kung Fu monkey said:
I did what you said and I also cloned https://github.com/frapeti/android_hardware_samsung_slsi_exynos5410/tree/cm-11.0 to hardware/samsung_slsi/exynos5410
Here is the output :
http://justpaste.it/io7w
Sorry the text exceeded the limit for number of characters.
Still I am getting build errors.
Click to expand...
Click to collapse
Try folking albertos sources ...not these...seems that the device tree is unstable to build
varund7726 said:
Try folking albertos sources ...not these...seems that the device tree is unstable to build
Click to expand...
Click to collapse
Most are for 4.4.2.
I am starting all over again. So i will report again once I build again.
Kung Fu monkey said:
Most are for 4.4.2.
I am starting all over again. So i will report again once I build again.
Click to expand...
Click to collapse
Make sure you clone cm12 trees and not cm11
varund7726 said:
Make sure you clone cm12 trees and not cm11
Click to expand...
Click to collapse
Hello,
First off, Happy new year!!
I built the rom all over again from the starting, still I got build errors.
Here is the output:
Code:
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/samsung/i9500/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/cm/bash_completion/git.bash
including vendor/cm/bash_completion/repo.bash
including vendor/cm/vendorsetup.sh
Trying dependencies-only mode on a non-existing device tree?
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20150101-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.0.2
CM_VERSION=Resurrection_Remix_LP_v5.2.6-20150101-i9500
TARGET_PRODUCT=cm_i9500
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LRX22G
OUT_DIR=/home/edwin/RR/out
============================================
Checking build tools versions...
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
find: `src': No such file or directory
"ebtables is disabled on this build"
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cos_fixed_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:898: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sin_tables.c'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cabac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/cbrt_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacps_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aacsbr_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/aac_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dsd_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/dv_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/sinewin_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/mpegaudio_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/motionpixels_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/pcm_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: overriding commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
external/ffmpeg/libavcodec/Makefile:912: warning: ignoring old commands for target `external/ffmpeg/libavcodec/../android/include/qdm2_tables.h'
find: `phone/java': No such file or directory
find: `phone/java': No such file or directory
find: `dummy': No such file or directory
PRODUCT_COPY_FILES device/samsung/i9500/bootanimation.zip:system/media/bootanimation.zip ignored.
No private recovery resources for TARGET_DEVICE i9500
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlbuild.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlrules.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/curlver.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/easy.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/mprintf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/multi.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/stdcheaders.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libcurl/curl/typecheck-gcc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libexpat/expat_external.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/png.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/png.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngconf.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libpng/pngusr.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/label.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/context.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/host/linux-x86/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/selinux.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/label.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/context.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/avc.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/selinux/android.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/protobuf-c/include/google/protobuf-c//protobuf-c-private.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_types.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/eas_reverb.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/jet.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/wpa_ctrl.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/libwpa_client/qca-vendor.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap_api.h
Header: /home/edwin/RR/out/target/product/i9500/obj/include/sdk/softap/include/qsap.h
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/mkbootimg/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootimg_intermediates/export_includes
Export includes file: build/libs/host/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libhost_intermediates/import_includes
Export includes file: build/tools/acp/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/acp_intermediates/export_includes
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libmincrypt.a.txt
mkdir -p /home/edwin/RR/out/target/product/i9500/obj/KERNEL_OBJ
mkdir -p /home/edwin/RR/out/target/product/i9500/system/lib/modules
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/import_includes
Export includes file: system/core/cpio/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/export_includes
Yacc: checkpolicy <= external/checkpolicy/policy_parse.y
prebuilts/misc/linux-x86/bison/bison -d -v -o /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.cpp external/checkpolicy/policy_parse.y
Export includes file: external/libsepol/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/export_includes
Lex: checkpolicy <= external/checkpolicy/policy_scan.l
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libsepol_intermediates/import_includes
Export includes file: external/checkpolicy/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Import includes file: /home/edwin/RR/out/host/linux-x86/obj32/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Export includes file: external/sepolicy/tools/Android.mk -- /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkfc_intermediates/export_includes
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libselinux.a.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/file_contexts.txt
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libc_intermediates/export_includes
touch /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libm_intermediates/export_includes
echo '#ifndef 'policy_parse_h > /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
echo '#define 'policy_parse_h >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
cat /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.hpp >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/export_includes
echo '#endif' >> /home/edwin/RR/out/host/linux-x86/obj32/EXECUTABLES/checkpolicy_intermediates/policy_parse.h
Export includes file: system/core/fs_mgr/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/export_includes
Export includes file: system/core/logwrapper/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblogwrap_intermediates/export_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: system/core/libmincrypt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/export_includes
Export includes file: system/extras/ext4_utils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/export_includes
Export includes file: external/compiler-rt/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/export_includes
Export includes file: bionic/libdl/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libdl_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_common_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/export_includes
Export includes file: external/jemalloc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_aeabi_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_bionic_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_cxa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_dns_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_freebsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_gdtoa_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_malloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_netbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_openbsd_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_stack_protector_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_syscalls_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libjemalloc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/import_includes
Export includes file: bionic/libm/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libm_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libstdc++_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libfs_mgr_intermediates/import_includes
Export includes file: system/core/libcutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libcutils_intermediates/export_includes
Export includes file: system/core/liblog/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/liblog_intermediates/export_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libcutils_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/liblog_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libc_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libselinux_intermediates/import_includes
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libmincrypt_intermediates/import_includes
Export includes file: system/core/libsparse/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libsparse_static_intermediates/export_includes
Export includes file: system/core/init/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/init_intermediates/export_includes
Notice file: system/core/init/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/init.txt
Notice file: system/core/logwrapper/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblogwrap.a.txt
Notice file: system/core/libcutils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libcutils.a.txt
Notice file: system/core/liblog/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/liblog.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.a.txt
Notice file: external/libselinux/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libselinux.a.txt
Notice file: system/core/libmincrypt/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libmincrypt.a.txt
Notice file: system/extras/ext4_utils/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libext4_utils_static.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc.so.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libc_common.a.txt
Notice file: bionic/libdl/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libdl.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.so.txt
Notice file: bionic/libm/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libm.a.txt
Notice file: bionic/libc/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//system/lib/libstdc++.so.txt
Notice file: external/sepolicy/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/property_contexts.txt
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/import_includes
Export includes file: system/core/adb/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/EXECUTABLES/adbd_intermediates/export_includes
Notice file: system/core/adb/NOTICE -- /home/edwin/RR/out/target/product/i9500/obj/NOTICE_FILES/src//root/sbin/adbd.txt
Export includes file: frameworks/native/services/batteryservice/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/export_includes
Export includes file: frameworks/native/libs/binder/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/export_includes
Export includes file: bootable/recovery/minui/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes
Export includes file: external/libpng/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libpng_intermediates/export_includes
Export includes file: external/zlib/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libz_intermediates/export_includes
Export includes file: system/core/libutils/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libutils_intermediates/export_includes
Export includes file: bionic/libc/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libstdc++_intermediates/export_includes
Export includes file: system/core/libsuspend/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libsuspend_intermediates/export_includes
Export includes file: system/core/healthd/Android.mk -- /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libhealthd.default_intermediates/export_includes
make: *** No rule to make target `/home/edwin/RR/out/target/product/i9500/obj/SHARED_LIBRARIES/libion_exynos_intermediates/export_includes', needed by `/home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbinder_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Import includes file: /home/edwin/RR/out/target/product/i9500/obj/STATIC_LIBRARIES/libbatteryservice_intermediates/import_includes
varund7726 said:
Make sure you clone cm12 trees and not cm11
Click to expand...
Click to collapse
Ok now after rebuilding RR i got fed up with so many build errors and started to build slim rom.
I got 1 error here is the error statement :
Code:
build/core/base_rules.mk:154: *** hardware/samsung_slsi/exynos5/libion_exynos: MODULE.TARGET.SHARED_LIBRARIES.libion_exynos already defined by hardware/samsung_slsi/exynos5-insignal/libion_exynos. Stop.
#### make failed to build some targets (01:03 (mm:ss)) ####
Kung Fu monkey said:
Ok now after rebuilding RR i got fed up with so many build errors and started to build slim rom.
I got 1 error here is the error statement :
Code:
build/core/base_rules.mk:154: *** hardware/samsung_slsi/exynos5/libion_exynos: MODULE.TARGET.SHARED_LIBRARIES.libion_exynos already defined by hardware/samsung_slsi/exynos5-insignal/libion_exynos. Stop.
#### make failed to build some targets (01:03 (mm:ss)) ####
Click to expand...
Click to collapse
You need to folk slim ROM sources....cm device repos cannot be used for them
varund7726 said:
You need to folk slim ROM sources....cm device repos cannot be used for them
Click to expand...
Click to collapse
I didnt understand.
I mean can i use slim rom 4.4 repo?
varund7726 said:
You need to folk slim ROM sources....cm device repos cannot be used for them
Click to expand...
Click to collapse
Sorrry to disturb you so much, but pls bare with me until I build atleast one rom because after that I will be able to understand a lot and will be able to build them myself.
And thanks a lot for having so much patience with me until now.
I will give you proper credits if I post the rom on internet.
varund7726 said:
You need to folk slim ROM sources....cm device repos cannot be used for them
Click to expand...
Click to collapse
I started buiding resurrection remix rom all over again from the start, now it is building and it has already been 3 hrs already, approximately how much time does it take to build a rom? It is throwing a lot of warnings, but it is still building.
Here is the output and it is still going on, does it mean it is compiling properly?
http://justpaste.it/ipgo
Kung Fu monkey said:
I started buiding resurrection remix rom all over again from the start, now it is building and it has already been 3 hrs already, approximately how much time does it take to build a rom? It is throwing a lot of warnings, but it is still building.
Click to expand...
Click to collapse
ignore the warnings
tel me your CPU specs and i will tell you approx how much time it will take

Can anyone help me on building Resurrection Remix on clover?

I use the following roomservice, alongside the platform manifest for resurrection remix:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="lineageos"
fetch="https://github.com/LineageOS/"/>
<remote name="sdm660"
fetch="https://github.com/xiaomi-sdm660/"/>
<!-- XIAOMI MANIFEST -->
<!-- kernel -->
<project name="ResurrectionRemix-Devices/kernel_xiaomi_sdm660" path="kernel/xiaomi/sdm660" remote="github" revision="Q"/>
<project name="android_kernel_xiaomi_clover" path="kernel/xiaomi/clover" remote="sdm660" revision="kernel.lnx.4.4.r38-rel-wifi"/>
<!-- clover -->
<project name="android_device_xiaomi_clover" path="device/xiaomi/clover" remote="sdm660" revision="lineage-17.1"/>
<!-- Common-->
<project name="ResurrectionRemix-Devices/device_xiaomi_sdm660-common" path="device/xiaomi/sdm660-common" remote="github" revision="Q"/>
<!-- vendor -->
<project name="android_vendor_xiaomi_clover" path="vendor/xiaomi/clover" remote="sdm660" revision="master"/>
<project name="ResurrectionRemix-Devices/vendor_xiaomi_sdm660-common" path="vendor/xiaomi/sdm660-common" remote="github" revision="Q" />
<project name="android_vendor_xiaomi_MiuiCamera" path="vendor/xiaomi/MiuiCamera" remote="sdm660" revision="master" />
</manifest>
I cannot find specific repositories for Resurrection Remix and I have to use the ones provided by the sdm660 repo. Because of that, building clover gives me this error:
Code:
make[1]: Entering directory '/out/target/product/clover/obj/KERNEL_OBJ'
//android/buildRom/RR/kernel/xiaomi/sdm660/Makefile:709: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: clang: Command not found
GEN ./Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
//android/buildRom/RR/kernel/xiaomi/sdm660/Makefile:709: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: clang: Command not found
CHK include/config/kernel.release
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
Using //android/buildRom/RR/kernel/xiaomi/sdm660 as source for kernel
CC scripts/mod/empty.o
CC scripts/mod/devicetable-offsets.s
/bin/sh: clang: command not found
make[3]: *** [//android/buildRom/RR/kernel/xiaomi/sdm660/scripts/Makefile.build:158: scripts/mod/devicetable-offsets.s] Error 127
make[3]: *** Waiting for unfinished jobs....
/bin/sh: clang: command not found
make[3]: *** [//android/buildRom/RR/kernel/xiaomi/sdm660/scripts/Makefile.build:283: scripts/mod/empty.o] Error 127
make[2]: *** [//android/buildRom/RR/kernel/xiaomi/sdm660/scripts/Makefile.build:489: scripts/mod] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [//android/buildRom/RR/kernel/xiaomi/sdm660/Makefile:555: scripts] Error 2
make[1]: Leaving directory '/out/target/product/clover/obj/KERNEL_OBJ'
make: *** [Makefile:152: sub-make] Error 2
make: Leaving directory '//android/buildRom/RR/kernel/xiaomi/sdm660'
21:14:32 ninja failed with: exit status 1
However, if I do a mmm kernel/xiaomi/sdm660 or a mmm kernel/xiaomi/clover, it builds everything ok.
Is there anything I can do to build RR on clover?
For anyone wondering. I think I have a bunch mix of revisions, and that affects the prebuilt/clang/host/linux-x86. My latest clang revision there is clang-r353983d.
So I went to device/xiaomi/sdm660-common/BoardConfigCommon.mk and changed TARGET_KERNEL_CLANG_VERSION to that revision. At least the kernel is compiling.

Categories

Resources