This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Added a baremetal ARM Cortex-M3 sample that uses the latest Linaro


Michael, All,

On Wednesday 28 September 2011 09:00:48 Michael Hope wrote:
> # HG changeset patch
> # User Michael Hope <michael.hope@linaro.org>
> # Date 1317178947 -46800
> # Node ID ccba0d4551b2735d29413a4a1b24af37358ebaf7
> # Parent  8787c0fd1b726a336314e3a29db4ebe9ef73c8ad
> Added a baremetal ARM Cortex-M3 sample that uses the latest Linaro
> consolidation releases.  Just to push the envelope, it also uses the
> latest companion libraries, binutils, and Newlib.
> 
> Normalised against the arm-unknown-eabi sample where possible.
> 
> Uses getconf to automatically set the number of parallel jobs.

That one is missing your SoB-line.

Also, your getconf-kludge does not work, as the option is an integer.
So, recalling the sample will prompt for the number of // jobs:

  $ ct-ng arm-linaro-baremetal-eabi
  *
  * Build behavior
  *
  Number of parallel jobs (PARALLEL_JOBS) [1] (NEW)

The menuconfig option can be overriden from the command-line:
  $ ct-ng build.18  # Wil build with 18 // jobs

So I'd suggest just leaving the default '1' when saving the sample.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]