• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Building My Own Rom Help

ok im tyrping the first code to make the zimage and it says
bash: cd: hpkf/kernel: No such file or directory
plz help
 
ok now im at here
thomas@thomas-MS-7255:~/user/hpkf/kernel$ make clean
make: execvp: ../arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied
/home/thomas/user/hpkf/kernel/scripts/gcc-version.sh: line 25: ../arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied
/home/thomas/user/hpkf/kernel/scripts/gcc-version.sh: line 26: ../arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied
thomas@thomas-MS-7255:~/user/hpkf/kernel$

how do i grant my self permission?
 
http://paulstamatiou.com/how-to-ubuntu-linux-for-novices

osp2.gif
 
So instead of
" thomas@thomas-MS-7255:~/user/hpkf/kernel$ make clean" I use
" thomas@thomas-MS-7255:~/user/hpkf/kernel$ sudo make clean"?
 
Read some of the material on the links I sent you, study it. If you have never used Linux before, you won't be able to get this set-up and installed right. Slow down and take your time. Your not going to get a Rom and Kernel built the first night you use Linux. My recomendation would be to fully set up your dev enviroment, familiarize yourself with Linux, understand what you are doing, then start toying.
Remember, consult the all mighty Google before asking.
 
Thomas, the hpkf is for compiling kernels from source code, not for building Roms.
If you want to do a stock based Rom, flash one of the rooted Odin images, do a system dump with adb and start from there.

If your doing a CyanogenMod Rom, I posted a link 2 post up on how to build it from source.
Here's some more reading material:
build your own CM9/ICS preview on Ubuntu (and perhaps Debian) - Nook Color Experimental Mod - CyanogenMod Forum

Getting setup for compiling kernels nets you all the tools you'll need for making a ROM. Just not any ROM files
 
Here is a little more advice.. I just moved to ubuntu today and to run scripts ./blah.pl you need to right click and change permission of the scripts to executable.

There are alot of problems with doing this with ubuntu.. after soving the split.pl now i am running into the

make: execvp: ../arm-eabi-4.4.3/bin/arm-eabi-gcc: Permission denied
/bin/bash: /scripts/gcc-version.sh: No such file or

even when using sudo... I also enabled the root accout (it is disabled by default) still the same error...
 
I solved that now I am getting


arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

I think that I am going to go back to bactrack 5... these permissions or whatever are killing me... I didnt have these problems before...

Thomas do this > Android SDK for Ubuntu 11.04/10.10/11.10 < and you should have... if you have read anything you would know you need the sdk...

EDIT: if you are using a 64 bit distro you need to run
Code:
sudo apt-get ia32-libs
or else adb wont work.
 
Back
Top Bottom