>> 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 ? >
Yes! Yes! After I set CONFIG_AEABI. It's all right thanks ... thanks _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
