guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble running guile cross-compiled using buildroot


From: Ludovic Courtès
Subject: Re: Trouble running guile cross-compiled using buildroot
Date: Thu, 16 Jun 2016 16:42:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

Peter Spierenburg <address@hidden> skribis:

> # guile
> Throw without catch before boot:
> Throw to key
> Error while printing exception:
> Key:
> Failed to print exception.
> Aborting.
> Aborted
>
> Does anyone here know what this means?

Could you show the backtrace, using (on the ARM device):

  $ gdb --args guile
  (gdb) run
  # runs until it aborts
  (gdb) bt

?

Also, could you show the Buildroot recipe?  Cross-compilation of Guile
requires a same-version native Guile.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]