What information can I provide?
Where guile is an interpreted language, what are .go files? Are they necessary
or can they be generated at runtime from source?
Both the target platform and the build host are 32 bit.
Peter.
From: Mike Gran
Sent: June 15, 2016 2
Hi Tomas,
to...@tuxteam.de writes:
>> source liu writes:
>> > I wonder if there is some way to dump all available symbols in current
>> > enviroment [...]
>> It’s pretty hidden. The easiest way [...]
> [a blazing tour through Guile introspection follows]
>
> Not the OP here, but... wow, thanks, A
Greetings,
I'm cross compiling guile for an ARM Cortex A5 using buildroot.
When I run the executable on the target platform however, I only get:
# guile
Throw without catch before boot:
Throw to key
Error while printing exception:
Key:
Failed to print exception.
Aborting.
Aborted
Does anyone