linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Paolo Scaffardi" <arsenio@tin.it>
To: "linuxppc-emb" <linuxppc-embedded@lists.linuxppc.org>
Subject: PCMCIA on M8xx: unresolved symbols _insw & _outsw
Date: Fri, 20 Oct 2000 15:06:05 +0200	[thread overview]
Message-ID: <003a01c03a96$847a8020$0a00010a@airvent.it> (raw)


I am trying to port the Samsung MagicLan SWL2000 PCMCIA socket client driver
to our MPC8xx, using the magnus damm socket drivers, but when loading our
driver (swld11_cs.o) cardmgr reports that there are unresolved symbols on
the object, that are named _insw & _outsw.

To compile this driver i used the sources given us from Samsung, and i
really dont know how to include that symbols into my object instead looking
for them elsewhere. Aren't them memory mapped i/o instructions? Why the
compiler does not include them?

This is the script the i use to compile my driver:

include ../config.mk
include ../crosscomp.mk

LIB := ../lib

CFLAGS = -O2 -Wall -Wstrict-prototypes -Winline -pipe

CPPFLAGS = $(PCDEBUG) -D__KERNEL__ -DMODULE -I../include \
    -I$(LINUX)/include -I$(LINUX)

OBJS = ../lib/semtxrx_cs.o ../lib/semutil_cs.o ../lib/semwep_cs.o

all: swld11_cs.o

swld11_cs.o: swld11_cs.c semmgmt_cs.o
 $(CC) -MD -c $(CFLAGS) $(CPPFLAGS) $< -o .$@
 @mkdir -p .depfiles ; mv swld11_cs.d .depfiles
 $(LD) -r -o $@ .$@ semmgmt_cs.o $(OBJS)
 rm -f .$@ ; chmod -x $@

Can you help me? There's a virtual-coke waiting for you! 8-)

- may the pinguin b with u -

Have a nice day,
Paolo Scaffardi.
AIRVENT SAM s.p.a. - RIMINI - ITALY


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

                 reply	other threads:[~2000-10-20 13:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003a01c03a96$847a8020$0a00010a@airvent.it' \
    --to=arsenio@tin.it \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).