![]() |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
OK Ive tried everything I can think of. It begins to compile and at the last minuet I get this:
Outputting files to /home/edouble/android/output/sdcard mv: cannot move `modules-2.6.27.46-01203-g4e5852fb.tar.gz' to `/home/edouble/android/output/sdcard': No such file or directory Start compiling tinboot/xip for rhod210..... /home/edouble/android/tinboot-linux-msm/tinboot/tinboot2.S: Assembler messages: /home/edouble/android/tinboot-linux-msm/tinboot/tinboot2.S:115: Error: file not found: kernel/zImage /home/edouble/android/tinboot-linux-msm/tinboot/tinboot2.S:117: Error: file not found: kernel/initrd.gz /home/edouble/android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-objcopy: 'tinboot.o': No such file mv: cannot stat `tinbootxip': No such file or directory rm: cannot remove `tinboot.o': No such file or directory Inserting tinboot into payload fullbuild.sh: 122: wine: not found mv: cannot stat `os.nb.payload.NEW': No such file or directory Inserting blank imgfs into payload fullbuild.sh: 125: wine: not found Creating os.nb portion of nbh fullbuild.sh: 127: cannot open OS-new.nb.payload: No such file Creating NBH fullbuild.sh: 129: wine: not found rm: cannot remove `OS-new.nb.payload': No such file or directory rm: cannot remove `OS-new.nb': No such file or directory mv: cannot stat `/home/edouble/android/tinboot-linux-msm/ruu_signed.NBH': No such file or directory zip warning: name not matched: output zip error: Nothing to do! (try: zip -r 20101029-2.6.27.46-01203-g4e5852fb.zip . -i output) cd: 146: can't cd to android/tinboot-linux-msm/tinboot rm: cannot remove `*.NBH': No such file or directory cd: 148: can't cd to sdcard rm: cannot remove `*.tar.gz': No such file or directory edouble@ubuntu:~/android/tinboot-linux-msm/tinboot$ What am I missing. I followed the instructions to the letter. Im thinking this has something to do with where the compiler puts the .NHB file but Im not sure. Plz help.... Thanks....:cwm10: |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Edit: OK, pretty sure I found the issue with the XIP part. Once you get wine installed, I think you'll be all set :) |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
one thing not in the instructions that is needed is a: mkdir /home/edouble/android/output/sdcard also as natemcnutty said, you still need to install wine =D |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Then the code will work great! Thanks again! Code:
if [ ! -d "$TINBOOT/xip" ] ; then |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
OK, installed wine and added the extra folders. I did start over to make sure everything was done correctly. I get to the end as before but this time I get:
Outputting files to /home/edouble/android/output/sdcard Start compiling tinboot/xip for rhod210..... mv: cannot move `tinbootxip' to `xip/rhod210': No such file or directory Inserting tinboot into payload mv: cannot stat `os.nb.payload.NEW': No such file or directory Inserting blank imgfs into payload Creating os.nb portion of nbh Creating NBH updating: output/ (stored 0%) updating: output/sdcard/ (stored 0%) updating: output/sdcard/modules-2.6.27.46-01204-ga0bebc2.tar.gz (deflated 1%) updating: output/ruu_signed.NBH (deflated 11%) The compiler stops there and then gives me the command prompt. I really feel like a noob but I really want to try this out. What am I missing? |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Edit: Try finding this part of the code in the script: Code:
$TOOLCHAIN_PATH-objcopy tinboot.o -O binary tinbootxipCode:
$TOOLCHAIN_PATH-objcopy tinboot.o -O binary tinbootxipCode:
mv: cannot move `tinbootxip' to `xip/rhod210': No such file or directoryCode:
mv: cannot stat `os.nb.payload.NEW': No such file or directory |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
ahh man .. hope you dont brick yourself . i corrupted my phone already once and wozzer ended up needing a new phone. Just gotta be careful.
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
|
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
if [ ! -d "$TINBOOT/xip" ] ; then mkdir xip fi instead of if [ ! -d "$TINBOOT/xip" ] ; then mkdir $TINBOOT/xip fi That should be fixed now. Also, I missed the fact that the buildxip.sh script in tinboot actually has if -a instead of if -d which will fail the build as well :( |
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
OK, if you could, please try creating a new fullbuild.sh based on the updates I just made. I made sure that all pathing is correct regardless of where you launch the script from, and as long as you specify the locations of your sources in the beginning, it will work perfectly.
I tested moving my sources around, tested the new script, and compiling was still successful :) |
| All times are GMT -4. The time now is 02:47 PM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com