All of lore.kernel.org
 help / color / mirror / Atom feed
* unresolved symbol
@ 2001-12-31  1:02 Bob Piatek
  2001-12-31 15:32 ` Tom Rini
  0 siblings, 1 reply; 18+ messages in thread
From: Bob Piatek @ 2001-12-31  1:02 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,

When attempting to load a module via 'insmod' I get the following:

insmod unresolved symbol kmalloc
insmod unresolved symbol unregister_chrdev
insmod unresolved symbol register_chrdev
...
insmod unresolved symbol printk


It seems that there was another person with the same problem on Sept 24,
2001 to this list.  However, the solution to the problem was not posted
to the list.

Can anyone give me some advice on where to look?

Bob Piatek

fishcamp engineering
105 W. Clark Ave
Orcutt, CA  93455
TEL: 805-937-6365
FAX: 805-937-6252


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 18+ messages in thread
* unresolved symbol
@ 2005-09-08 13:56 ` vasanth
  0 siblings, 0 replies; 18+ messages in thread
From: vasanth @ 2005-09-08 13:56 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

Hi,

I am getting the folowing error message when i do insmod .
insmod: unresolved symbol __udelay
insmod: unresolved symbol atomic_add
insmod: unresolved symbol atomic_sub

I complied the driver code for mips processor using the folowing command
mips-linux-gcc -G O -mno-abicalls -fno-pic -pipe -mtune=4kc -mips32 -c lcddriver.c -I/mykernel/include
It is compiling without any error . 
Can anybody know how to solve this problem.?

Regards,
Vasanth.

[-- Attachment #2: Type: text/html, Size: 1389 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* unresolved symbol
@ 2005-08-24  7:11 zhonglei
  0 siblings, 0 replies; 18+ messages in thread
From: zhonglei @ 2005-08-24  7:11 UTC (permalink / raw)
  To: linuxppc-dev

hi 
   My mod has no error or warning during compiling.But when I "insmod hello.o" , it shows:
   hello.o : unresolved symbol TaskStart
   hello.o : unresolved symbol TasksLoadImage
   hello.o : unresolved symbol TasksInitAPI
   ...
What's the problem?
BestRegards
zhonglei

^ permalink raw reply	[flat|nested] 18+ messages in thread
* unresolved symbol
@ 2005-08-24  7:07 zhonglei
  2005-08-24  8:59 ` Alex Zeffertt
  0 siblings, 1 reply; 18+ messages in thread
From: zhonglei @ 2005-08-24  7:07 UTC (permalink / raw)
  To: linuxppc-embedded

hi
   My mod has no error or warning during compiling.But when I "insmod hello.o" , it shows:
   hello.o : unresolved symbol TaskStart
   hello.o : unresolved symbol TaskLoadImage
   hello.o : unresolved symbol TaskInitAPI
   ...
What's the problem?
BestRegards
zhonglei

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Unresolved symbol
@ 2005-07-05 12:04 Manuel Jander
  2005-07-05 13:13 ` Takashi Iwai
  0 siblings, 1 reply; 18+ messages in thread
From: Manuel Jander @ 2005-07-05 12:04 UTC (permalink / raw)
  To: alsa-devel

Building a pure USB alsa-driver set, I encountered the following
situation (ARM target):

The function snd_compat_strlcpy() does sometimes not get build when
only USB devices (no memory_wrapper.o being build). I guess this
function should go elsewhere.

The result: unresolved symbols: snd_compat_strlcpy()


Best Regards,
-- 
Manuel Jander


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Unresolved symbol
@ 2003-09-16  0:56 Breno
  0 siblings, 0 replies; 18+ messages in thread
From: Breno @ 2003-09-16  0:56 UTC (permalink / raw)
  To: Kernel List

Hi ,

I tried to compile kernel 2.4.18 on amd athlon , but i received teh message
:

unresolved symbol __mmx_memcpy

EXPORT_SYMBOL(__mmx_memcpy) in ksyms.c can fix this ?

att,
Breno


^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <B25E2E5A003CD311B61E00902778AF2A034573AB@SERVER1>]
* unresolved symbol
@ 2001-09-24 15:24 Shoudong XU
  0 siblings, 0 replies; 18+ messages in thread
From: Shoudong XU @ 2001-09-24 15:24 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,all.

    I'm running a Spruce board with NFS mode(load kernel image by tftp, then mount nfs as it's root file system), but When attempting to insert a module manually(/sbin/insmod xx.o), I get messages like:
    xx.o    unresolved symbol     unregister_chrdev
    xx.o    unresolved symbol     register_chrdev
    xx.o    unresolved symbol     __get_free_pages
    ...
    xx.o    unresolved symbol     printk

    And all those symbols are present in /boot/System.map, it seems this file is useless.

    Could you give me some advice?

Thanks

Shoudong

----------------------------------------------------------
 Shoudong XU             Email:  Shoudong.Xu@cern.ch
 CERN, EP Division       Tel:    +41.22.767-8113
 CH-1211 GENEVE 23       Fax:    +41.22.767-7793
 SUISSE/SWITZERLAND
-----------------------------------------------------------


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-09-08 15:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-31  1:02 unresolved symbol Bob Piatek
2001-12-31 15:32 ` Tom Rini
2001-12-31 22:47   ` Bob Piatek
2001-12-31 23:01     ` Tom Rini
2002-01-01  0:47       ` Bob Piatek
  -- strict thread matches above, loose matches on Subject: below --
2005-09-08 13:56 vasanth
2005-09-08 13:56 ` vasanth
2005-09-08 14:05 ` Ralf Baechle
2005-09-08 15:33 ` Daniel Jacobowitz
2005-08-24  7:11 zhonglei
2005-08-24  7:07 zhonglei
2005-08-24  8:59 ` Alex Zeffertt
2005-07-05 12:04 Unresolved symbol Manuel Jander
2005-07-05 13:13 ` Takashi Iwai
     [not found]   ` <21ed1c3705070506487c9ba977@mail.gmail.com>
2005-07-05 13:54     ` Takashi Iwai
2003-09-16  0:56 Breno
     [not found] <B25E2E5A003CD311B61E00902778AF2A034573AB@SERVER1>
2001-09-24 16:31 ` unresolved symbol Shoudong XU
2001-09-24 15:24 Shoudong XU

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.