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
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
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
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