Affichage des articles dont le libellé est Building. Afficher tous les articles
Affichage des articles dont le libellé est Building. Afficher tous les articles

mardi 25 mars 2014

dimanche 23 mars 2014

[Q] Building Error topic





Code:


No private recovery resources for TARGET_DEVICE mako
host C: mkbootimg <= system/core/mkbootimg/mkbootimg.c
prebuilts/tools/gcc-sdk/gcc: line 40: prebuilts/tools/gcc-sdk/../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux-gcc: No such file or directory
make: *** [/home/karishnu/android/omni/out/host/linux-x86/obj/EXECUTABLES/mkbootimg_intermediates/mkbootimg.o] Error 127

real        2m7.172s
user        0m57.349s
sys        0m20.914s
karishnu@karishnu-PC:~/android/omni$


I am using ubuntu 13.10.

What I have tried :

1. Reinstalling GCC and build-essentials
2. checked if i686-linux-gcc is present (it is)
3. resynced the repo many times

What I found :

mkbootimg.o is missing from the directory.

.................................................. .............................
Pls temme what to do. I have tried a lot to fix this problem but in vain. There are no other threads mentioning the same problem also.





mardi 18 mars 2014

Building CM: Error 126 topic




Building my first ROM here using CM-11 unofficial.

I will say wow what it takes to build with moving PATH, locating .adb, using a 32bit verse 64bit system.

Well I finally got

Code:


brunch

to run (Thank goodness). The build runs for a while and Errors out at

Code:


make: *** [/home/johninlex/android/system/out/target/product/moto_msm8960/obj/lib/crtbegin_static1.o] Error 126
make: *** Waiting for unfinished jobs....
make: *** [/home/johninlex/android/system/out/target/product/moto_msm8960/obj/lib/crtbrand.s] Error 126


I have done a little research and I have found it is with building on Windows, Which I am not using. What I did find was another command to build with which is

Code:


make -j 1 CONFIG=debug

Then I only recieved one Error 126 Which is the follow

Code:


make: *** [/home/johninlex/android/system/out/host/linux-x86/obj/EXECUTABLES/validatekeymaps_intermediates/Main.o] Error 126

Did I miss a step somewhere? Please let me know. I would love to figure this all out.

Well after I build my first ROM. How to I add animated boots, different wallpapers, and different apps.

Thank you for the help that each of you give I will hit the thanks for each honest reply.





lundi 10 mars 2014

[Q] Question about building a ROM! topic




Hey guys I hope you're fine.
I just wanna ask a little a question;If I build a ROM,and would like to add apps on /data,should I add any additional line in updater script?





dimanche 23 février 2014

[Q] [Rom Building] How to deal with this error topic




heyyo, build question here.

1. i hope i dont bother someone, because this is carbon building and not in their threat, but i'm not sure if this error is really related to there git?

2. OS info: i'm currently running on antergos, an arch based linux distro, therefor i'm using the arch wiki for setting up the building enviroment, more here:
https://wiki.archlinux.org/index.php...ilding_Android

3. the lower part is taken from the official carbon githubt, more here:
https://github.com/CarbonDev/android


the terminal input


mkdir ~/bin
export PATH=~/bin:$PATH
curl http://commondatastorage.googleapis....downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo

mkdir carbon
cd carbon

virtualenv2 venv # Creates a directory, venv/, containing the Virtualenv
source venv/bin/activate

repo init -u https://github.com/CarbonDev/android.git -b kk && repo sync -f

. build/envsetup.sh

lunch 23
make carbon -j5


then i get this error output (after about 1:20h):

Gyp action: third_party_WebKit_Source_core_core_derived_source s_gyp_make_derived_sources_target_CSSValueKeywords (/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp)
Traceback (most recent call last):
File "scripts/make_css_property_names.py", line 238, in <module>
in_generator.Maker(CSSPropertiesWriter).main(sys.a rgv)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 119, in main
writer.write_files(options.output_dir)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 77, in write_files
self._write_file(output_dir, generator(), file_name)
File "scripts/make_css_property_names.py", line 233, in generate_implementation
gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
external/chromium_org/third_party/WebKit/Source/core/make_derived_sources.target.linux-arm.mk:74: recipe for target '/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp' failed
make: *** [/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "scripts/make_css_value_keywords.py", line 177, in <module>
in_generator.Maker(CSSValueKeywordsWriter).main(sy s.argv)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 119, in main
writer.write_files(options.output_dir)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 77, in write_files
self._write_file(output_dir, generator(), file_name)
File "scripts/make_css_value_keywords.py", line 172, in generate_implementation
gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
external/chromium_org/third_party/WebKit/Source/core/make_derived_sources.target.linux-arm.mk:108: recipe for target '/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp' failed
make: *** [/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp] Error 1


any idea? Thanks in advance ;)





vendredi 21 février 2014

[Q] Help with building custom kernel topic




Trying to build a kernel in particular Franco for Nexus 5 (hammerhead)

So I made a folder and I git clone this repository.

https://github.com/franciscofranco/hammerhead

I did a make config and I have 1k of options. Am I building the options for the Linux kernel? I figured that was already configured.

Do I need to build this kernel with a toolkit Linaro?

Any help or directions would be great! Thanks!





mercredi 12 février 2014

[Discuss] DayZ SA Map Hack | Still Building topic




I'm making a map hack that you will be able to zoom in and out and also resize to a user value. Along with those options you will be able to filter the RGB color, Gamma, Brightness, Contrast, Grayscale, and Invert the map. To your liking before the player position gets render on it. Along with the zombies position. I just wanted to show my progress. I also have vertical and horizontal scroll bars to see the whole map.

Original:

image hosting 30 mb

Green Filter:

take screen shot

Red Filter:

screenshot tools

Blue Filter:

screencast

Gamma Filter: ( User Specified 0.2 to 5 RGB ) Value: 2,3,4

snagit

Brightness: ( User Specified From -255 to 255 ) Value 126:

screenshot tools

Contrast: ( User Specified From -100 to 100 ) Value 50:

screen shots

Grayscale:

imagen

Invert:

screen shot pc


User Options Color:

screencast


The resize, view, and user specified values for color filters all have pop-up boxes that allow you to enter your values.

The edit menu allows you to undo your changes.


The player and zombie positions will update with all resize values of the map.


Thanks for looking. Stay tuned for updated pictures on player and zombie coordinates.

...





lundi 10 février 2014

[Q] Building Android Source = Soft Brick topic




*n00b alert*

Apologies if this is a repost, but I can't quite find the answer I'm looking for, so here's my issue.

- Nexus 7 2013 (Mobile) - 4.4.2
- Mac OS X Mavericks development laptop
- Followed instructions at source.android.com for downloading from master and building the OS
- From lunch, used aosp_deb-userdebug
- make / unlock / fastboot -w -p deb flashall
- Boom! Soft brick! Can't get past the Google splash screen.

I was able to use fastboot to reinstall the factory image -- razorg/KOT49H -- which relieved me greatly.
But I can't figure out what I might have done wrong. It seems pretty straightforward; but I know very little about kernels/recovery/etc.
I am normally just an app developer.

Currently, I am downloading the specific tag for 4.4.2 and going to try to build again, but I thought I'd poll the forum.

Thanks for any suggestions!





vendredi 31 janvier 2014

[q] i need help with building cm11 for my device topic




i have this error when compileing

Code:
Notice file: external/zlib/NOTICE -- /home/josip/cm11/out/target/product/trebon/obj/NOTICE_FILES/src//system/bin/gzip.txt
make: *** No rule to make target `/home/josip/cm11/out/target/product/trebon/obj/STATIC_LIBRARIES/lib_driver_cmd_ath6kl_intermediates/export_includes', needed by `/home/josip/cm11/out/target/product/trebon/obj/EXECUTABLES/hostapd_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....

has anyone idea what could it be?





jeudi 30 janvier 2014

[Q] kernel building tutorial topic




can any 1 provide step by step kernel development tutorial for our mt6589? :confused::confused::confused:





mardi 28 janvier 2014

Start building from source , using new sources topic




Hello guys ,

im just telling you that i'll try building from new source when devs finish it ..
in the matter of fact i dont know anything about this ..

im Downloading Ubuntu now 12.04 ..
The question is it fine if i build from VM ? or better to install it as second OS ? with program like (EASYBCD)

and if anyone have nooby thread for building from sources , HOW TO ... etc

:D

Bye.





jeudi 23 janvier 2014

[Q] Help building CM for Nook HD+ topic




I've been running CM on my HD+ for the last few months and it's been great. I'm working on making some modifications to the VM and to the kernel and it requires building CM from source. I've already done this with several other devices and have had only minor problems. I'm following the instructions and it can't build. I get the following error:


Code:


============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.3.1
CM_VERSION=10.2-20140120-UNOFFICIAL-ovation
TARGET_PRODUCT=cm_ovation
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.7.10-1.16-desktop-x86_64-with-SuSE-12.3-x86_64
HOST_BUILD_TYPE=release
BUILD_ID=JLS36I
OUT_DIR=/home/david/Android/system/out
============================================
make: *** /.config: Is a directory. Stop.


I've searched and haven't found a solution but It seems like I'm missing a manifest or something. I'm wondering if this is missing from 10.2 and I should just try building 11 or if there's a way I can build from source.

Thanks to anyone who can help!





building "path expressions" topic




On 1/23/2014 11:37 AM, Stefan Ram wrote:
> When creating an interface for a library, sometimes one wants the user
> to see nesting in a »path expression«, like for example »a.b.c.d.e.f.g.h«
> to convey the idea that h is a part of g, which is a part of f, and so on.
>
> I think it is funny that one can use either package names /or/ nested
> classes /or/ fields to implement such a path, without this choice being
> visible in the »path expression«. For example, one posssibility to
> implement a »path expression« »a.b.c.d.e.f.g.h« might be:
>
> package a.b.c;
> class G { int h = 8; }
> class F { G g = new G(); }
> class d { static class e { static F f = new F(); }}
> public final class Main
> { public static void main( String[] args )


ITYM "java.lang.String[]", also "class a.b.c.G",
"a.b.c.G g = new a.b.c.G();", etc. ;-)

> { java.lang.System.out.println( a.b.c.d.e.f.g.h ); }}


If it seems funny to you, your sense of humor is more
finely developed than mine. :)

Just for the record, note that the "a.b.c" part is
different from the rest. Packages have no hierarchical
relationship, that is, package "a.b.c" is unrelated to
"a.b.x" and even to "a.b". To put it another way, the
path "a.b.c.d.e.f.g.h" has six elements ("a.b.c" and five
more), not eight.

--
Eric Sosman
(E-Mail Removed)d