[ELDK] Image compiled with ELDK for ARM not running on kernelcompiled on cramfs file system

Martin Krause Martin.Krause at tqs.de
Wed Jul 15 13:58:55 CEST 2009


Hi Diptopal,

Diptopal Basu wrote on :
> I am working on Versatile ARM 926EJ-S baseboard and compiling a simple
> application applications with RVDS and ELDK compiler .
> 
> We have an initramfs file system for our kernel , any application
> compiled with ELDK runs on the kernel , but if we try to use ARM RVDS
> format files ( .axf ) it does not recognise the files .
> 
>   On the other hand reverse happens on the vendor supplied kernel
> which has cramfs file system .Files compiled with ELDK does not run
> on this kernel. I am suspecting the filesystem , what could be the
> problem ? Please comment . 

Maybe your RVDS Compiler/Kernel/Filesystem does not use the same ARM 
ABI/EABI configuration as your ELDK Kernel/Filesystem?

If you are using EABI in your ELDK Kernel (CONFIG_AEABI=Y), try to
set CONFIG_OABI_COMPAT=y, also.

Best Regards,
Martin


More information about the eldk mailing list