Both native and cross compilation failed with Ubuntu Linaro Gcc 4.5.x and 4.6.x for an ARM/OMAP board

2012-05-30 Thread AKS
Hi I was cross-compiling a Linux kernel 2.6.38 for a Gumstix Overo which is a tiny ARM (TI OMAP 35xx) based single board computer. I was using Linaro cross compiler (arm-linux-gnueabi-gcc) did not give an uImage that gets pass the Loading uImage. My console is ttyO2 and therefore it was not an iss

A working .config file for 2.6.38 kernel for Gumstix Overo board

2012-03-22 Thread AKS
Hi I would like to request a working ".config" file for Gumstix Overo Tide COM board to cross compile a custom kernel with Linaro/Ubuntu compiler as I have lost my config file for a customized kernel. I tried using linaro-media-create to use the overoxxx.config file from /media/rootfs/boot/ but co

Re: How to remove –with-mode=thumb from linaro

2011-05-12 Thread AKS
Hi Ramana I thought I have tried ./configure x CFLAGS="-marm" after sending the email below. But I will try again and let you know. Thanks. On 5/12/11, Ramana Radhakrishnan wrote: > On Thursday, 12 May 2011, AKS wrote: > >> >> What flag I have to pass in ma

How to remove –with-mode=thumb from linaro

2011-05-11 Thread AKS
Hi I am using Linaro gcc on Ubuntu/ARM. I am having a problem in building a package that does not support thumb nor thumb2. When I typed "gcc -v" I saw that "–with-mode=thumb" and I assume that means my gcc compiler will try to optimize some code in thumb. So I assume I need to make my Linaro comp