Hi,
sf...@users.sourceforge.net wrote,

> Waldemar Brodkorb:
> > Seems like a bug. #define vma_fput(vma)  is only in CONFIG_MMU.
> > Patch is applied globally, but AUFS is not enabled in the used
> > config.
> 
> Hmm, this is my first time (probably) to meet m68k with uClibc system.
> Would you try this patch? 

A new failure occurs:
fs/buffer.c: In function 'block_page_mkwrite':
fs/buffer.c:2453:2: error: implicit declaration of function
'vma_file_update_time' [-Werror=implicit-function-declaration]
  vma_file_update_time(vma);
  ^
cc1: some warnings being treated as errors

> And where can I get the cross compiler for
> such system?

You could create one with my buildsystem:
git clone git://git.openadk.org/git/openadk
cd openadk
make ADK_APPLIANCE=new ADK_TARGET_ARCH=m68k ADK_TARGET_SYSTEM=toolchain-m68k 
ADK_TARGET_CPU=5208 defconfig  
make
( get a coffee or two )
export 
PATH="$PATH:$(pwd)/toolchain_toolchain-m68k_uclibc-ng_m68k_5208_nommu/usr/bin"
cd <yourlinuxtree>
make ARCH=m68k CROSS_COMPILE=m68k-openadk-uclinux-uclibc- m5208evb_defconfig
make ARCH=m68k CROSS_COMPILE=m68k-openadk-uclinux-uclibc- vmlinux

best regards
 Waldemar

------------------------------------------------------------------------------

Reply via email to