[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] SPI compile problem
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] SPI compile problem
- From: Darko Tasovac <tdarko@xxxxxxxxx>
- Date: Sun, 16 Aug 2009 14:39:36 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+80zhq8aiTlXdfGnXsKiODpfVsu4ce+yatOsz+ohb1I=; b=Ay2q2gbkNww4vo+nv3IPC8dWwlRKJ8OdhuuNqE8m3pjzCk8D97Vqjfn34ctPUBY8gk DR2K3txzF/z5CBkwPrpnA2zMQYylVUhlx1tU4gQnoEQor7ajMm6rjCeyWzVBmmX1jN4u bV4/7e3OtAH2PbfrWpC90Pj561u2XKaoFRtSs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=O1xckWMy12QmhYPjVDdRHyrQNqsakLZfofsA5/RMKRR7m+8Hoir7mTSLqtazvS4qWv QOXGXQzgpmhsnUdU/SAsfBRn/pBr4LSdS+U9pBWG3V+ifVqb0NJlr+3Lgn8T6IvfXjmZ ApOSppK+aJXYOuHbn89ByU6xt8FQ4zhzkY/z8=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
Hi,
I have spartan3e500 development board. Using EDK I added the Xilinx SPI IP into the design. Problem occurs when I try to compile petalinux image (arch/microblaze/platform/common/xspi.c:51: error: `CONFIG_XILINX_SPI_0_SPI_SLAVE_ONLY' undeclared here (not in a function)). I've checked kconfig.auto and it has not XILINX_SPI_0_SPI_SLAVE_ONLY. Only file in my design which has XILINX_SPI_0_SPI_SLAVE_ONLY is xparameter.h. I can manually add the XILINX_SPI_0_SPI_SLAVE_ONLY in kconfig.auto and the problem can be solved.
Is petalinux-copy-autoconfig responsible for kconfig.auto?