Dun, dun, duhnnnn…. The forboding sound of the forbidden warning. The warning that was forbidden. Oh the horror! Okay, so it really isn’t that bad, but it sure sounds bad. […]
Error: File not found – The proper way to fix dynamic paths.
A while back I wrote an article about the problem with using static paths in compiling, which I concluded with this statement: “Long story short, fix your dynamic paths if […]
Error: Exited sync due to fetch errors
Error: Exited sync due to fetch errors [CODE] $ repo sync ………EDITED FOR SPACE……… Fetching project SlimRoms/android_external_qrngd error: Cannot fetch UBERTC/arm-eabi-5.2 Fetching project platform/external/chromium_org/third_party/libphonenumber/src/phonenumbers Fetching projects: 86% (419/487) Fetching project […]
Error: File not found – The problem with using absolute paths.
While attemtping to add the Lionheart governor to my previously built kernel, I ran into an interesting problem: [CODE] firmware/audience-es325-fw-eur.bin.gen.S: Assembler messages: firmware/audience-es325-fw-eur.bin.gen.S:5: Error: file not found: /home/alaskalinuxuser/Documents/projects/phones/compile/cm13/kernel/samsung/jf/firmware/audience-es325-fw-eur.bin make[3]: *** […]
Error: ‘memcmp’ was not declared in this scope!
Here is a problem that I occasionally come across while compiling. Since it is so common for me to see this, I would like to re-iterate an earlier post I […]
Error: That is already defined!
After a quick re-run of compiling OmniRom for my Samsung Galaxy S4, T-Mobile variant (JFLTETMO SGH-M919), I ran into another issue: [CODE] including ./hardware/qcom/display/Android.mk … build/core/copy_headers.mk:15: warning: overriding commands for […]