From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <846584.44873.qm@domain.hid> Date: Mon, 4 May 2009 22:45:42 -0700 (PDT) From: luan dinh MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1107557562-1241502342=:44873" Subject: [Xenomai-help] shared library in xenomai ? List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" --0-1107557562-1241502342=:44873 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Dear all. i finished build a program and run it in xenomai. now i want to build it as= shared library. i use following commands=A0 to create library file (.so ) from object file = (.o) =20 gcc -shared -Wl,-soname,libctest.so.1 -o libctest.so.1.0 *.o mv libctest.so.1.0 /opt/lib ln -sf /opt/lib/libctest.so.1.0 /opt/lib/libctest.so ln -sf /opt/lib/libctest.so.1.0 /opt/lib/libctest.so.1 after that i write TEST program and use fuctions which my library support. i can build and run TEST program but some functions in my library doen't work .... how to build and use my shared library in xenomai? Thanks for any help. Luan Dinh =0A=0A=0A --0-1107557562-1241502342=:44873 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Dear all.
i finished build a program and run it = in xenomai. now i want to build it as shared library.
i use fol= lowing commands  to create library file (.so ) from object file (.o)
    gcc -shared -Wl,-soname,libctest.so.1 -o libctest.so.1.0   *=
.o
mv libctest.so.1.0 /opt/lib
ln -sf /opt/lib/libctest.so.1.= 0 /opt/lib/libctest.so
ln -sf /opt/lib/libctest.so.1.0 /opt/lib/libc= test.so.1
after that i write TEST program and use fuctions which my library
support. i can bu= ild and run TEST program but some functions in
my library doen't work ....
how to build and use my = shared library in xenomai?
Thanks for any help.
Luan Dinh


=0A=0A=0A= =0A --0-1107557562-1241502342=:44873--