Re: Unresolved symbols with cvs snapshot


From: Jouni Malinen (jkmaline_at_cc.hut.fi)
Date: 2002-08-15 19:56:26 UTC



On Thu, Aug 15, 2002 at 03:05:47PM +0200, Martin Whitlock wrote:

> I tried to compile a cvs snapshot of HostAP for my StrongARM arch today, and
> get unresolved symbols when I try to do a depmod -a. Has anything changed
> since I last downloaded a cvs snapshot by 2002-07-01 that requires a newer
> version of pcmcia-cs or anything? I am currently using pcmcia-cs 3.1.33.

How about listing the unresolved symbols that were related to Host AP driver modules? You can get this list, e.g., with 'depmod -ae'.

I did change modversion handling just two days ago and this might have caused the problems assuming you have kernel configured with CONFIG_MODVERSIONS.
> No compilation errors occured except a warning:
> driver/modules/hostap_hw.c:2895: warning: passing arg 2 of `test_bit'
> discards qualifiers from pointer target type

Hmm.. i386 version of test_bit() is defined with 'const volatile void *' or 'volatile void *' and ARM version with 'const void *'..

I use 'volatile long' here.. 'volatile' could probably be removed to get rid of that warning.

-- 
Jouni Malinen                                            PGP id EFC895FA


This archive was generated by hypermail 2.1.4.