On 10/12/13 01:31, mouhammed abdoh wrote: > i want to ask can i use ELDK (Embedded Linux Development Kit) to work the > compilation steps, or is it only for the "software" compiling.
I've not used ELDK in a few years but if you can build a cross compiler with it you should be able to use that cross compiler to build busybox and the other software in the CLFS books. If you build busybox static then you won't have to worry about libraries and such, which might be a good way to start. > another question is : i have an ODROID X-2 > Exynos4412(http://www.hardkernel.com/renewal_2011/products/prdt_info.php?g_code=G135235611947)(http://en.wikipedia.org/wiki/ARM_Cortex-A9_MPCore) > , > SO what is my chances to build an embedded linux on it, keeping in mind that > this project is my final project to graduate from IT Engineering. I'm not sure of what the mainline Linux status is for Exynos 4412 but there's no reason it can't run Linux. If mainline doesn't work, find a vendor tree and use that, just make sure the kernel headers you install are as old or older than the kernel you run. Regards, Andrew _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
