how to compile a kernel(OKL4_3.0) with FASS.

2 messages Options
Embed this post
Permalink
zhhwu

how to compile a kernel(OKL4_3.0) with FASS.

Reply Threaded More More options
Print post
Permalink
deos any one know how to compile a kernel with FASS?
Or is there any step_by_step docs ?
Josh Matthews

Re: how to compile a kernel(OKL4_3.0) with FASS.

Reply Threaded More More options
Print post
Permalink
Hi Zhhwu,

On Sun, April 12, 2009 4:09 am, zhhwu wrote:
>
> deos any one know how to compile a kernel with FASS?
> Or is there any step_by_step docs ?

FASS is controlled by macro CONFIG_ENABLE_FASS. It's enabled automatically
for ARMv5 architectures - you can see this in pistachio/SConscript:

 if arch == "arm":
     if arch_version == 5:
         cppdefines += [("CONFIG_ARM_VER", 5)]
         cppdefines += [("CONFIG_ENABLE_FASS", 1)]

Best regards,
Josh




_______________________________________________
Developer mailing list
[hidden email]
https://lists.okl4.org/mailman/listinfo/developer