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

[microblaze-uclinux] kernel configuration tool problem





hello,

when building the kernel configuration tools i have the errors:

/home/uav2005/uClinux-dist {begg0016} [324] :gmake config
config/mkconfig > config.in
echo "made config.in"
made config.in
HELP_FILE=config/Configure.help \
        /opt/csw/bin/bash /home/uav2005/uClinux-dist/config/scripts/Configure
config.in
#
# Using defaults found in .config
#
.config-is-not.29407: line 73: CONFIG_DEFAULTS_Xilinx_uclinux-Auto=n: command
not found
.config-is-not.29407: line 85: CONFIG_DEFAULTS_LIBC_uC-libc=n: command not
found

...

The bash versions tried, with identical results were:

/home/uav2005/uClinux-dist {begg0016} [326] :/opt/csw/bin/bash --version
GNU bash, version 3.00.13(1)-release (sparc-sun-solaris2.8)
Copyright (C) 2004 Free Software Foundation, Inc.
/home/uav2005/uClinux-dist {begg0016} [327] :/bin/bash --version
GNU bash, version 2.05.0(1)-release (sparc-sun-solaris2.9)
Copyright 2000 Free Software Foundation, Inc.
/home/uav2005/uClinux-dist {begg0016} [328] :

A simple example of the problem can be obtained by typing:

bash-2.05$ FOO-BAR=1
bash: FOO-BAR=1: command not found
bash-2.05$ FOO_BAR=2
bash-2.05$ exit

(bash 3.0 also exhibits the same phobia of variable names containing dashes).

The obvious solution seems to be to rename the configuration variables to not
include dashes in their names but is there a easier solution??

thanks.


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