Jonathan, wget and make is available for sure in Ubuntu out of the box... I started with a fresh install.
yalcin, I noticed that you typed: "make ARCH=arm CROSS_COMPILE=../arm-2008ql/bin/arm-non-linux-gnueabi- bzImage" I noticed that 1 is a lower case l instead? When using the make command, the things after "CROSS_COMPILE=" is a path to the cross compiler. So go look for where you downloaded your cross compiler, and then type it after "CROSS_COMPILE=" so if it's at /home/yalcin/ arm-2008.... then you need to use CROSS_COMPILE=/home/yalcin/ arm-2008 ... and so on. On May 21, 2:27 pm, Jonathan Herriott <[EMAIL PROTECTED]> wrote: > It looks like the issue is that you don't have make or wget > installed. The patches exist. Instead of using wget, try just > downloading them though a browser. I put it as command line, so they > could easily be turned into a script, so people wouldn't have to > manually do all of it. > > On May 21, 2:21 pm, [EMAIL PROTECTED] wrote: > > > Wiki document is not up to date => > > http://code.google.com/p/android-on-n8xx/wiki/Home > > > kernel patch doesn't work ! > > wgethttp://android-on-n8xx.googlecode.com/files/linux-2.6.21_rx-34_androi... > > > can anybody update to: > > wgethttp://android-on-n8xx.googlecode.com/files/linux-2.6.21_rx-34_androi... > > > yalcin > > > On 21 Mai, 15:26, [EMAIL PROTECTED] wrote: > > > > hello Lorraine, > > > > thank you for your document. I started porting android on N800 as > > > newbie and installed ubuntu 8.04. > > > > I have now troubles on the wiki document at step 4- compiling the > > > kernel. > > > in linux-2.6.21 dir running make: > > > > > make ARCH=arm CROSS_COMPILE=../arm-2008ql/bin/arm-non-linux-gnueabi- > > > > bzImage > > > > make: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: Command not found > > > > /bin/sh: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: not found > > > make[1]: *** [arch/arm/kernel/asm-offsets.s] error 127 > > > make: *** [prepare0] Error 2 > > > > could you tell me what is wrong? > > > yalcin > > > > On May 21, 8:11 am, Lorraine <[EMAIL PROTECTED]> wrote: > > > > > !!!!!!!!!!!!!!!!!!!!!!!! > > > > > THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just > > > > me not knowing how to use the n810 patches being provided to me. I'll > > > > try it immediately!!!!! > > > > > Also.. I mentioned earlier in these posts that I was going to post a > > > > guide for total newbies to get Android to work on the n800 using > > > > Ubuntu. > > > > >http://docs.google.com/Doc?id=ddc7bbhf_125fvbc56gc > > > > > On May 20, 8:09 am, "Andrea Bernardi" <[EMAIL PROTECTED]> wrote: > > > > > > Thanks at all, I have Android on N800 with touchscreen. > > > > > I've used the attached patch obtained from NuuNeol patch, modified to > > > > > work > > > > > on TSC2301 driver present on N800 driver instead of TSC2005 present > > > > > on N810 > > > > > and applied after patchv1 of android-on-n8xx. > > > > > > To change between maemo and android coordinate you should insert the > > > > > following line in the start_android.sh script: > > > > > > echo z > /media/mmc1/proc/sysrq-trigger > > > > > > before the following line: > > > > > > umask 000 > > > > > chroot /media/mmc1 /a.sh > > > > > > Now a question. Since the n800 has not a keyboard, for you is > > > > > possible and > > > > > simple use a bluetooth keyboard to write in Android? > > > > > > Best regards > > > > > Andrea Bernardi > > > > > > n800-touchscreen.patch > > > > > 5KDownload- Hide quoted text - > > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
