Hi Chris, On Thu, 2012-05-10 at 19:47 +0000, Jenkins, Christipher Derell wrote: > Ok, thanks for the update. I guess what I need is: > > 1) Does the (GUI) build system allow building ARMv5 or ARMv6 code and run on > a Cortex-A8/9 (QEMU emulation)? The current GUI seems to allow ARMv5/Arm9, > ARMv6/Arm11, ARMv7/CortexA8/9.
Build system is generic and allow building v5/v6/v7. But the actual public sources have support for v5 only, to be precise its Armv5 pb926. > 2) With the current ARMv5 repo, can I use it to build android? Do I need a > patch to PV android? You cannot directly run an OS over hypervisor. You need to virtualize the operating system first. > 3) See some v6 stuff in the repo, will the repo build ARMv6? As mentioned in 1), only v5 support is public. > In a nutshell, I plan to target the ARMv5/ARM9 combo that the build system > supports. Even if v7 is not public, being able to perform #1 (from above) > would be nice as well. PB926 should work fine on public sources. -- Thanks, Amit Mahajan _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org