Re: [Balloon] Compiling Make dep errors

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Glen VanMilligan
Date:  
To: Chris Jones
CC: Balloon
Subject: Re: [Balloon] Compiling Make dep errors
Thanks for your comments. I'm having compiling issues and these comments
help. I did need to take another copy of the tree since MAKE put all its
stuff in it.

Did you have any errors with the linker? I've put some of the messages
following:

fs/fs.o(.text+0x2f0e8): In function `nfs_readpage':
: undefined reference to `cpu_CPU_NAME_cache_clean_invalidate_range'
net/network.o(.text+0x4e6d0): In function `xdr_kunmap':
: undefined reference to `cpu_CPU_NAME_cache_clean_invalidate_range'
make: *** [vmlinux] Error 1

I can't seem to find the cpu_CPU... anywhere.

--Glen

linux:/linux #
On Wednesday 05 January 2005 09:06, Chris Jones wrote:
> Glen VanMilligan wrote:
> > I still need help with this one.
> >
> > make[2]: Entering directory `/usr/arm_devtree/linux/arch/arm/tools'
> >
> > ...
> >
> > make: *** [archdep] Error 2
> > linux:/usr/arm_devtree/linux #
>
> I've had grief like this before, although I can't remember the exact
> error messages. In my case it was down to having copied a new .config
> file into place, then not having done a 'make menuconfig' then 'save
> configuration' before attempting 'make dep'.
>
> Apologies if I'm miles off beam.
>
> Chris