> > Conc. LFS 6.0. Using Debian Sarge as host.
> >
> > When I run "make", in order to compile the kernel, It all looks well, but
> > it ends up with following error:
> >
> > make: *** [.tmp_vmlinux1] Error 1
> >
> > And there is no bzImage file to be found anywhere.
> >
> > I  have .....
****************
> 1.) did your make menuconfig work ok ?
At least I ran it, and did what the book says.
**
> 2.) what was your "make" command to build the kernel "make bzImage" I
> assume 
I just ran "make"
**
3.) can you please show us the output of gcc -v
root:/# gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
Configured with: ../gcc-3.4.1/configure --prefix=/usr --libexecdir=/usr/lib 
--enable-shared --enable-threads=posix --enable-__cxa_atexit 
--enable-clocale=gnu --enable-languages=c,c++
Thread model: posix
gcc version 3.4.1
**
> 4.) can you please show us more detail on the error other than the last
> line, say 15 lines above up until the end of the error.
drivers/built-in.o(.text+0x38d78): In function `handle_diacr':
: undefined reference to `accent_table'
drivers/built-in.o(.text+0x38d84): In function `handle_diacr':
: undefined reference to `accent_table'
drivers/built-in.o(.text+0x38d8d): In function `handle_diacr':
: undefined reference to `accent_table'
drivers/built-in.o(.text+0x39220): In function `k_fn':
: undefined reference to `func_table'
drivers/built-in.o(.text+0x396c3): In function `k_slock':
: undefined reference to `key_maps'
drivers/built-in.o(.text+0x39c0f): In function `kbd_keycode':
: undefined reference to `key_maps'
drivers/built-in.o(.text+0x39dd3): In function `kbd_keycode':
: undefined reference to `key_maps'
make: *** [.tmp_vmlinux1] Error 1
root:/sources/linux-2.6.8.1#
**
:-)















>
> Matt
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to