On Fri, Sep 19, 2008 at 01:33:52PM +0200, Lars Poeschel wrote:
> Hello!
>
> I created a patch that adds cache support to the mb91301 variant of the
> fr30 architecture. The whole sram (4 kb) is used as an instruction
> cache.
Hi Lars
[EMAIL PROTECTED]:~/eCos/work$ rm -fr *
[EMAIL PROTECTED]:~/eCos/work$ ecosconfig new skmb91302
[EMAIL PROTECTED]:~/eCos/work$ ecosconfig tree
[EMAIL PROTECTED]:~/eCos/work$ make -s
headers finished
In file included from
/home/lunn/eCos/anoncvs-clean/packages/hal/fr30/skmb91302/current/src/plf_misc.c:65:
/home/lunn/eCos/work/install/include/cyg/hal/hal_cache.h:61:31: error:
cyg/hal/var_cache.h: No such file or directory
make[1]: *** [src/plf_misc.o.d] Error 1
make: *** [build] Error 2
There is no variant hal to get the var_cache.h file from.
Have i done something wrong?
Andrew