[haiku-development] Re: The status of getting a compiler running

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 05 Feb 2008 00:46:29 +0100

On 2008-02-05 at 00:20:46 [+0100], Rene Gollent <anevilyak@xxxxxxxxx> wrote:
> Hi Axel,
> 
> > $ jam run \<build\>bfs_shell /path/to/my/partition
> >
> > should do the trick.
> > You can also use it to copy data to/from that partition, just use the
> > ':" sign as prefix to a local path like this:
> 
> This doesn't seem to work, I get the following result:
> 
> root@leviathan:/home/rene/develop/haiku/trunk# jam run
> \<build\>bfs_shell /dev/sda3
> ...found 1 target(s)...
> ...updating 1 target(s)...
> RunCommandLine1 <unique!target>run_0
> /bin/sh: /dev/sda3: Permission denied
> 
> target=target;
> for t in  ; do
> target=${target}X
> eval "${target}=${t}"
> done
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:generated/objects/linux/lib
> <build>bfs_shell /dev/sda3
> 
> ...failed RunCommandLine1 <unique!target>run_0 ...
> ...failed updating 1 target(s)...
> 
> Any ideas?

You have to prefix build system targets that shall be translated to the 
path of the target with a colon:

        jam -q run ':<build>bfs_shell' /dev/sda3

CU, Ingo

Other related posts: