comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Emacs Ada mode with RTS
Date: Wed, 17 Jun 2015 22:30:30 +0100
Date: 2015-06-17T22:30:30+01:00	[thread overview]
Message-ID: <ly381qhvk9.fsf@pushface.org> (raw)
In-Reply-To: 888a3bd7-6ce8-4458-8725-8330680f48de@googlegroups.com

Patrick Noffke <patrick.noffke@gmail.com> writes:

> check_cmd=${toolchain_dir}/gprbuild -u -c -gnatc -p -P${gpr_file}
> --target=arm-eabi --config=${config_file} ${full_current}

I've seen this sort of thing before, though not while compiling outside
the RTS itself.

It may have nothing to do with your problem, but when I was getting a
segfault with -gnatc I was told not to use -gnatc in the runtime[1]! So
now I have it set to compile the file instead of doing a check:

   gprbuild -c -u -f -p -P${gpr_file} ${full_current}

Following other hints like this[2] I've asked AdaCore whether they have
a secret list of things that you shouldn't do in the runtime, without
success. Probably sticking to Ada95 language would help.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66162#c3
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64866#c2

  reply	other threads:[~2015-06-17 21:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17 18:12 Emacs Ada mode with RTS Patrick Noffke
2015-06-17 21:30 ` Simon Wright [this message]
2015-06-18 13:48   ` Patrick Noffke
2015-06-18 14:06     ` Simon Wright
2015-06-18 15:09       ` Patrick Noffke
2015-06-18 15:21         ` Patrick Noffke
2015-06-19 13:56       ` Stephen Leake
2015-06-18 15:34 ` Stephen Leake
2015-06-18 18:19   ` Patrick Noffke
2015-06-19 14:01     ` Stephen Leake
2015-06-18 18:39   ` Patrick Noffke
2015-06-18 19:19     ` Simon Wright
2015-06-19 14:12       ` Stephen Leake
2015-06-19 19:19         ` Simon Wright
2015-06-19 14:08     ` Stephen Leake
2015-06-19 14:47       ` Patrick Noffke
2015-06-21  9:48         ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox