On Tue, Jul 5, 2011 at 05:10, Ed W wrote: > Mike - just for interest, what do you do to run an up to date linux > install on blackfin? I see you posting commits to kernel and uclibc for > blackfin, so you presumably run something fairly bleeding edge? How > should technical end users develop against say uclibc 0.9.32?
i usually build a small initramfs using the FLAT format (so my init/shell are statically linked), and then drop in up-to-date uClibc code from there to test. or i just use qemu > I also see you involved in gentoo-embedded - does gentoo provide a > platform to build for blackfin? Is uClinux still the best way to compile > applications? Gentoo embedded doesnt hardcode targets (ignoring KEYWORDS). so any target should "just work" out of the box with crossdev & friends (assuming the toolchain itself supports it). -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
