Gast
#422603
Hi ich versuche seit 2 tagen verzweifelt uC linux zu compilieren. Diese pakete habe ich heruntergeladen: uClinux distribution (171 Mo): http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-20040408.tar.gz - uClinux-2.6 Kernel (33 Mo): http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.5.tar.bz2 - ARM-ELF-toolchain (16,7 Mo): http://opensrc.sec.samsung.com/download/arm-elf-tools-20040427.sh - Install the toolchain: OK [root@hostname /]# /bin/sh ~/incoming/arm-elf-tools-20040427.sh - Untar the uClinux distribution: OK [root@hostname /]# tar -zxvf ~/incoming/uClinux-dist-20040408.tar.gz - Make a new linux-2.6.x kernel from the scratch: OK [root@hostname /]# cd uClinux-dist/ [root@hostname uClinux-dist]# tar -jxvf ~/incoming/linux-2.6.5.tar.bz2 [root@hostname uClinux-dist]# gzip -dc ~/incoming/linux-2.6.5-hsc2.patch.gz | patch -p soweit klappt das auch. Danach : make xconfig -OK make dep -es kommt folgender fehler : make[1]: Entering directory `/home/joern/avr/uClinux-dist/linux-2.6.x' *** Warning: make dep is unnecessary now. Hat jemand ne ahnung woran das liegen kann? MFG Jörn