On 12/11/2010 07:23 AM, zzs213 wrote: > Examine the vmlinux which compiled using eldk4.2 by arm-linux-readelf we can > see > > Flags: 0x602, has entry point, GNU EABI, software > FP, VFP
You can see these flags on binaries in eldk-4.1 > > and check ld-2.6.so which in eldk4.2 it says: > > Flags: 0x4000002, has entry point, Version4 EABI This is the new EABI, as you can see in ELDK-4.2 > why vmlinux is not Version4 EABI. Is this source of th oops!! It seems you have not set EABI in the kernel configuration file. Are CONFIG_AEABI and CONFIG_OABI_COMPAT set ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
