From mboxrd@z Thu Jan 1 00:00:00 1970 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C63BE6.51CE55C7" Date: Mon, 27 Feb 2006 13:39:42 -0800 Message-ID: From: "Wu, John" Subject: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Cc: "Chau, Ngaiman" , "Wu, John" This is a multi-part message in MIME format. ------_=_NextPart_001_01C63BE6.51CE55C7 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable We at Xerox El Segundo, Calif are new user of VxWork Skin of Xenomai. We successfully brought up VxWork skin of xenomai 2.0.1on x86 platform and ran VxWork test program in C.=20 =20 The question we have is how to build and compile the VxWork skin of xenomai to support C++ code? ------_=_NextPart_001_01C63BE6.51CE55C7 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
We at=20 Xerox El Segundo, Calif are new user of VxWork Skin of Xenomai.  We = successfully brought up VxWork skin of xenomai 2.0.1on x86 = platform and ran=20 VxWork test program in C.
 
The=20 question we have is how to build and compile the VxWork skin of xenomai = to=20 support C++ code?
------_=_NextPart_001_01C63BE6.51CE55C7-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44043ABC.9060607@domain.hid> Date: Tue, 28 Feb 2006 12:57:48 +0100 From: Jan Kiszka MIME-Version: 1.0 Subject: Re: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig75AE274096266F974A1C9456" Sender: jan.kiszka@domain.hid List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Wu, John" Cc: "Chau, Ngaiman" , xenomai@xenomai.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig75AE274096266F974A1C9456 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Wu, John wrote: > We at Xerox El Segundo, Calif are new user of VxWork Skin of Xenomai. > We successfully brought up VxWork skin of xenomai 2.0.1on x86 platform > and ran VxWork test program in C.=20 > =20 > The question we have is how to build and compile the VxWork skin of > xenomai to support C++ code? >=20 Did you already try to compile some C++ program against the VxWorks headers of Xenomai? Kernel or user space? Did you notice any problems? Then please post the compiler output or even a demo code. Jan --------------enig75AE274096266F974A1C9456 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEBDq8niDOoMHTA+kRAn3GAJ41g9RnVyPqUUs6RVvqyLP+SWBPtgCeINeT 1BJDhEXktSNkwhfwrD/za48= =+i4M -----END PGP SIGNATURE----- --------------enig75AE274096266F974A1C9456-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? Date: Wed, 1 Mar 2006 09:51:27 -0800 Message-ID: From: "Wu, John" List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jan.kiszka@domain.hid Cc: "Chau, Ngaiman" , xenomai@xenomai.org Jan, We don't know how to compile the VxWork skin of xenomai to support C++ code. We need some help! Thanks, John=20 -----Original Message----- From: jan.kiszka@domain.hid [mailto:jan.kiszka@domain.hid Sent: Tuesday, February 28, 2006 3:58 AM To: Wu, John Cc: xenomai@xenomai.org; Chau, Ngaiman Subject: Re: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? Wu, John wrote: > We at Xerox El Segundo, Calif are new user of VxWork Skin of Xenomai. > We successfully brought up VxWork skin of xenomai 2.0.1on x86 platform > and ran VxWork test program in C. > =20 > The question we have is how to build and compile the VxWork skin of=20 > xenomai to support C++ code? >=20 Did you already try to compile some C++ program against the VxWorks headers of Xenomai? Kernel or user space? Did you notice any problems? Then please post the compiler output or even a demo code. Jan From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gilles Chanteperdrix MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17413.58984.450192.400581@domain.hid> Date: Wed, 1 Mar 2006 19:22:32 +0100 Subject: RE: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? In-Reply-To: References: List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Wu, John" Cc: xenomai@xenomai.org Wu, John wrote: > Jan, > > We don't know how to compile the VxWork skin of xenomai to support C++ > code. We need some help! Unless we are missing something, there is no need to compile vxworks skin in a special way in order to support C++ code. Xenomai vxworks skin functions are declared extern "C" in vxworks/vxworks.h when it is included in C++ code. So, if you want to call vxworks function from C++ code, all you have to do is to include vxworks/vxworks.h. -- Gilles Chanteperdrix. From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4405E7CD.5010604@domain.hid> Date: Wed, 01 Mar 2006 19:28:29 +0100 From: Jan Kiszka MIME-Version: 1.0 Subject: Re: [Xenomai-core] C++ Support for VxWorks Skin of Xenomai? References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDFA5E079FCFA204155234625" Sender: jan.kiszka@domain.hid List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Wu, John" Cc: "Chau, Ngaiman" , xenomai@xenomai.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDFA5E079FCFA204155234625 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Wu, John wrote: > Jan, >=20 > We don't know how to compile the VxWork skin of xenomai to support C++ > code. We need some help! >=20 Sorry, I still don't get your problem. Regarding compiling and linking, there should be nothing special about C++ vs. C and Xenomai's VxWorks skin (bugs aside). It's like compiling your C++ code against any kind of (C-)library. Please report concrete problems when trying to do this ("I ran this command and got that error"). Otherwise, no one can help you. Jan --------------enigDFA5E079FCFA204155234625 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEBefNniDOoMHTA+kRAhEhAJ4rlWubDcyEwUrEH7qn2VEgkAjcyQCeOfyp Y56xRdgEYexIinHaM59V8DI= =gGYU -----END PGP SIGNATURE----- --------------enigDFA5E079FCFA204155234625--