On Mon, Feb 6, 2012 at 1:05 PM,
Mulyadi Santosa
<mulyadi.santosa@gmail.com>
wrote:
1. Are you sure your downloaded file is correct? have you check
their checksums?
and
AFAIK checksum is not needed with a git clone.
2. can you show us exactly how do you do compilation?
Here
is one sample, tried with xconfig, gconfig, config, etc. all give the
same errors.
[k4rtik@PlatiniumLight
code]$ cd linux
[k4rtik@PlatiniumLight linux]$ ls
arch COPYING crypto drivers
firmware include ipc Kconfig lib Makefile net
REPORTING-BUGS scripts sound usr
block CREDITS Documentation
errorlong fs init Kbuild kernel MAINTAINERS mm
README samples security tools virt
[k4rtik@PlatiniumLight linux]$ make defconfig
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 3: $'\r': command not found
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: syntax error near unexpected token `$'\r''
'home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: `ldflags()
/home/k4rtik/code/linux/scripts/kconfig/check.sh: line
15: syntax error: unexpected end of file
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 3: $'\r': command not found
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: syntax error near unexpected token `$'\r''
'home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: `ldflags()
/home/k4rtik/code/linux/scripts/kconfig/check.sh: line
15: syntax error: unexpected end of file
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 3: $'\r': command not found
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: syntax error near unexpected token `$'\r''
'home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: `ldflags()
/home/k4rtik/code/linux/scripts/kconfig/check.sh: line
15: syntax error: unexpected end of file
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 3: $'\r': command not found
/home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: syntax error near unexpected token `$'\r''
'home/k4rtik/code/linux/scripts/kconfig/lxdialog/check-lxdialog.sh:
line 5: `ldflags()
/home/k4rtik/code/linux/scripts/kconfig/check.sh: line
15: syntax error: unexpected end of file
*** Default configuration is
based on 'x86_64_defconfig'
^Cmake[1]: *** [defconfig] Interrupt
make: *** [defconfig]
Interrupt
[k4rtik@PlatiniumLight
linux]$