¦ciągnąłem odpowiednie źródełka. Zainstalowałem to co poniżej:
Kod: Zaznacz cały
apt-get update
apt-get install libc6-dev
apt-get install gcc
apt-get install gdb
apt-get install libtag1-dev
apt-get install uuid-dev
apt-get install libncurses5-dev
apt-get install libglib2.0-dev
Kod: Zaznacz cały
NAS:/backup/GPL/linux-2.6.17.8# apt-get install build-essential
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
build-essential: Depends: libc6-dev-sparc64 but it is not going to be installed
Depends: dpkg-dev (>= 1.4.1.19) but it is not going to be installed
E: Broken packages
NAS:/backup/GPL/linux-2.6.17.8#

Może jakaś dobra dusza podpowie co go gryzie?
Kod: Zaznacz cały
NAS:/backup/GPL/linux-2.6.17.8# make all
make: Circular arch/padre/kernel/asm-offsets.s <- prepare dependency dropped.
CHK include/linux/version.h
make[1]: `arch/padre/kernel/asm-offsets.s' is up to date.
CC init/main.o
/bin/sh: line 1: sparc-linux-objdump: command not found
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
/bin/sh: line 1: sparc-linux-objdump: command not found
CC init/do_mounts.o
/bin/sh: line 1: sparc-linux-objdump: command not found
CC init/do_mounts_rd.o
/bin/sh: line 1: sparc-linux-objdump: command not found
CC init/do_mounts_initrd.o
/bin/sh: line 1: sparc-linux-objdump: command not found
CC init/do_mounts_md.o
/bin/sh: line 1: sparc-linux-objdump: command not found
LD init/mounts.o
/bin/sh: line 1: sparc-linux-ld: command not found
make[1]: *** [init/mounts.o] Error 127
make: *** [init] Error 2
NAS:/backup/GPL/linux-2.6.17.8#