public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help with ecosconfig tool
@ 2011-01-09 16:43 Elad Yosef
  2011-01-09 17:09 ` Ross Younger
  0 siblings, 1 reply; 3+ messages in thread
From: Elad Yosef @ 2011-01-09 16:43 UTC (permalink / raw)
  To: ecos-discuss

Hi all,
I'm trying to automate eCos build as part of the whole application build.

I have been trying to generate the build tree to fit my folders.

ecofconfig - is in PATH_1
srcdir - is in PATH_2.
config - is in PATH_3

I want the build tree output to generate xxx_build and xxx_install
folders (like the configtool does)
And I want it to be in PATH_4

Thanks

Elad

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Help with ecosconfig tool
  2011-01-09 16:43 [ECOS] Help with ecosconfig tool Elad Yosef
@ 2011-01-09 17:09 ` Ross Younger
  2011-01-09 17:16   ` Elad Yosef
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Younger @ 2011-01-09 17:09 UTC (permalink / raw)
  To: ecos-discuss

On 09/01/11 16:43, Elad Yosef wrote:
> I'm trying to automate eCos build as part of the whole application build.
> [...]
> I want the build tree output to generate xxx_build and xxx_install
> folders (like the configtool does)
> And I want it to be in PATH_4

What have you tried so far, and what is going wrong? ecosconfig has a 
descriptive --help message which should get you going. About the only 
thing it doesn't tell you is that you have to run ecosconfig from the 
directory where you want the root of the build tree to be. For example:

wry@c:/tmp/foo_build$ ecosconfig --config=/tmp/foo.ecc 
--prefix=/tmp/foo_install 
--srcdir=/home/wry/Downloads/ecos/ecos-3.0/packages new stm3210e

wry@c:/tmp/foo_build$ ecosconfig --config=/tmp/foo.ecc 
--prefix=/tmp/foo_install 
--srcdir=/home/wry/Downloads/ecos/ecos-3.0/packages tree

wry@cognac:/tmp/foo_build$ ls ../foo.ecc
../foo.ecc

wry@c:/tmp/foo_build$ ls ../foo_install/
include  lib

wry@c:/tmp/foo_build$ ls
devs  error  hal  infra  io  isoinfra  kernel  language  makefile  services


Ross

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Help with ecosconfig tool
  2011-01-09 17:09 ` Ross Younger
@ 2011-01-09 17:16   ` Elad Yosef
  0 siblings, 0 replies; 3+ messages in thread
From: Elad Yosef @ 2011-01-09 17:16 UTC (permalink / raw)
  To: Ross Younger; +Cc: ecos-discuss

Hi,
That is what I was missing:
About the only thing it doesn't tell you is that you have to run
ecosconfig from the directory where you want the root of the build
tree to be


Thanks

Elad

On Sun, Jan 9, 2011 at 7:09 PM, Ross Younger <ecos@impropriety.org.uk> wrote:
> On 09/01/11 16:43, Elad Yosef wrote:
>>
>> I'm trying to automate eCos build as part of the whole application build.
>> [...]
>> I want the build tree output to generate xxx_build and xxx_install
>> folders (like the configtool does)
>> And I want it to be in PATH_4
>
> What have you tried so far, and what is going wrong? ecosconfig has a
> descriptive --help message which should get you going. About the only thing
> it doesn't tell you is that you have to run ecosconfig from the directory
> where you want the root of the build tree to be. For example:
>
> wry@c:/tmp/foo_build$ ecosconfig --config=/tmp/foo.ecc
> --prefix=/tmp/foo_install
> --srcdir=/home/wry/Downloads/ecos/ecos-3.0/packages new stm3210e
>
> wry@c:/tmp/foo_build$ ecosconfig --config=/tmp/foo.ecc
> --prefix=/tmp/foo_install
> --srcdir=/home/wry/Downloads/ecos/ecos-3.0/packages tree
>
> wry@cognac:/tmp/foo_build$ ls ../foo.ecc
> ../foo.ecc
>
> wry@c:/tmp/foo_build$ ls ../foo_install/
> include  lib
>
> wry@c:/tmp/foo_build$ ls
> devs  error  hal  infra  io  isoinfra  kernel  language  makefile  services
>
>
> Ross
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-09 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09 16:43 [ECOS] Help with ecosconfig tool Elad Yosef
2011-01-09 17:09 ` Ross Younger
2011-01-09 17:16   ` Elad Yosef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).