Suresh Kumar wrote:
> Hi,
> 
> 
>> If your're on arm it may be an EABI/OABI problem
> 
> Yes. I am using ARM920T (AT91RM2000 processor).
> For ARM920T is it EABI or OABI??

First be sure that you use a v4t toolchain, as Michael pointed out.

The choice of the ABI is up to you, but it must be the same for the
kernel and the userspace. I suggest to use EABI (the new one).

> also, where is this configuration available..
> is it under pdxdist platformconfig ?

The ABI of the userspace is controlled by the compiler, if you're using
OSELAS.Toolchain the correct compiler is the "arm-v4t-linux-gnueabi".
The "gnueabi" says it's a EABI compiler.

Now check the ABI of the kernel, use:
"ptxdist menuconfig kernel" (which will start the kernel's menuconfig).

        -> Kernel Features
        -> Use the ARM EABI to compile the kernel

Recompile your Kernel with:

"ptxdist go"

cheers, Marc
-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
[email protected]

Reply via email to