<div dir="ltr">Exactly..!! <div><br></div><div style>I got this..!</div><div style><br></div><div style><div style>*****Start**************************************************************************************************</div>
<div>In file included from arch/arm/mm/flush.c:12:0:</div><div>include/linux/pagemap.h: In function 'fault_in_pages_readable':</div><div>include/linux/pagemap.h:413:16: warning: variable 'c' set but not used [-Wunused-but-set-variable]</div>
<div><br></div><div> CC arch/arm/mach-omap2/mux.o</div><div><br></div><div> LD usr/built-in.o</div><div><br></div><div> CC arch/arm/mm/mmu.o</div><div><br></div><div> CC arch/arm/mach-omap2/devices.o</div>
<div><br></div><div>/tmp/ccA8lCEo.s: </div><div>Assembler messages:</div><div><br></div><div>/tmp/ccA8lCEo.s:309: </div><div>Error: </div><div>selected processor does not support ARM mode `smc #0'</div><div><br></div>
<div><br></div><div>/tmp/ccA8lCEo.s:349: </div><div>Error: </div><div>selected processor does not support ARM mode `smc #0'</div><div><br></div><div><br></div><div>make[1]: *** [arch/arm/kernel/sysfs_v7.o] Error 1</div>
<div>make[1]: *** Waiting for unfinished jobs....</div><div><br></div><div> CC arch/arm/mm/vmregion.o</div><div><br></div><div> CC arch/arm/mach-omap2/serial.o</div><div><br></div><div>In file included from arch/arm/mm/fault-armv.c:18:0:</div>
<div>include/linux/pagemap.h: In function 'fault_in_pages_readable':</div><div style>*****END************************************************************************************</div><div style><br></div><div style>
So now it appears like a kernel configuration mismatch..?</div><div style><br></div><div style>I have included the full terminal output.! as it was run with verbose command. </div></div><div class="gmail_extra"><br clear="all">
<div>---------------------------------<br>Sudhangathan BS<br>Ph:(+91) 9731-905-205<br>---------------------------------</div>
<br><br><div class="gmail_quote">On Thu, Jun 27, 2013 at 7:45 PM, Denys Dmytriyenko <span dir="ltr"><<a href="mailto:denys@ti.com" target="_blank">denys@ti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Wed, Jun 26, 2013 at 09:28:38AM +0530, Sudhangathan B S wrote:<br>
> On my way to install 2.6.32 kernel for the Beagle board image. I need this<br>
> kernel to work with the leopard imaging/aptina camera module/sensors. I'm<br>
> encountering this "oe_runmake failed" issue. I have strong feeling it is<br>
> Yocto or the meta-ti layers, which is not set properly. On the web i got<br>
> related issues, but they are too old, and were related to OE.<br>
><br>
> I'm using danny branch. I had downloaded meta-ti, openembedded-core, and<br>
> meta-oe as .zip files meant for danny branch. Thanks to Denys D@ti for<br>
> help. I integrated meta-ti with yocto, and also built the image with the<br>
> default 3.2 kernel, and further with 2.6.37 kernel too, successfully.<br>
><br>
> I have also included partial terminal output below.!<br>
><br>
> These are a few lines from<br>
> /home/asahota/danny-try/danny-8.0/meta-ti/conf/machine/beagleboard.conf<br>
> *******START<br>
> #@TYPE: Machine<br>
> #@NAME: Beagleboard machine<br>
> #@DESCRIPTION: Machine configuration for the <a href="http://beagleboard.org/" target="_blank">http://beagleboard.org/</a> board<br>
><br>
> require conf/machine/include/omap3.inc<br>
><br>
> # Only has DVI connector for external screen<br>
> GUI_MACHINE_CLASS = "bigscreen"<br>
><br>
> #PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"<br>
> PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" <----<br>
> change<br>
> PREFERRED_VERSION_linux-omap-psp = "2.6.32"<br>
> PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard"<br>
> PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard"<br>
><br>
> IMAGE_FSTYPES += "tar.gz ubi"<br>
> EXTRA_IMAGECMD_jffs2 = "-lnp"<br>
><br>
> SERIAL_CONSOLE = "115200 ttyO2"<br>
><br>
> UBOOT_MACHINE = "omap3_beagle_config"<br>
> *******END<br>
><br>
><br>
> These are the FIRST few lines of my terminal output, for the command<br>
> bitbake core-image-sato<br>
> *******START<br>
> WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated with<br>
> this version of the build system; you may possibly experience unexpected<br>
> failures. It is recommended that you use a tested distribution.<br>
> Loading cache: 100%<br>
> |###################################################################################################################################|<br>
> ETA: 00:00:00<br>
> Loaded 1210 entries from dependency cache.<br>
><br>
> Build Configuration:<br>
> BB_VERSION = "1.16.0"<br>
> TARGET_ARCH = "arm"<br>
> TARGET_OS = "linux-gnueabi"<br>
> MACHINE = "beagleboard"<br>
> DISTRO = "poky"<br>
> DISTRO_VERSION = "1.3"<br>
> TUNE_FEATURES = "armv7a vfp neon cortexa8"<br>
> TARGET_FPU = "vfp-neon"<br>
> meta<br>
> meta-yocto<br>
> meta-ti<br>
> meta-yocto-bsp = "<unknown>:<unknown>"<br>
><br>
> NOTE: Resolving any missing task queue dependencies<br>
> NOTE: Preparing runqueue<br>
> NOTE: Executing SetScene Tasks<br>
> *******END<br>
><br>
><br>
> These are the LAST few lines of my terminal output, for the command bitbake<br>
> -vvv core-image-sato<br>
> *******START<br>
> | include/linux/pagemap.h: In function 'fault_in_pages_readable':<br>
> | include/linux/pagemap.h:413:16: warning: variable 'c' set but not used<br>
> [-Wunused-but-set-variable]<br>
> | LD fs/ubifs/ubifs.o<br>
> | LD fs/ubifs/built-in.o<br>
> | LD fs/built-in.o<br>
> | ERROR: oe_runmake failed<br>
> | ERROR: Function failed: do_compileconfigs (see<br>
> /home/asahota/danny-try/danny-8.0/build/tmp/work/beagleboard-poky-linux-gnueabi/linux-omap-psp-2.6.32-r0/temp/log.do_compileconfigs.28440<br>
> for further information)<br>
<br>
</div></div>That is not enough backlog to see the error. You should scroll back until you<br>
see the error message.<br>
<br>
<br>
> ERROR: Task 805<br>
> (/home/asahota/danny-try/danny-8.0/meta-ti/recipes-kernel/linux/<br>
<div class="im HOEnZb">> <a href="http://linux-omap-psp_2.6.32.bb" target="_blank">linux-omap-psp_2.6.32.bb</a>, do_compileconfigs) failed with exit code '1'<br>
> NOTE: Tasks Summary: Attempted 5104 tasks of which 5097 didn't need to be<br>
> rerun and 1 failed.<br>
> No currently running tasks (5104 of 5135)<br>
><br>
> Summary: 1 task failed:<br>
> /home/asahota/danny-try/danny-8.0/meta-ti/recipes-kernel/linux/<br>
> <a href="http://linux-omap-psp_2.6.32.bb" target="_blank">linux-omap-psp_2.6.32.bb</a>, do_compileconfigs<br>
> Summary: There was 1 WARNING message shown.<br>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.<br>
> *****END<br>
><br>
> I spent a lot of time tracing the error in the YP folders and files. It was<br>
> somewhere near kernel_do_configure. But I couldn't get where "oe_runmake"<br>
> is. Couldn't continue debugging.<br>
><br>
> ---------------------------------<br>
> Sudhangathan BS<br>
> Ph:<a href="tel:%28%2B91%29%209731-905-205" value="+919731905205">(+91) 9731-905-205</a><br>
> ---------------------------------<br>
<br>
</div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> meta-ti mailing list<br>
> <a href="mailto:meta-ti@yoctoproject.org">meta-ti@yoctoproject.org</a><br>
> <a href="https://lists.yoctoproject.org/listinfo/meta-ti" target="_blank">https://lists.yoctoproject.org/listinfo/meta-ti</a><br>
<br>
</div></div></blockquote></div><br></div></div>