Hi,

On Tue, 02 Nov 2010 18:52:59 +0100, Enrico Miglino <[email protected]> 
wrote:

I'm compiling a new openwrt target I'm developing (should be released
next december to the community) and I find a strange problem:

Nice to hear.


After setting the last kernel configuration options (with luci) including
mmc support, I started the compilation again and obtained the following
error:

...
mkdir -p
/home/enrico/workspace/Backfire/build_dir/linux-lpc313x/packages/ipkg-lpc313x/kmod-mmc/lib/modules/2.6.32
cp -fpR -L
/home/enrico/workspace/Backfire/build_dir/linux-lpc313x/linux-2.6.32/drivers/mmc/core/mmc_core.ko
/home/enrico/workspace/Backfire/build_dir/linux-lpc313x/linux-2.6.32/drivers/mmc/card/mmc_block.ko
/home/enrico/workspace/Backfire/build_dir/linux-lpc313x/packages/ipkg-lpc313x/kmod-mmc/lib/modules/2.6.32/
cp: cannot stat
`/home/enrico/workspace/Backfire/build_dir/linux-lpc313x/linux-2.6.32/drivers/mmc/core/mmc_core.ko':
No such file or directory
...

Seeing in .../build_dir/.../.../linux-2.6.32/drivers/mmc/core/ there
isn't the file but I found mmc_core.o file

What can I deo for this problem?

If you don't have that file, that means something is wrong with your kernel 
config (which can be either selected in the target config or by the package). 
If you have the .o file, probably you are compiling mmc support statically into 
the kernel right now. Would be easier to spot the bug if you would make the 
modifications available.


Regards,

Imre
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to