From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 13 Feb 2007 12:49:25 +0530 From: "Preetam Joshi" Subject: Re: [Xenomai-help] Make error In-Reply-To: <45D0666C.8070409@domain.hid> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_55327_11481498.1171351165847" References: <45D029B8.1030805@domain.hid> <45D0666C.8070409@domain.hid> List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai-help ------=_Part_55327_11481498.1171351165847 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi the libnative error is solved but know when i make it gives me error stating: Makefile:312: .deps/mytask-mytask.Po: No such file or directory make: *** No rule to make target `.deps/mytask-mytask.Po'. Stop. On 2/12/07, Jan Kiszka wrote: > > Preetam Joshi wrote: > > hi, > > Please keep the CC when replying (reply-to-all). > > > > > Itried adding the options as shown in the example latency in the SVN > > repository but the latency example as well as my example both gve the > same > > error stating > > > > make: *** No rule to make target `../../skins/native/libnative.la', > needed > > by `latency'. Stop. > > make: *** No rule to make target `../../skins/native/libnative.la', > needed > > by `mytask'. Stop. > > > > You are doing something wrong. Does the user space part build AND > install cleanly? If yes, check out the examples repository next: > > svn co svn://svn.gna.org/svn/xenomai/branches/v2.3.x/examples > > Then try to build the native examples: > > # cd examples/native > # make XENO= > > This should work out-of-the-box. You can then add your own example here, > only extending APPLICATIONS in examples/native/Makefile. > > Jan > > > ------=_Part_55327_11481498.1171351165847 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi the libnative error is solved but know when i make it gives me error stating:

Makefile:312: .deps/mytask-mytask.Po: No such file or directory
make: *** No rule to make target `.deps/mytask-mytask.Po'.  Stop.


On 2/12/07, Jan Kiszka <jan.kiszka@domain.hid> wrote:
Preetam Joshi wrote:
> hi,

Please keep the CC when replying (reply-to-all).

>
> Itried adding the options as shown in the example latency in the SVN
> repository but the latency example as well as my example both gve the same
> error stating
>
> make: *** No rule to make target `../../skins/native/libnative.la', needed
> by `latency'.  Stop.
> make: *** No rule to make target `../../skins/native/libnative.la', needed
> by `mytask'.  Stop.
>

You are doing something wrong. Does the user space part build AND
install cleanly? If yes, check out the examples repository next:

svn co svn://svn.gna.org/svn/xenomai/branches/v2.3.x/examples

Then try to build the native examples:

# cd examples/native
# make XENO=<path-to-xenomai-installation>

This should work out-of-the-box. You can then add your own example here,
only extending APPLICATIONS in examples/native/Makefile.

Jan



------=_Part_55327_11481498.1171351165847--