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: restart after manual intervention


Peter, All,

On Saturday 26 February 2011 01:58:17 ng@piments.com wrote:
> I am having to do some manual intervention to get binutils to build on 
> avr32.

Good! :-)
I saw that you sent some updates to the original thread. When you have
finished, could you summarise it, so we can see if it is appropriate to
include in crosstool-NG? TIA.

> Is there a way to force ct-ng to continue with " ct-ng build 
> RESTART=elf2flt " as if it had completed the binutils step?

It is not currently possible "out-of-the-box". Restarting means restoring
a previously saved internal state, and continue as if there had been no
interruption.

Obviously, you can't restore a state that was not previously saved! :-)

Of course, you could fake it. That's not easy, but you should look at
  scripts/functions

and see what CT_DoLoadState() expects to restore, and what CT_DoSaveState()
does backup. Then, you could prepare such an backed up state manually.

Or better yet, change the binutils build procedure so you do not have to
stop/restart the build ! :-)

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]