According to Jack Lehte: While burning my CPU.
> 
> 
> make config,make dep,make clean went OK..But anytime I 
> make zdisk, or make bzImage or make zImage..I always get 
> following errors at the end:
> netsyms.c:72:initializer element for 'net_sysms.symbol[4] addr'is not constant
> netsyms.c:74:'sk_alloc' undeclared here (not in a function)
> make[2]:***[netsysms.o]Error1
> make[2]:leaving directory '/usr/src/linux-2.0.32/net'
> make[1]:***[first rule] error2
> make[1]:leaving directory '/usr/src/linux-2.0.32/net'
> make:*** [linux subdirs] Error2

Possably you are trying to compile 2.0.32 with "out of date" versions of gcc
ldd ld and lib's.

Read /usr/src/linux/Documentation/Changes it will tell you which versions
you need, and howto check them.

> 
> I also got as error message:
> drivers/sound/sound.a(pss.o)(data+0x164):undefined reference to unload
> pss.o(.text+0xcf6): undefined reference to 'unload_mpu 401'
> make:***[vmlinux] Error1

This error realy confirms my thoughts even more.

> 
> Well..I did go one by one through the preceeding options of the make config
> step...even chose the maximum of options..still havin the same problem.

It will make no differance i fear, choosing options.

You could send me a copy of /usr/src/linux/.config so i can see what you are
trying to compile, send also the version numbers of gcc ld ldd etc and of
course lib version numbers.

> 
> Thanks for helpin me going around it..
> 
> Jack Lehte
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to