---------- Forwarded Message ----------
Subject: Re: [linuxdc-dev] Making some progress, but..
Date: Thu, 13 Sep 2001 00:04:08 +0100
From: Adrian McMenamin <ad...@mc...>
To: "M. R. Brown"
On Wednesday 12 September 2001 11:46 pm, you wrote:
> * Adrian McMenamin <ad...@mc...> on Wed, Sep 12, 2001:
> > On Tuesday 11 September 2001 10:38 pm, Adrian McMenamin wrote:
> > > Thanks to the help I was give earlier I am not getting at least
> > > somethings to compile - but like others on this list I have no
> > > experience of cross compiling - or indeed of ever compiling a project
> > > of this size.
> >
> > Well, obviously this is a linking error, but I need some clues as to what
> > additional things to tell the linker? Any ideas - I'm scanned through the
> > whole list and got nwhere further forward on this one.
>
> You have some broken dependencies in the kernel. Go through your config
> again (e.g. make ... menuconfig) and make sure you've picked the relevant
> networking options - those missing functions belong to the net driver.
>
> M. R.
Thanks, I did just that after I posted the other message. In effect I
switched networking on, but then I got these errors...
make[1]: Entering directory `/home/Adrian/linux/arch/sh/boot'
make -C compressed vmlinux
make[2]: Entering directory `/home/Adrian/linux/arch/sh/boot/compressed'
tmppiggy=_tmp_$$piggy; \
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk; \
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/objcopy -O
binary -
R .note -R .comment -R .stab -R .stabstr -S -R .empty_zero_page
/home/Adrian/lin
ux/vmlinux $tmppiggy; \
gzip -f -9 < $tmppiggy > $tmppiggy.gz; \
echo "SECTIONS { .data : { input_len = .; LONG(input_data_end - input_data)
inpu
t_data = .; *(.data) input_data_end = .; }}" > $tmppiggy.lnk; \
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/ld -EL -r -o
piggy.
o -b binary $tmppiggy.gz -b elf32-sh-linux -T $tmppiggy.lnk; \
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk
/bin/sh:
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/objcopy: N
o such file or directory
/bin/sh: _tmp_4561piggy: No such file or directory
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/ld: cannot open
_tm
p_4561piggy.gz: No such file or directory
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/gcc
-D__ASSEMBLY__
-D__KERNEL__ -I/home/Adrian/linux/include -ml -m4-nofpu -traditional -c
head.S /opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/gcc
-D__KERNEL__ -I
/home/Adrian/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-f
no-strict-aliasing -ml -m4-nofpu -pipe -D__KERNEL__
-I/home/Adrian/linux/include
-c -o misc.o misc.c
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/ld -EL -Ttext
0x8c2
10000 -e startup -T /home/Adrian/linux/arch/sh/vmlinux.lds -o vmlinux head.o
mis
c.o piggy.o
/opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/sh4-linux/bin/ld: cannot open
pig
gy.o: No such file or directory
make[2]: *** [vmlinux] Error 1
make[2]: Leaving directory `/home/Adrian/linux/arch/sh/boot/compressed'
make[1]: *** [compressed/vmlinux] Error 2
make[1]: Leaving directory `/home/Adrian/linux/arch/sh/boot'
make: *** [zImage] Error 2
-------------------------------------------------------
|