jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

I could not build up my froyo kernel and file system----- #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
$ cd <sources top>
$ export PATH=${PWD}/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin:$PATH
$ cd kernel/
$ make ARCH=arm omap3_evm_android_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-eabi- uImage -j8
$ cd ..

What is the expected output? What do you see instead?
it should create uImage in kernel folder but at the end of building it says 
"\bin\bash: jar command not found"

What version of the product are you using? On what operating system?
i m using ubuntu 11.04-desktop

Please provide any additional information below.
i m attaching the screen shot of error

Original issue reported on code.google.com by impatels...@gmail.com on 29 Sep 2012 at 3:36

Attachments:

GoogleCodeExporter commented 9 years ago
Kernel build does not require Java.

From the screenshot it looks like you are trying to build the android 
filesystem. Make sure that Java is configured correctly.

Original comment by vishvesh...@aim.com on 4 Oct 2012 at 10:00

GoogleCodeExporter commented 9 years ago
how would i know it is configured correctly. as i m new to linux so i request 
you to be patient while thinking on my question.
thankyou in advance 

Original comment by impatels...@gmail.com on 4 Oct 2012 at 12:43