Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » pb running some commands in lesson 2 of packaging primer
pb running some commands in lesson 2 of packaging primer [message #2432] Tue, 05 May 2009 12:47 Go to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
I ran lesson 2 from the packaging primer and the command

xs xdc.tools.repoman -c -v -r «local»/myrepo -p
«shared»/products/charlie_mathsu.../packages charlie.*

did not work (no match).
I could nevertheless copy each package individually i.e.

xs xdc.tools.repoman -c -v -r «local»/myrepo -p
«shared»/products/charlie_mathsu.../packages charlie.sqrtlib

and

xs xdc.tools.repoman -c -v -r «local»/myrepo -p
«shared»/products/charlie_mathsu.../packages charlie.sqrtlib.samples

I am using using xdctools_3_15_00_33 on linux.
Re: pb running some commands in lesson 2 of packaging primer [message #2523 is a reply to message #2432] Wed, 06 May 2009 14:10 Go to previous messageGo to next message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
Patrick Geremia wrote:
> I ran lesson 2 from the packaging primer and the command
> xs xdc.tools.repoman -c -v -r «local»/myrepo -p
> «shared»/products/charlie_mathsu.../packages charlie.*
>
> did not work (no match).
You need to put charlie.* in quotes on the command line; otherwise, the
shell tries to expand charlie.* and will not find anything in the
current working directory and report "(no match)".

> I could nevertheless copy each package individually i.e.
>
> xs xdc.tools.repoman -c -v -r «local»/myrepo -p
> «shared»/products/charlie_mathsu.../packages charlie.sqrtlib
>
> and
> xs xdc.tools.repoman -c -v -r «local»/myrepo -p
> «shared»/products/charlie_mathsu.../packages charlie.sqrtlib.samples
>
> I am using using xdctools_3_15_00_33 on linux.
>
Re: pb running some commands in lesson 2 of packaging primer [message #2553 is a reply to message #2523] Wed, 06 May 2009 14:20 Go to previous message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
Ok thanks.
Previous Topic:typedefs in the RTSC spec world
Next Topic:using specific version of gcc
Goto Forum:
  


Current Time: Thu Apr 18 15:32:19 GMT 2024

Powered by FUDForum. Page generated in 0.02257 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top