[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Fwd: Troubleshooting installation of ICAP drivers



Hi David,

David Montminy wrote:
I enabled the ICAP drivers in the kernel and was able to 'made dep'
successfully. When I tried to 'make', I got the following error below.
Is this similar to the error discussed in this post.

#error Autoconfig-targets and platforms should not include xparameters.h


My fault (again! :) Should be fixed in CVS now. Or to fix manually, just change the two instances in drivers/misc/xilinx_hwicap of

#include <asm/xparameters.h>

to

#include <linux/autoconf.h>

and you'll be good to go.

Thanks for your patience - getting a working version of this in CVS is a good thing, so others will hopefully benefit.

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/