[Q] Source Compiling error - General Questions and Answers

When i type this
[email protected]:~/android_source$ repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
I get error :
/home/agent-panda/bin/repo: line 1: syntax error near unexpected token `newline'
/home/agent-panda/bin/repo: line 1: `<!DOCTYPE html>'
Why ??
Ubuntu 13.10 Fully updated and all dependencies installed.

Related

Cm7 development repo infuse4g no product

Hi,
Can't post this in the development thread (not enough posts) but it looks like the build process is currently borked on the github repo. Command run are:
Code:
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync -j16
vendor/cyanogen/get-rommanager
repo sync
. build/envsetup.sh && brunch infuse4g
error is:
build/core/product_config.mk:203: *** No matches for product "cyanogen_infuse4g"
I'm probably being dumb...
Yes I am dumb - init should be:
init -u git://github.com/TeamRefuse/android.git -b gingerbread
R
I'm having an issue too...now when I try to sync repo it says permission denied...help please!
sent from my infuse on MIUI 1.4ghz KI3
If in doubt just start again - delete the repo and resync (you might need to get rid of ~/.repoconfig but see if it works without doing that first.

problem about repo init in my linux

hi to everyone i was looking for help.. bcoz im not a git pro nor linux pro.. i just want to studying about it and compile my own rom from source.. and i already did it.. but my problem comes when i rm all git files to start new repo init i made this thing because i am from unfinished repo sync.. and my problem now is everytime i doing repo init the error comes out..
Code:
[email protected]:~/qrd# repo init -u git://codeaurora.org/quic/qrd-android/platform/manifest.git -b refs/tags/R8625QSOSKQLYA3070 -m CAF/R8625QSOSKQLYA3070.xml
Traceback (most recent call last):
File "/root/.repo/repo/main.py", line 31, in <module>
from git_config import init_ssh, close_ssh
ImportError: No module named git_config
any help will so much appreciated..

[Q] Galaxy tab 2.7.0 (p3100) building CM11. First time user question.

Hello,
I am trying to build CM11 for my p3100 from source for first time.
I am following http://wiki.cyanogenmod.org/w/Build_for_p3100. But I guess it is bit old.
I setup a virtualbox with ubuntu 13.10 64 bit server edition and created the folders as in the instructions.
Then I created another folder cm11 (mkdir -p ~/cm11) and I cd to cm11.
Now here is the confusion, should I be doing repo init as below,
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
or
Code:
repo init -u git://github.com/CyanogenMod/android_device_samsung_p3100.git -b cm-11.0
Note: This question came to me after initiated the repo with android.git and its downloaded some GBs of data already.
Thanks,
Simon Mandy

error trying to exec 'cc1': execvp: No such file or directory?

If I use the cm-11.0
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
repo sync
then do `make otatools`, it works fine. I can also build recoveryimg without problem.
However, if I use the cm-9.1.0
Code:
repo init -b cm-9.1.0
repo sync
it will switch to android-4.0.4_r2.1.
Now, if I do make otatools It will raise an error:
Code:
prebuilt/linux-x86/ccache/ccache prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-gcc -mthumb-interwork -Ibionic/libc/private -DCRT_LEGACY_WORKAROUND -Ibionic/libc/private -o out/target/product/generic/obj/lib/crtend_so.o -c bionic/libc/arch-arm/bionic/crtend_so.S
arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
however I do find this cc1:
Code:
./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/cc1
and it also executable
Code:
$ stat -c %a ./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/cc1
775
How can I fix this problem?

cwm 11 repository error

hi guys
i am trying to download cwm repository but getting error
Code:
$ cd ~/android/system/
$ repo init -u https://github.com/CyanogenMod/android.git -b cm-11.0
but i keep getting errors like (see attachment)
please help.

Categories

Resources