Discussion:
source-builder / ARM
Pierre Ficheux
2014-08-28 15:28:41 UTC
Permalink
Hi all,

I'm back to RTEMS for some time.

I've tried 'rtems-source-builder' but it seems to build everything including RTEMS source tree (for all ARM bsp's...).

$ <path>/source-builder/sb-set-builder --log=l-test.txt --prefix=<path>/4.11 --with-rtems 4.11/rtems-arm

I would like to build SDK only, so I think I just have to create a new .bset file from config/4.11/rtems-arm.bset
*without* tools/rtems-kernel-4.11 line.

Could you confirm?

thx

regards
--
Pierre FICHEUX -/- CTO OW/OWI, France -\- pierre.ficheux-oid7hba3+***@public.gmane.org
http://ingenierie.openwide.fr
http://www.linuxembedded.fr
I would love to change the world, but they won't give me the source code
Chris Johns
2014-08-29 01:07:32 UTC
Permalink
Post by Pierre Ficheux
Hi all,
I'm back to RTEMS for some time.
I've tried 'rtems-source-builder' but it seems to build everything including RTEMS source tree (for all ARM bsp's...).
$ <path>/source-builder/sb-set-builder --log=l-test.txt --prefix=<path>/4.11 --with-rtems 4.11/rtems-arm
I would like to build SDK only, so I think I just have to create a new .bset file from config/4.11/rtems-arm.bset
*without* tools/rtems-kernel-4.11 line.
You could just remove the '--with-rtems' option from the command line.

Maybe this option should be '--with-rtems-kernel' ? I can see
'--with-rtems' as being confusing.

Chris
Pierre Ficheux
2014-08-29 09:19:50 UTC
Permalink
Hi Chris,

Thx for the answer, I did a stupid cut/paste...works fine.

regards

----- Mail original -----
Envoyé: Vendredi 29 Août 2014 03:07:32
Objet: Re: source-builder / ARM
Post by Pierre Ficheux
Hi all,
I'm back to RTEMS for some time.
I've tried 'rtems-source-builder' but it seems to build everything
including RTEMS source tree (for all ARM bsp's...).
$ <path>/source-builder/sb-set-builder --log=l-test.txt
--prefix=<path>/4.11 --with-rtems 4.11/rtems-arm
I would like to build SDK only, so I think I just have to create a
new .bset file from config/4.11/rtems-arm.bset
*without* tools/rtems-kernel-4.11 line.
You could just remove the '--with-rtems' option from the command line.
Maybe this option should be '--with-rtems-kernel' ? I can see
'--with-rtems' as being confusing.
Chris
--
Pierre FICHEUX -/- CTO OW/OWI, France -\- ***@openwide.fr
http://ingenierie.openwide.fr
http://www.linuxembedded.fr
I would love to change the world, but they won't give me the source code
Loading...