Hi and 10X 4 the walkthrough.
- Yes I did. Usually it is one of the first things I do when I install new OS distribution (I really use Ubuntu 8.04 by the way). Here is the output:
sudo apt-get install build-essential
Reading package lists… Done
Building dependency tree
Reading state information… Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- I didn’t use ELDK. I downloaded arm-linux-gcc-4.1.1-920t as decribed in http://dev.ivanov.eu/projects/cs-e9302/index.html I thought it would do the job. I just extracted the files and after that copied the files into /usr/local. I still don’t know what is U-Boot and what it does ? But received this error. After reading your post I tried to install ELDK here is what happened:
Do you really want to install into /home/nas directory[y/n]?: y
Creating directories
Done
Installing cross RPMs
Preparing… ########################################### [100%]
1:rpm ########################################### [100%]
Preparing… ########################################### [100%]
1:rpm-build ########################################### [100%]
Preparing… ########################################### [100%]
1:texinfo ########################################### [100%]
Preparing… ########################################### [100%]
1:crosstool-arm-devel ########################################### [100%]
Preparing… ########################################### [100%]
1:gdb-arm ########################################### [100%]
Preparing… ########################################### [100%]
1:make-arm ########################################### [100%]
Preparing… ########################################### [100%]
1:make-doc ########################################### [100%]
Preparing… ########################################### [100%]
1:ldd-arm ########################################### [100%]
Preparing… ########################################### [100%]
1:mkimage ########################################### [100%]
Preparing… ########################################### [100%]
1:genext2fs ########################################### [100%]
Preparing… ########################################### [100%]
1:mtd_utils ########################################### [100%]
Preparing… ########################################### [100%]
1:mkcramfs ########################################### [100%]
Done
Installing arm target RPMs
Preparing… ########################################### [100%]
1:kernel-headers-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:kernel-source-arm_trg ########################################### [100%]
Configuring kernel…
HOSTCC scripts/basic/fixdep
/tmp/ccZROPrE.o: In function `parse_config_file’:
fixdep.c:(.text+0x388): undefined reference to `__ctype_b’
/tmp/ccZROPrE.o: In function `parse_dep_file’:
fixdep.c:(.text+0x6a0): undefined reference to `__ctype_b’
collect2: ld returned 1 exit status
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
HOSTCC scripts/basic/fixdep
/tmp/cc2VQDN4.o: In function `parse_config_file’:
fixdep.c:(.text+0x388): undefined reference to `__ctype_b’
/tmp/cc2VQDN4.o: In function `parse_dep_file’:
fixdep.c:(.text+0x6a0): undefined reference to `__ctype_b’
collect2: ld returned 1 exit status
make[2]: *** [scripts/basic/fixdep] Error 1
make[1]: *** [scripts_basic] Error 2
CHK include/linux/version.h
UPD include/linux/version.h
make: *** No rule to make target include/config/auto.conf', needed by
include/asm-arm/.arch’. Stop.
CHK include/linux/version.h
Done
Preparing… ########################################### [100%]
1:crosstool-targetcompone########################################### [100%]
Preparing… ########################################### [100%]
1:glib-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:glib-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:libtermcap-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:libtermcap-devel-arm_tr########################################### [100%]
Preparing… ########################################### [100%]
1:cracklib-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:cracklib-dicts-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:popt-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:readline-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:readline-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:cpp-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:gcc-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:gcc-c+±arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:ncurses-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:ncurses-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:db4-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:db4-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:db4-utils-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:glib2-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:glib2-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:pam-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:pam-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:slang-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:slang-devel-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:coreutils-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:mingetty-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:setup-arm_trg ########################################### [100%]
Preparing… ########################################### [100%]
1:gawk-arm_trg ########################################### [100%]
Here I get the same error plus the fact that the installation freezes at the last line and I kill the process.
I,m sure that I messed something but I can’t figure out what it is from that error I see.
Any advice?