[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Errors with autoconfig.in file
Hi John,
I am using xilinx EDK 7.1 sp2 on WINDOWS XP to port uclinux on
microblaze.Target device is spartan 3 (xc3s200 ft256 -4) using the
starter board form Digilent. Board has one flash memory of 1 MB
(platform flash from xilinx) and SRAM 256Kx32.The "auto-config.in" thus
generated is copied to the location
"linux-2.4.x/arch/microblaze/platform/uclinux-auto".After "make
menuconfig" I get this :
--------------------------------------------------------------------------------------------------------------------
config/mkconfig > config.in
make -C /home/kunal/uc-test/uClinux-dist/config/scripts/lxdialog all
make[1]: Entering directory `/home/kunal/uc-test/uClinux-dist/config/scripts/lxdialog'
make[1]: Leaving directory `/home/kunal/uc-test/uClinux-dist/config/scripts/lxdialog'
Using defaults found in .config
Preparing scripts: functions, parsing...done.
Saving your kernel configuration...
*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.
make[1]: Entering directory `/home/kunal/uc-test/uClinux-dist'
make ARCH=microblaze CROSS_COMPILE=mb- -C linux-2.4.x oldconfig
make[2]: Entering directory `/home/kunal/uc-test/uClinux-2.4.x'
rm -f include/asm
( cd include ; ln -sf asm-microblaze asm)
/bin/sh scripts/Configure -d arch/microblaze/config.in
#
# Using defaults found in .config
#
*
* Code maturity level options
*
Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [Y/n/?]
*
* Loadable module support
*
Enable loadable module support (CONFIG_MODULES) [Y/n/?]
Set version information on all module symbols (CONFIG_MODVERSIONS) [N/y/?]
Kernel module loader (CONFIG_KMOD) [N/y/?]
*
* Processor type and features
*
*
* Platform
*
Platform (uclinux-auto, ML401, MBVanilla, Egretv0.1, SUZAKU) [uclinux-auto]
defined CONFIG_UCLINUX_AUTO
Memory model (RAM, ROM) [RAM] (NEW) ram
defined CONFIG_MODEL_RAM
: command not foundtform/uclinux-auto/auto-config.in: line 8:
: command not foundtform/uclinux-auto/auto-config.in: line 9:
: command not foundtform/uclinux-auto/auto-config.in: line 10:
: command not foundtform/uclinux-auto/auto-config.in: line 14:
: command not foundtform/uclinux-auto/auto-config.in: line 18:
: command not foundtform/uclinux-auto/auto-config.in: line 21:
: command not foundtform/uclinux-auto/auto-config.in: line 66:
: command not foundtform/uclinux-auto/auto-config.in: line 76:
: command not foundtform/uclinux-auto/auto-config.in: line 86:
: command not foundtform/uclinux-auto/auto-config.in: line 100:
: command not foundtform/uclinux-auto/auto-config.in: line 114:
: command not foundtform/uclinux-auto/auto-config.in: line 136:
: command not foundtform/uclinux-auto/auto-config.in: line 158:
: command not foundtform/uclinux-auto/auto-config.in: line 223:
: command not foundtform/uclinux-auto/auto-config.in: line 230:
GPIO driver (CONFIG_XILINX_GPIO) [Y/m/n/?]
Ethernet driver (CONFIG_XILINX_ENET) [Y/m/n/?]
SystemAce driver (CONFIG_XILINX_SYSACE) [N/y/m/?
---------------------------------------------------------------------------------------------------------------------
And susequently I get a long list of parse errors after "make" in
/home/kunal/uc-test/uClinux-2.4.x/include/linux/autoconf.h file.
** Image files are built successfully when
"auto-config.in" file used is the
originally downloaded one from cvs repository.
Is there a problem with my board.Is this board not supported ?
Kindly suggest a solution as soon as possible.
Thanks in advance.
Regards,
Kunal Kishore